diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md index 73a0da60473e0f25d2614fb129829fcb8e293719..a17f4974272edd8f521d91bc7dcc5b3612427de3 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md @@ -28,8 +28,7 @@ marie@compute$ R ``` Using `srun` is recommended only for short test runs, while for larger runs batch jobs should be -used. The examples can be found [here](get_started_with_hpcda.md) or -[here](../jobs_and_resources/slurm.md). +used. The examples can be found [here](../jobs_and_resources/slurm.md). It is also possible to run `Rscript` command directly (after loading the module): diff --git a/doc.zih.tu-dresden.de/docs/software/overview.md b/doc.zih.tu-dresden.de/docs/software/overview.md index 835d22204fcda298899f49d4b2a95b092b7e3da1..bdf96b20b4f32fbc6b27222cbc9780290b3ce291 100644 --- a/doc.zih.tu-dresden.de/docs/software/overview.md +++ b/doc.zih.tu-dresden.de/docs/software/overview.md @@ -47,8 +47,8 @@ The [Jupyter Notebook](https://jupyter.org/) is an open-source web application t documents containing live code, equations, visualizations, and narrative text. There is a [JupyterHub](../access/jupyterhub.md) service on ZIH systems, where you can simply run your Jupyter notebook on compute nodes using [modules](#modules), preloaded or custom virtual environments. -Moreover, you can run a [manually created remote jupyter server](deep_learning.md) for more specific -cases. +Moreover, you can run a [manually created remote jupyter server](../archive/install_jupyter.md) +for more specific cases. ## Containers