Skip to content

Commit

Permalink
docs: Outline dependencies for demos in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Apr 7, 2023
1 parent 3acc86f commit f6a3d98
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ Dependencies should be automatically installed (at least using `pip`).
- [SciPy](scipy)
- [MatPlotLib](matplotlib)
- [Pillow](pillow)
- [Pandas](pandas)
- [Pandas](pandas)

This documentation contains [interactive demos](../reference/demos),
in the form of Jupyter Notebooks.
To run this, additional dependencies are required:
- Jupyter Notebook (or JupyterLab)
- ipywidgets
These demo notebooks can also be opened on Binder,
which should install all the necessary dependencies automatically.

0 comments on commit f6a3d98

Please sign in to comment.