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
Merge requests
!952
fix jupyterhub
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix jupyterhub
gupa977e_NEW_jupyterhub
into
preview
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Guilherme Pantoja Calandrini de Azevedo Junior
requested to merge
gupa977e_NEW_jupyterhub
into
preview
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
add table of what it's available on each cluster
0
0
Merge request reports
Compare
preview
preview (base)
and
latest version
latest version
c831c056
1 commit,
1 year ago
1 file
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/access/jupyterhub.md
+
17
−
1
Options
@@ -53,7 +53,7 @@ Our simple form offers you the most important settings to start quickly.
{: align="center"}
We have created three profiles for each Cluster, namely:
| name | optimized for |
specially
recommended for |
| name | optimized for | recommended for |
|----------------------------------------------|-----------------|---------------------------|
| Alpha - 1 core, 1,5GB 1 hour | x86_64 (AMD) | python programming |
| Alpha - 2 Core, 3GB, 4 Hours | x86_64 (AMD) | R programming |
@@ -75,6 +75,10 @@ like as following:

{: align="center"}
!!! note
Your interface may differ from the picture above as not all icons (launchers) are available
at all profiles.
The main workspace is used for multiple notebooks, consoles or
terminals. Those documents are organized with tabs and a very versatile
split screen feature. On the left side of the screen you can open
@@ -86,6 +90,18 @@ several views:
-
details about selected notebook cell
-
list of open tabs
At the following table it's possible to see what is available at each cluster.
| Cluster | Julia | R | RStudio | Matlab | Matlab Web | WebVNC | DCV |
|----------------------|--------|----|---------|--------|------------|--------|-----|
| Alpha | - | OK | OK | OK | OK | OK | OK |
| Barnard | OK | OK | OK | OK | OK | OK | OK |
| Romeo | - | OK | OK | OK | OK | OK | OK |
| VIS | OK | OK | OK | OK | OK | OK | OK |
!!! note
All small profiles for all clusters do not include MATLAB Web neither WebVNC.
## Jupyter Notebooks in General
In JupyterHub, you can create scripts in notebooks. Notebooks are programs which are split into
Loading