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 Mar 9, 2023
1 parent 46db289 commit 4f82379
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,16 @@ The easiest way to install Python and SciPy is with `Anaconda`_, a free scientif

conda config --add channels conda-forge

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

conda install lumicks.pylake
.. code-block::
conda install lumicks.pylake "jupyter_client<8"
.. note::

There is currently an `open issue <https://github.com/jupyter/notebook/issues/6748>`_ with Jupyter that results in communication problems between Jupyter notebooks and the Jupyter kernel.
As a workaround, we temporarily suggest adding the constraint `jupyter_client<8` to install an older version of this kernel.

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

Expand Down Expand Up @@ -92,9 +99,16 @@ This concludes the Pylake installation procedure. Check out the :doc:`Tutorial <

conda config --add channels conda-forge

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

.. code-block::
conda install lumicks.pylake "jupyter_client<8"
conda install lumicks.pylake
.. note::

There is currently an `open issue <https://github.com/jupyter/notebook/issues/6748>`_ with Jupyter that results in communication problems between Jupyter notebooks and the Jupyter kernel.
As a workaround, we temporarily suggest adding the constraint `jupyter_client<8` to install an older version of this kernel.

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

Expand Down Expand Up @@ -124,9 +138,16 @@ This concludes the Pylake installation procedure. Check out the :doc:`Tutorial <

conda config --add channels conda-forge

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

.. code-block::
conda install lumicks.pylake "jupyter_client<8"
.. note::

conda install lumicks.pylake
There is currently an `open issue <https://github.com/jupyter/notebook/issues/6748>`_ with Jupyter that results in communication problems between Jupyter notebooks and the Jupyter kernel.
As a workaround, we temporarily suggest adding the constraint `jupyter_client<8` to install an older version of this kernel.

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

Expand Down

0 comments on commit 4f82379

Please sign in to comment.