Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Aaron Spring
pyicon
Commits
121c46f0
Commit
121c46f0
authored
4 years ago
by
Nils Brüggemann
Browse files
Options
Downloads
Patches
Plain Diff
doc/mistral.rst: Added simple way of connecting to DKRZ Jupyter without DKRZ script.
parent
6c384202
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/mistral.rst
+27
-0
27 additions, 0 deletions
doc/mistral.rst
with
27 additions
and
0 deletions
doc/mistral.rst
+
27
−
0
View file @
121c46f0
...
...
@@ -13,6 +13,33 @@ Mistral specific
Start Jupyter session on Mistral
--------------------------------
Jupyter without DKRZ software
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
One easy way to start a Jupyter session on mistral is like follows:
1. Connect by ssh to mistralpp using port forwording use a <port> which is 8000<port<8887:
::
ssh -L 8888:localhost:<port> <username>@mistralpp.dkrz.de
2. Activate an appropriate python environment and start Jupyter using the above <port>:
::
source pyicon/tools/conda_act_mistral_pyicon_env.sh
jupyter notebook --no-browser --port=<port>
3. Finally open you web browser on you local computer and enter the address:
::
localhost:8888
Jupyter with DKRZ software
^^^^^^^^^^^^^^^^^^^^^^^^^^
To use Jupyter on the DKRZ cluster, you can find valuable information `here <https://www.dkrz.de/up/systems/mistral/programming/jupyter-notebook>`_.
DKRZ also provides a `script <https://gitlab.dkrz.de/k202009/ssh_scripts/raw/master/start-jupyter?inline=false>`_ to easily setup a Jupyter session.
...
...
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