You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -215,7 +215,10 @@ configuration options are presented.
215
215
For complex or customized installation scenarios, please look at the
216
216
documentation for installing notebook extensions, server extensions, nbconvert
217
217
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
218
-
Most nbextensions here should work fine with jupyterhub (because jupyterhub spawns regular notebook servers for each individual user), but won't work with jupyterlab (because the jupyterlab javascript framework is different to notebook's, and still rapidly changing under active development).
218
+
Most nbextensions here should work fine with JupyterHub (because JupyterHub spawns
219
+
regular notebook servers for each individual user), but won't work with JupyterLab
220
+
(because the Javascript framework of JupyterLab is different from the notebook's, and
221
+
is still rapidly changing under active development).
219
222
220
223
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)
0 commit comments