@@ -72,7 +72,7 @@ dependency of Notebook 7, and these front ends will be available
72
72
through the following base URLs: JupyterLab at ``/lab ``, Notebook 7 at
73
73
``/tree ``, and NbClassic at ``/nbclassic/tree ``.
74
74
75
- **NbClassic and Notebook 6 **
75
+ **NbClassic and Notebook 6.5.x **
76
76
77
77
As NbClassic provides the static assets for Notebook 6.5.x, while
78
78
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
82
82
different server with the ``/tree `` URL as well, presenting the same
83
83
static assets. When starting an instance of JupyterLab you will be able
84
84
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 **
86
88
87
89
When using NbClassic and Notebook <= 6.4.x you can expect that these UIs
88
90
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
90
92
may also differ as potential changes to the NbClassic UI will not be
91
93
reflected in Notebook versions <= 6.4.x. In this case as well, you would
92
94
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
+
94
110
95
111
.. _team-compass issue : https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000
96
112
0 commit comments