Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 367 Bytes

File metadata and controls

10 lines (6 loc) · 367 Bytes

Managing multiple python versions on system

Great guide on how to install and manage multiple python versions on an ubuntu based OS: https://hackersandslackers.com/multiple-versions-python-ubuntu/

Jupyter notebook Kernels

add conda/other environment as kernel

conda install -c anaconda ipykernel

python -m ipykernel install --user --name=env_name