Merge pull request #265 from yuvipanda/no-system

Use --sys-prefix for installing nbextensions
This commit is contained in:
Yuvi Panda
2019-01-30 17:33:24 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ Enabling extensions via the command line
.. code-block:: bash .. code-block:: bash
sudo -E jupyter contrib nbextension install --system sudo -E jupyter contrib nbextension install --sys-prefix
#. Then, you will enable the extensions you would like to use. The syntax for this is #. Then, you will enable the extensions you would like to use. The syntax for this is
``jupyter nbextension enable`` followed by the path to the desired extension's main file. ``jupyter nbextension enable`` followed by the path to the desired extension's main file.
@@ -43,7 +43,7 @@ Enabling extensions via the command line
.. code-block:: bash .. code-block:: bash
sudo -E jupyter nbextension enable scratchpad/main --system sudo -E jupyter nbextension enable scratchpad/main --sys-prefix
#. When this is completed, the enabled extension should be visible in the extension list: #. When this is completed, the enabled extension should be visible in the extension list: