File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,10 @@ 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
170
+ Finally, the ` --perform-running-check ` option flag is provided in order to
171
+ prevent the installation from proceeding if a notebook server appears to be
172
+ currently running
173
+ (by default, the install will still be performed, even if a notebook server
173
174
appears to be running).
174
175
175
176
An analogous ` uninstall ` command is also provided, to remove all of the
You can’t perform that action at this time.
0 commit comments