Skip to content
Snippets Groups Projects
Commit ce0533a3 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Merge branch 'DA_neustrukturierung' of...

Merge branch 'DA_neustrukturierung' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into DA_neustrukturierung
parents 57d9eaa8 e89b49af
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment