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
@@ -216,7 +216,10 @@ configuration options are presented.
216
216
For complex or customized installation scenarios, please look at the
217
217
documentation for installing notebook extensions, server extensions, nbconvert
218
218
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
219
-
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).
219
+
Most nbextensions here should work fine with JupyterHub (because JupyterHub spawns
220
+
regular notebook servers for each individual user), but won't work with JupyterLab
221
+
(because the Javascript framework of JupyterLab is different from the notebook's, and
222
+
is still rapidly changing under active development).
220
223
221
224
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)
0 commit comments