Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b687222
Updating Jupyter docs with feedback from summer school in Heilbronn
lukasgd Jul 1, 2025
7826edb
Update Jupyter refs
lukasgd Jul 1, 2025
6d9ac5a
Fixing CE example
lukasgd Jul 1, 2025
f34b400
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
7a37b52
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
b580e26
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
dcb554a
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
6695447
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
7543dcd
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
c1b1923
Update docs/access/jupyterlab.md
lukasgd Jul 1, 2025
a850d11
Use torch.distributed.run instead of torchrun by default
lukasgd Jul 1, 2025
d4aa104
Update comment on torchrun with virtual environments
lukasgd Jul 1, 2025
0626ccd
Merge branch 'main' into jupyter-update
bcumming Jul 1, 2025
92805a0
Fix merge (update Jupyter refs)
lukasgd Jul 1, 2025
ef3bb4e
Update jupyterlab.md
twrobinson Jul 1, 2025
af44be2
Update jupyterlab.md
twrobinson Jul 1, 2025
eb6d09c
Note about multi-GPU training from a single process
lukasgd Jul 1, 2025
da87fac
merge main
bcumming Jul 2, 2025
036e395
fix that parasitic broken link
bcumming Jul 2, 2025
ba052d4
Merge branch 'main' into jupyter-update
lukasgd Jul 7, 2025
ccea2c4
Merge branch 'main' into jupyter-update
lukasgd Jul 7, 2025
0734238
Apply suggestion from @msimberg
msimberg Jul 7, 2025
91569af
Apply suggestion from @msimberg
msimberg Jul 7, 2025
948a712
Apply suggestion from @msimberg
msimberg Jul 7, 2025
ab611c6
Apply suggestion from @msimberg
msimberg Jul 7, 2025
786c75d
Apply suggestion from @msimberg
msimberg Jul 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* @bcumming @msimberg @RMeli
docs/services/jupyterlab.md @rsarm
docs/access/jupyterlab.md @rsarm
docs/services/firecrest @jpdorsch @ekouts
docs/software/communication @Madeeks @msimberg
docs/software/devtools/linaro @jgphpc
Expand Down
6 changes: 6 additions & 0 deletions docs/access/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ This documentation guides users through the process of accessing CSCS systems an

[:octicons-arrow-right-24: SSH][ref-ssh]

- :simple-jupyter: __JupyterLab__

JupyterLab is a feature-rich notebook authoring application and editing environment.

[:octicons-arrow-right-24: JupyterLab][ref-jupyter]

- :fontawesome-solid-layer-group: __VSCode__

How to connect VSCode IDE on your laptop with Alps
Expand Down
241 changes: 241 additions & 0 deletions docs/access/jupyterlab.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/clusters/eiger.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Eiger is an Alps cluster that provides compute nodes and file systems designed t
### Unimplemented features

!!! under-construction "Jupyter is not yet available"
[Jupyter][ref-jlab] has not yet been configured on `Eiger.Alps`.
[Jupyter][ref-jupyter] has not yet been configured on `Eiger.Alps`.

**It will be deployed as soon as possible and this documentation will be updated accordingly**

Expand Down Expand Up @@ -160,7 +160,7 @@ See the Slurm documentation for instructions on how to run jobs on the [AMD CPU

### JupyterHub

A JupyterHub service for Eiger is available at [https://jupyter-eiger.cscs.ch](https://jupyter-eiger.cscs.ch).
A [JupyterHub][ref-jupyter] service for Eiger is available at [https://jupyter-eiger.cscs.ch](https://jupyter-eiger.cscs.ch).

### FirecREST

Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ If you cannot find the information that you need in the documentation, help is a

[:octicons-arrow-right-24: CI/CD for external projects](services/cicd.md)

[:octicons-arrow-right-24: JupyterLab](services/jupyterlab.md)


- :fontawesome-solid-hammer: __Software__

Expand Down
6 changes: 0 additions & 6 deletions docs/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@
FirecREST is a RESTful API for programmatically accessing High-Performance Computing resources.

[:octicons-arrow-right-24: FirecREST][ref-firecrest]

- :simple-jupyter: __JupyterLab__

JupyterLab is a feature-rich notebook authoring application and editing environment.

[:octicons-arrow-right-24: JupyterLab][ref-jlab]
</div>

126 changes: 0 additions & 126 deletions docs/services/jupyterlab.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/software/prgenv/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Start the image and activate the Julia[up] HPC setup by loading the following vi
uenv start julia/25.5:v1 --view=juliaup,modules
```

There is also a view `jupyter` available, which is required for [using Julia in JupyterHub][using-julia-in-jupyterhub].
There is also a view `jupyter` available, which is required for [using Julia in JupyterHub][using-julia-in-jupyter].

!!! info "Automatic installation of Juliaup and Julia"
The installation of `juliaup` and the latest `julia` version happens automatically the first time when `juliaup` is called:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ nav:
- 'Multi Factor Authentication (MFA)': access/mfa.md
- 'Web Services': access/web.md
- 'SSH': access/ssh.md
- 'JupyterLab': access/jupyterlab.md
- 'VSCode': access/vscode.md
- 'Software':
- software/index.md
Expand Down Expand Up @@ -97,7 +98,6 @@ nav:
- services/index.md
- 'FirecREST': services/firecrest.md
- 'CI/CD': services/cicd.md
- 'JupyterLab': services/jupyterlab.md
- 'Running Jobs':
- running/index.md
- 'Slurm': running/slurm.md
Expand Down