Skip to content
Snippets Groups Projects
Commit 94ed39bf authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added how-to develop information

parent 8a11d561
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,19 @@ If you haven't done yet: download the latest jupyter-openbis-extension from pip. ...@@ -12,6 +12,19 @@ If you haven't done yet: download the latest jupyter-openbis-extension from pip.
pip install --upgrade jupyter-openbis-extension pip install --upgrade jupyter-openbis-extension
``` ```
or, if you would like to develop:
```
$ git clone git@sissource.ethz.ch:sispub/jupyter-openbis-extension.git
$ cd jupyter-openbis-extension
$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install -e .
(venv) $ jupyter serverextension enable --py jupyter-openbis-extension
(venv) $ jupyter nbextension install --py jupyter-openbis-extension --user --symlink
(venv) $ jupyter nbextension enable jupyter-openbis-extension --user --py
```
**Register the Jupyter server extension** which will communicate both with openBIS and the notebook: **Register the Jupyter server extension** which will communicate both with openBIS and the notebook:
``` ```
...@@ -159,4 +172,4 @@ Known nbextensions: ...@@ -159,4 +172,4 @@ Known nbextensions:
notebook section notebook section
jupyter-openbis-extension/dialog enabled jupyter-openbis-extension/dialog enabled
- Validating: OK - Validating: OK
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment