Skip to content

Commit

Permalink
update example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Jul 18, 2022
1 parent c07f39f commit 681bc1a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Formatting with black can be done this way:
(Note: In case that the repo was already cloned e.g. with the GitHub Desktop client, the GitHub submodule has to be loaded via `git submodule update --init --recursive`)
2. `poetry install`

*Note*: The IPython extension `autoreload` reloads modules before every cell execution. Very useful when debugging the `%%capture` cell magic!
Just add these lines into the first jupyter cell.
```py
%load_ext autoreload
%autoreload 2
import jupyter_compare_view
```

## Changelog

## 0.1.4
Expand Down
46 changes: 27 additions & 19 deletions example_notebook.ipynb

Large diffs are not rendered by default.

0 comments on commit 681bc1a

Please sign in to comment.