diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md index 2a49c60b6adb3292edb214b3be8694e5c8736b69..907df266cdadfc6e5d2cac86c053167cb2e56efe 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md @@ -5,12 +5,18 @@ allows you to work with python quicker and more effective. Here the general intr with python on ZIH system is given. For specific machine learning frameworks see respective documentation in [machine learning](machine_learning.md) section. -## Python Virtual Environments +## Python Console and Virtual Environments Often it is useful to create an isolated development environment, which can be shared among a research group and/or teaching class. For this purpose python virtual environments can be used. For more details see [here](python_virtual_environments.md). +The interactive Python interpreter can also be used on ZIH systems via an interactive job: +```console +marie@login$ srun -p alpha --gres=gpu:1 -n 1 -c 7 --pty --mem-per-cpu=8000 bash #Job submission on alpha nodes with 1 gpu on 1 node with 8000 Mb per CPU +marie@alpha$ python +``` + ## Jupyter Notebooks Jupyter notebooks are a great way for interactive computing in a web