Skip to content

Commit 5b37821

Browse files
committed
[docs] update install docs [skip CI]
* remove reference to migrate command, which is now super old * add a quick note about jupyterhub/lab suitability
1 parent 8a344fd commit 5b37821

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,21 +203,13 @@ configuration options are presented.
203203
![jupyter_nbextensions_configurator](https://raw.githubusercontent.com/Jupyter-contrib/jupyter_nbextensions_configurator/master/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/icon.png)
204204

205205

206-
4\. Migrating from older versions of this repo
207-
----------------------------------------------
208-
209-
The `jupyter contrib nbextensions` command also offers a `migrate` subcommand,
210-
which will
211-
212-
* uninstall the old repository version's files, config and python package
213-
* adapt all `require` paths which have changed. E.g. if you had the
214-
collapsible headings nbextension enabled with its old require path of
215-
`usability/collapsible_headings/main`, the `migrate` command will alter
216-
this to match the new require path of `collapsible_headings/main`.
206+
4\. More complex setups
207+
-----------------------
217208

218209
For complex or customized installation scenarios, please look at the
219210
documentation for installing notebook extensions, server extensions, nbconvert
220211
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
212+
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).
221213

222214
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)
223215

docs/source/install.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,10 @@ configuration options are presented.
139139
![jupyter_nbextensions_configurator](https://raw.githubusercontent.com/Jupyter-contrib/jupyter_nbextensions_configurator/master/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/icon.png)
140140

141141

142-
4\. Migrating from older versions of this repo
143-
----------------------------------------------
144-
145-
The `jupyter contrib nbextensions` command also offers a `migrate` subcommand,
146-
which will
147-
148-
* uninstall the old repository version's files, config and python package
149-
* adapt all `require` paths which have changed. E.g. if you had the
150-
collapsible headings nbextension enabled with its old require path of
151-
`usability/collapsible_headings/main`, the `migrate` command will alter
152-
this to match the new require path of `collapsible_headings/main`.
142+
4\. More complex setups
143+
-----------------------
153144

145+
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).
154146
For complex or customized installation scenarios, please look at the
155147
documentation for installing notebook extensions, server extensions, nbconvert
156148
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).

0 commit comments

Comments
 (0)