From ff485a2012dfadefc88e4cc24bdd27b14b9a4875 Mon Sep 17 00:00:00 2001 From: jfbercher Date: Fri, 29 Jul 2016 22:49:58 +0200 Subject: [PATCH] Update README.md Add a further note on enabling/disabling/configuring extensions using the nbextension configurator --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5fa9eb..b7229e7 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,13 @@ To disable the extension again, use jupyter nbextension disable -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. +![nbexention_configurator](https://raw.githubusercontent.com/Jupyter-contrib/jupyter_nbextensions_configurator/master/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/icon.png) 4. Migrating from older versions of this repo ---------------------------------------------