The `config` section from the output lists the directories where your `openbis-connections.yaml` file should be placed.
The `config` section from the output lists the directories where your `openbis-connections.yaml` file should be placed.
## install Jupyter extension manually
In most cases, a simple `pip install --upgrade jupyter-openbis-extension` will do. However, in some cases you need to issue the following commands to get the extension running correctly:
If you want to install the extension globally, use `--system` instead of `--user`.
## Launching Jupyter notebook
## Launching Jupyter notebook
Now you are ready to launch Jupyter notebook:
Now you are ready to launch Jupyter notebook:
...
@@ -122,4 +134,4 @@ The `-e` is a shortcut for `--editable`. This means, it will only establish a li
...
@@ -122,4 +134,4 @@ The `-e` is a shortcut for `--editable`. This means, it will only establish a li
If you make modifications on the UI (the Javascript files) you only need to reload the page in order the see the effect.
If you make modifications on the UI (the Javascript files) you only need to reload the page in order the see the effect.
How to extend Jupyter Notebooks is described [here](https://jupyter-notebook.readthedocs.io/en/stable/extending/index.html). To distribute Jupyter Extensions, read this [documentation](https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#) carefully.
How to extend Jupyter Notebooks is described [here](https://jupyter-notebook.readthedocs.io/en/stable/extending/index.html). To distribute Jupyter Extensions, read this [documentation](https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#) carefully.