Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated python.md for Polaris #571

Merged
merged 14 commits into from
Jan 16, 2025
4 changes: 4 additions & 0 deletions docs/polaris/data-science/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ To address this, please add the following line in the very beginning of your Pyt
```python
from mpi4py import MPI
```
## Creating a Jupyter Kernel

If you need to use your Python `venv` on JupyterHub, you will need to create a [custom Jupyter kernel](https://docs.alcf.anl.gov/services/jupyter-hub/#custom-ipython-kernels) for it.

Loading