From edb594003717e8690024dab279b4bfb4293062e2 Mon Sep 17 00:00:00 2001 From: David Arias <35249025+nomadavid9@users.noreply.github.com> Date: Wed, 18 Sep 2019 17:02:22 -0700 Subject: [PATCH] Add the terminal command for enabling hinterland The documentation says `jupyter nbextension enable extension/main` is the appropriate way of enabling an extension. `jupyter nbextension enable hinterland/hinterland` is the way of enabling hinterland. --- .../nbextensions/hinterland/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/jupyter_contrib_nbextensions/nbextensions/hinterland/README.md b/src/jupyter_contrib_nbextensions/nbextensions/hinterland/README.md index 5a33c75da..c449ac7b0 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/hinterland/README.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/hinterland/README.md @@ -8,6 +8,11 @@ The nbextension adds an item to the help menu to turn auto-hinting on and off, and offers some options for configuration: +Enabling +------- +* jupyter nbextension enable hinterland/hinterland + + Options -------