Skip to content

Commit

Permalink
Merge pull request #605 from joelostblom/patch-1
Browse files Browse the repository at this point in the history
Format note and code correctly on installation page
  • Loading branch information
vidartf committed Nov 3, 2021
2 parents 1b3f2b4 + 492bc23 commit 17d103c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ and use :command:`pip` to install::
Installing Jupyter extensions
-----------------------------

.. note::

Only run one of the following two server commands, running both can cause issues in some cases

If you want to use the development version of the notebook and lab extensions,
you will also have to run the following commands after the pip dev install::

> Note: only run one of the following two server commands, running both can cause issues in some cases

jupyter serverextension enable --py nbdime --sys-prefix # if developing for jupyter notebook

jupyter server extension enable nbdime # if developing for jupyter lab or nbclassic
Expand Down

0 comments on commit 17d103c

Please sign in to comment.