Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Apr 19, 2024
1 parent 8675bd5 commit c06d515
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Usage with Jupyverse
`Jupyverse <https://github.com/jupyter-server/jupyverse/>`__ is a next-generation Jupyter server based on
`FastAPI <https://fastapi.tiangolo.com/>`__. It can be used instead of
`jupyter-server <https://github.com/jupyter-server/jupyter_server/>`__, the Jupyter server installed by default with JupyterLab.
Note that ``jupyter-server`` extensions won't work with ``jupyverse`` (for which there might be equivalent plugins).

You can install ``jupyverse`` with ``pip``:

Expand All @@ -115,9 +116,7 @@ or with ``mamba``:

.. code:: bash
mamba install -c conda-forge jupyverse
mamba install -c conda-forge fps-auth
mamba install -c conda-forge fps-jupyterlab
mamba install -c conda-forge jupyverse fps-auth fps-jupyterlab
And run it with:

Expand Down

0 comments on commit c06d515

Please sign in to comment.