Skip to content

Commit

Permalink
Added notebook to the env file.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jan 24, 2024
1 parent 736de1f commit fd4e138
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ this book with this command:

.. code-block:: bash
conda install -c conda-forge ipympl ipython jupyter matplotlib numpy pythreejs "scikits.odes" scipy "sympy>=1.11"
conda install -c conda-forge ipympl ipython jupyter notebook matplotlib numpy pythreejs "scikits.odes" scipy "sympy>=1.11"
4) Open Jupyter Notebook
========================
Expand Down Expand Up @@ -90,6 +90,11 @@ This website was built with the following software versions:
import matplotlib
matplotlib.__version__

.. jupyter-execute::

import notebook
notebook.__version__

.. jupyter-execute::

import numpy
Expand Down
3 changes: 2 additions & 1 deletion multibody-book-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ dependencies:
- ipython ==8.15.*
- jupyter-sphinx ==0.5.3 # >=0.4.0 required for new directive names jupyter-download-script/notebook
- matplotlib ==3.7.*
- notebook ==7.0.*
- numpy ==1.24.*
- python ==3.10.*
- pythreejs ==2.4.2
- scikits.odes ==2.7.*
- scipy ==1.11.*
- sphinx ==7.2.*
- sphinx-autobuild # dev
- sphinx-material ==0.0.36
- sphinx-togglebutton ==0.3.*
- sympy ==1.11.*
- sphinx-material ==0.0.36
- beautifulsoup4
- css-html-js-minify
- lxml
Expand Down

0 comments on commit fd4e138

Please sign in to comment.