From 821076eb7027978459944a5c2b04840893de8a7b Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Tue, 10 Sep 2024 15:08:48 +0200 Subject: [PATCH] information section at the end --- mkdocs/docs/HPC/python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs/docs/HPC/python.md b/mkdocs/docs/HPC/python.md index 9025435202f..8d244c9cc25 100644 --- a/mkdocs/docs/HPC/python.md +++ b/mkdocs/docs/HPC/python.md @@ -190,3 +190,7 @@ After some time, two files will be created in the directory where the job was su `python_job_example.o{{jobid}}` and `python_job_example.e{{jobid}}`, where {{jobid}} is the id of your job. The `.o` file contains the output of the job. +## More information + +- For more info on Python virtual environments, see the [Setting up Python virtual environments](./setting_up_python_virtual_environments.md) page. +- To use Jupyter on the HPC systems, see the [Jupyter](./jupyter.md) page.