first stab at mkdocs migration

refactor CSCS and Meg content

add merlin6 quick start

update merlin6 nomachine docs

give the userdoc its own color scheme

we use the Materials default one

refactored slurm general docs merlin6

add merlin6 JB docs

add software support m6 docs

add all files to nav

vibed changes #1

add missing pages

further vibing #2

vibe #3

further fixes
This commit is contained in:
2025-11-26 17:28:07 +01:00
parent 149de6fb18
commit bde174b726
313 changed files with 2608 additions and 11593 deletions

View File

@@ -0,0 +1,30 @@
# Jupyterlab User interface
## Testing out Jupyterlab
**Jupyterlab** is a new interface to interact with your Jupyter notebooks.
However, it is in very active development and undergoing constant changes. You
can read about its features [on the official
website](https://jupyterlab.readthedocs.io/en/stable/user/interface.html).
You can test it out on our server by using the following kind of URL, where
`$YOUR-USER` must be replaced by your PSI username. You must already have an
active session on the jupyterhub.
```text
https://merlin-jupyter.psi.ch:8000/user/$YOUR-USER/lab
```
## Switching to the Classic Notebook user interface
You can switch to the classical notebook UI by using the **"Launch Classic Notebook"** command from the left sidebar of JupyterLab.
![Launch Classic Notebook](../../images/jupyter/jupyter-launch-classic.png)
/// caption
///
## Jupyterlab does not support the older nbextensions
These regrettably are not yet supported from within the JupyterLab UI,
but you can activate them through the Classic Notebook interface (see
above)