Skip to content

Commit 45b0d29

Browse files
committed
Merge branch 'main' of github.com:MarkUsProject/markus-jupyter-extension into main
2 parents dabeaf6 + 6eb6b1a commit 45b0d29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ $ jupyter nbextension install --py --user markus-jupyter-extension
1818
$ jupyter nbextension enable --py --user markus-jupyter-extension
1919
```
2020

21+
Ensure that the MarkUs instances that this extension will integrate with have included the host name of the server that is running your Jupyter instance.
22+
23+
For example, if you are installing this extension to a Jupyter instance running at www.my_jupyter.com, then make sure that 'my_jupyter.com' is included in the [`jupyter_server.hosts` settings](https://github.com/MarkUsProject/Wiki/blob/release/Configuration.md#markus-settings) on MarkUs.
24+
2125
## Development
2226

2327
To begin development on the extension, first clone this repository:

0 commit comments

Comments
 (0)