Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaofan Chen
ogs
Commits
a51dcfdf
Commit
a51dcfdf
authored
3 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[web] Document registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter image.
parent
943a5c4a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/content/docs/userguide/basics/jupyter-notebooks.md
+10
-3
10 additions, 3 deletions
web/content/docs/userguide/basics/jupyter-notebooks.md
with
10 additions
and
3 deletions
web/content/docs/userguide/basics/jupyter-notebooks.md
+
10
−
3
View file @
a51dcfdf
...
@@ -15,10 +15,12 @@ weight = 5
...
@@ -15,10 +15,12 @@ weight = 5
## Jupyter Notebooks container environments
## Jupyter Notebooks container environments
You can use a pre-defined container environment which currently contains:
You can use a pre-defined container environment.
Image
`registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter`
contains:
-
The Jupyter Notebook / Lab application
-
The Jupyter Notebook / Lab application
-
The latest OpenGeoSys application
(
with MFront
support
)
and tools
-
The latest OpenGeoSys application with MFront
-
support and tools
-
A set of Python packages:
-
A set of Python packages:
-
[
ogs6py
](
https://github.com/joergbuchwald/ogs6py
)
— OGS model manipulation
-
[
ogs6py
](
https://github.com/joergbuchwald/ogs6py
)
— OGS model manipulation
-
[
VTUInterface
](
https://github.com/joergbuchwald/VTUinterface
)
— VTU / PVD IO
-
[
VTUInterface
](
https://github.com/joergbuchwald/VTUinterface
)
— VTU / PVD IO
...
@@ -34,6 +36,11 @@ You can use a pre-defined container environment which currently contains:
...
@@ -34,6 +36,11 @@ You can use a pre-defined container environment which currently contains:
-
[
nbconvert
](
https://nbconvert.readthedocs.io
)
— Format conversion
-
[
nbconvert
](
https://nbconvert.readthedocs.io
)
— Format conversion
-
[
nbdime
](
https://nbdime.readthedocs.io
)
— Diffs for notebooks
-
[
nbdime
](
https://nbdime.readthedocs.io
)
— Diffs for notebooks
-
[
nb2hugo
](
https://github.com/bilke/nb2hugo/tree/ogs
)
— Notebook to www.opengeosys.org markdown
-
[
nb2hugo
](
https://github.com/bilke/nb2hugo/tree/ogs
)
— Notebook to www.opengeosys.org markdown
Image
`registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter`
additionally contains:
-
PETSc-support
### Usage
### Usage
With
[
Docker
](
{{
<
ref
"
container.md#with-docker
"
>
}}):
With
[
Docker
](
{{
<
ref
"
container.md#with-docker
"
>
}}):
...
@@ -43,7 +50,7 @@ docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/work --user `id -u $USER` \
...
@@ -43,7 +50,7 @@ docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/work --user `id -u $USER` \
--group-add
users
registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter
--group-add
users
registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter
```
```
This mounts your current directory into
`~/work`
inside the container.
This mounts your current directory into
`~/work`
inside the container.
Use image
`registry.opengeosys.org/ogs/ogs/ogs-petsc-jupyter`
for PETSc-support!
<div
class=
"note"
>
<div
class=
"note"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment