Skip to content

Commit b5fe1da

Browse files
committed
[docs] add note of skip-running-check flag to readmes.
1 parent 129d19e commit b5fe1da

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ config-editing operations, or only the file-copy operations:
167167
- `jupyter_notebook_config.json` to enable the serverextension
168168
`jupyter_nbextensions_configurator`.
169169

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+
170175
An analogous `uninstall` command is also provided, to remove all of the
171176
nbextension files from the jupyter directories.
172177

docs/source/install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ config-editing operations, or only the file-copy operations:
9999
- `jupyter_notebook_config.json` to enable the serverextension
100100
`jupyter_nbextensions_configurator`.
101101

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+
102107
An analogous `uninstall` command is also provided, to remove all of the
103108
nbextension files from the jupyter directories.
104109

0 commit comments

Comments
 (0)