File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ config-editing operations, or only the file-copy operations:
167
167
- ` jupyter_notebook_config.json ` to enable the serverextension
168
168
` jupyter_nbextensions_configurator ` .
169
169
170
+ Finally, the ` --skip-running-check ` option flag is provided in order to allow
171
+ the installation to proceed even if a notebook server appears to be currently
172
+ running (by default, the install will not be performed if a notebook server
173
+ appears to be running).
174
+
170
175
An analogous ` uninstall ` command is also provided, to remove all of the
171
176
nbextension files from the jupyter directories.
172
177
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ config-editing operations, or only the file-copy operations:
99
99
- ` jupyter_notebook_config.json ` to enable the serverextension
100
100
` jupyter_nbextensions_configurator ` .
101
101
102
+ Finally, the ` --skip-running-check ` option flag is provided in order to allow
103
+ the installation to proceed even if a notebook server appears to be currently
104
+ running (by default, the install will not be performed if a notebook server
105
+ appears to be running).
106
+
102
107
An analogous ` uninstall ` command is also provided, to remove all of the
103
108
nbextension files from the jupyter directories.
104
109
You can’t perform that action at this time.
0 commit comments