User Tools

Site Tools


working_with_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
working_with_python [2023/11/03 15:42] – [Jupyter Notebooks] jansenworking_with_python [2023/11/06 13:12] (current) – [Jupyter Notebooks] jansen
Line 273: Line 273:
  
 After starting ''jupyter notebook'' you can select ''python3'' as kernel. After starting ''jupyter notebook'' you can select ''python3'' as kernel.
 +
 +If you need to work with several python setups (e.g. the system python3, but also from loaded environment modules), it is easy to assign a name to the generated kernel, e.g:
 +    python3 -m ipykernel install --user --name system-python3
 +
 +
working_with_python.txt · Last modified: 2023/11/06 13:12 by jansen