From ce9246db61d869339e5d236a19a5d70aa2485104 Mon Sep 17 00:00:00 2001 From: Elias Werner <eliwerner3@googlemail.com> Date: Mon, 30 Aug 2021 20:48:38 +0200 Subject: [PATCH] sym-linked -> soft-linked to make aspell happy --- doc.zih.tu-dresden.de/docs/software/tensorboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/tensorboard.md b/doc.zih.tu-dresden.de/docs/software/tensorboard.md index c097f4193..94da6e1b0 100644 --- a/doc.zih.tu-dresden.de/docs/software/tensorboard.md +++ b/doc.zih.tu-dresden.de/docs/software/tensorboard.md @@ -8,7 +8,7 @@ application. The easiest way to use TensorBoard is via [JupyterHub](../access/jupyterhub.md). The default TensorBoard log directory is set to `/tmp/<username>/tf-logs` on the compute node, where Jupyter -session is running. In order to show your own directory with logs, it can be "sym-linked" to the +session is running. In order to show your own directory with logs, it can be soft-linked to the default folder. Open a "New Launcher" menu (`Ctrl+Shift+L`) and select "Terminal" session. It will start new terminal on the respective compute node. Create a directory `/tmp/lazariv/tf-logs` and link it with your log directory -- GitLab