Skip to content
Snippets Groups Projects
Verified Commit 91cc9fb3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added note about jupyter container tag.

parent ea488068
No related branches found
No related tags found
No related merge requests found
...@@ -73,12 +73,26 @@ singularity run docker://registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter ...@@ -73,12 +73,26 @@ singularity run docker://registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter
Open the specified URL shown in the command output in your browser, e.g. Open the specified URL shown in the command output in your browser, e.g.
``` ```bash
http://127.0.0.1:8888/lab?token=xxx http://127.0.0.1:8888/lab?token=xxx
``` ```
You may have to modify the IP address if this is running on a remote machine. You may have to modify the IP address if this is running on a remote machine.
<div class="note">
#### <i class="fab fa-windows"></i> Specific OGS version
You can append a version number to the image name (applies both to Docker and Singularity) to get an image for a specific OGS release (starting with 6.4.1):
```
singularity run docker://registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter:6.4.1
```
Available images are [listed on GitLab](https://gitlab.opengeosys.org/ogs/ogs/container_registry/79).
</div>
### Browsing notebooks on GitLab ### Browsing notebooks on GitLab
In the file browser on the left-hand side of the Jupyter Lab interface there is a GitLab-tab which allows for browsing and opening notebooks from the [ogs/ogs](https://gitlab.opengeosys.org/ogs/ogs)-repository. You can directly modify and execute a notebook, but the notebook is not saved back to GitLab. You can change the browsed repository by typing into the top text field. In the file browser on the left-hand side of the Jupyter Lab interface there is a GitLab-tab which allows for browsing and opening notebooks from the [ogs/ogs](https://gitlab.opengeosys.org/ogs/ogs)-repository. You can directly modify and execute a notebook, but the notebook is not saved back to GitLab. You can change the browsed repository by typing into the top text field.
......
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