From e9869f0fb88f27c8e578ebc6d3a5dd483aa44e6b Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 22 Sep 2021 10:41:29 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/archive/install_jupyter.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md index 7140277dc..07725951f 100644 --- a/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md +++ b/doc.zih.tu-dresden.de/docs/archive/install_jupyter.md @@ -124,8 +124,9 @@ c.NotebookApp.port = 9999 c.NotebookApp.allow_remote_access = True ``` -Note: `<path-to-cert>` - path to key and certificate files, for example: -(`/home/\<username>/mycert.pem`) +!!! note + `<path-to-cert>` - path to key and certificate files, for example: + (`/home/<zih_user>/mycert.pem`) ## Slurm job file to run the Jupyter server on ZIH system with GPU (1x K80) (also works on K20) -- GitLab