mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
Update README.md
Add a further note on enabling/disabling/configuring extensions using the nbextension configurator
This commit is contained in:
@@ -125,12 +125,13 @@ To disable the extension again, use
|
||||
|
||||
jupyter nbextension disable <nbextension>
|
||||
|
||||
Alternatively, and more conveniently, you can use the
|
||||
**Alternatively**, and more conveniently, you can use the
|
||||
[`jupyter_nbextensions_configurator`](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator)
|
||||
server extension, which is installed as a dependency of this repo, and can be
|
||||
used to enable and disable the individual nbextensions, as well as configure
|
||||
their options.
|
||||
their options. You just have to open a tab at `http://localhost:8888/nbextensions/` (you may have to adjust the port) and you will have access to a dashboard where extensions can be enabled/disabled via checkboxes. Additionally a short documentation for each extension is displayed and configuration options are presented.
|
||||
|
||||

|
||||
|
||||
4. Migrating from older versions of this repo
|
||||
---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user