diff --git a/slides/05_batch_jobs.md b/slides/05_batch_jobs.md index 0e9e0380..38c6d694 100644 --- a/slides/05_batch_jobs.md +++ b/slides/05_batch_jobs.md @@ -173,5 +173,5 @@ srun echo "Hello $USER! You are on node $HOSTNAME" - If you have a heavier job that still requires interaction - Request resources from the [interactive partition](https://docs.csc.fi/computing/running/interactive-usage/) using the `sinteractive` command - This will open an interactive shell where you can perform your computations directly on a compute node instead of the login node -- Interactive jobs and GUIs can also be launched through the [web interfaces](https://docs.csc.fi/computing/webinterface/) +- Interactive jobs and GUIs can also be launched in the [web interfaces](https://docs.csc.fi/computing/webinterface/) - Jupyter notebooks, RStudio, TensorBoard, MATLAB, VSCode, ...