Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
b1cadb43
Commit
b1cadb43
authored
2 years ago
by
Lars Jitschin
Browse files
Options
Downloads
Patches
Plain Diff
working on tabs for custom kernel creation
parent
7dcdfd02
No related branches found
Branches containing commit
No related tags found
2 merge requests
!687
Automated merge from preview to main
,
!632
Improving JupyterHub Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/access/jupyterhub_custom_environments.md
+21
-13
21 additions, 13 deletions
...-dresden.de/docs/access/jupyterhub_custom_environments.md
with
21 additions
and
13 deletions
doc.zih.tu-dresden.de/docs/access/jupyterhub_custom_environments.md
+
21
−
13
View file @
b1cadb43
...
...
@@ -90,6 +90,10 @@ Load the needed module depending on partition architecture:
```
console
marie@compute$
module load Anaconda3
```
=== "modenv/hier TODO TODO TODO TODO TODO TODO TODO"
```
console
marie@compute$
module load Anaconda3
```
=== "PowerPC nodes (partition
`ml`
)"
```
console
marie@ml$
module load PythonAnaconda
...
...
@@ -120,28 +124,32 @@ marie@compute$ conda install [..] # now install additional packages for your not
marie@compute$
conda deactivate
```
## Using your custom environment
Now you can start a new session and your kernel should be available.
**JupyterLab**
: Your kernels are listed on the launcher page:
=== "JupyterLab"
Your kernels are listed on the launcher page:

{: align="center"}

{: align="center"}
You can switch kernels of existing notebooks in the menu:
You can switch kernels of existing notebooks in the menu:

{: align="center"}

{: align="center"}
**Classic Jupyter notebook**
: Your kernel is listed in the New menu:
=== "Classic Jupyter notebook"
Your kernel is listed in the New menu:

{: align="center"}

{: align="center"}
You can switch kernels of existing notebooks in the kernel menu:
You can switch kernels of existing notebooks in the kernel menu:

{: align="center"}

{: align="center"}
!!! note
Both python venv and conda virtual environments will be mention in the same
Both python venv and conda virtual environments will be mention
ed
in the same
list.
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