Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MarkUsProject/markus-jupyter-extens…
Browse files Browse the repository at this point in the history
…ion into main
  • Loading branch information
david-yz-liu committed Feb 20, 2023
2 parents dabeaf6 + 6eb6b1a commit 45b0d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ $ jupyter nbextension install --py --user markus-jupyter-extension
$ jupyter nbextension enable --py --user markus-jupyter-extension
```

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.

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.

## Development

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

0 comments on commit 45b0d29

Please sign in to comment.