cc_staff
229
edits
No edit summary |
|||
Line 4: | Line 4: | ||
module load python/3.8 | module load python/3.8 | ||
module load scipy-stack/2023a gcc/9.3.0 cuda/11.4 arrow/8.0.0 | |||
virtualenv $HOME/jupyter_py3.8 | virtualenv $HOME/jupyter_py3.8 | ||
source $HOME/jupyter_py3.8/bin/activate | source $HOME/jupyter_py3.8/bin/activate | ||
pip install --no-index --upgrade pip | |||
pip install ipykernel | pip install ipykernel | ||
pip install pytz_deprecation_shim | |||
python -m ipykernel install --user --name test_py38 --display-name "Python 3.8 Kernel" | python -m ipykernel install --user --name test_py38 --display-name "Python 3.8 Kernel" | ||
deactivate | deactivate | ||
# installed in $HOME/.local/share/jupyter/kernels/ | |||
==Working with processors that have non-uniform memory access (NUMA)== | ==Working with processors that have non-uniform memory access (NUMA)== |