Skip to content

Commit 8808a29

Browse files
committed
update docs with @echarles review suggestions
1 parent a24a58f commit 8808a29

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/source/nbclassic.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependency of Notebook 7, and these front ends will be available
7272
through the following base URLs: JupyterLab at ``/lab``, Notebook 7 at
7373
``/tree``, and NbClassic at ``/nbclassic/tree``.
7474

75-
**NbClassic and Notebook 6**
75+
**NbClassic and Notebook 6.5.x**
7676

7777
As NbClassic provides the static assets for Notebook 6.5.x, while
7878
having both installed should cause no issues, the user interface provided
@@ -82,15 +82,31 @@ different servers. An NbClassic instance will be at a server with the
8282
different server with the ``/tree`` URL as well, presenting the same
8383
static assets. When starting an instance of JupyterLab you will be able
8484
to access the classic view of Notebook with NbClassic served on the same
85-
server at the ``/tree`` URL.
85+
server at ``/tree``.
86+
87+
**NbClassic and Notebook <= 6.4.x**
8688

8789
When using NbClassic and Notebook <= 6.4.x you can expect that these UIs
8890
will not be only presented at different servers, meaning they will both
89-
be available at their respective server under the ``/tree`` URL but they
91+
be available at their respective server under ``/tree`` but they
9092
may also differ as potential changes to the NbClassic UI will not be
9193
reflected in Notebook versions <= 6.4.x. In this case as well, you would
9294
be able to access the classic view of Notebook with NbClassic served on
93-
the same server, at the ``/tree`` URL.
95+
the same server, at ``/tree``.
96+
97+
**NbClassic and JupyterLab 3.x**
98+
99+
When only JupyterLab 3.x is installed, then NbClassic does not have to be
100+
explicitly installed as JupyterLab 3.x depends on it. They will run on
101+
the same server, and are reachable via ``/tree`` for NbClassic and
102+
``/lab`` for JupyterLab.
103+
104+
**NbClassic and JupyterLab 4.x**
105+
106+
When only JupyterLab 4.x is installed, then NbClassic has to be installed
107+
explictly. They will run on the same server, and are reachable via
108+
``/tree`` for NbClassic, and ``/lab`` for JupyterLab.
109+
94110

95111
.. _team-compass issue: https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000
96112

0 commit comments

Comments
 (0)