Skip to content

Commit

Permalink
docs: add specific jupyter kernel to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Feb 24, 2023
1 parent 2843eb0 commit 80b7de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The easiest way to install Python and SciPy is with `Anaconda`_, a free scientif

#. We can install Pylake in this environment by invoking the following command::

conda install lumicks.pylake
conda install lumicks.pylake jupyter_client=7.4.9

#. It should be possible to open a jupyter notebook in this environment by calling::

Expand Down Expand Up @@ -84,7 +84,7 @@ This concludes the Pylake installation procedure. Check out the :doc:`Tutorial <

#. We can install Pylake in this environment by invoking the following command::

conda install lumicks.pylake
conda install lumicks.pylake jupyter_client=7.4.9

#. You can open a Jupyter notebook in this environment by calling `jupyter notebook` from the terminal.

Expand Down Expand Up @@ -120,7 +120,7 @@ This concludes the Pylake installation procedure. Check out the :doc:`Tutorial <

#. Install Pylake in this environment by invoking the following command::

conda install lumicks.pylake
conda install lumicks.pylake jupyter_client=7.4.9

#. You can open a jupyter notebook in this environment by calling::

Expand Down

0 comments on commit 80b7de5

Please sign in to comment.