Skip to content

Commit

Permalink
Add ipywidgets and ipympl to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorthan committed Dec 16, 2024
1 parent 6b3eb9f commit b0bd86a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion notebooks/plotting/05_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

You will need an environment with numpy, skimage, and pyplot plus the tnia-python library.

### Get code from github and install interactively
For the interactive examples you will need

```
pip install ipywidgets
pip install ipympl
```

## Installing tnia-python

### Get tnia-python from github and install interactively

Grab it from github, navigate to the directory it was downloaded to and install interactively

Expand Down

0 comments on commit b0bd86a

Please sign in to comment.