User Tools

Site Tools


other:python:starting

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
other:python:starting [2024/09/13 16:20] – Updated the jupyter section jypeterother:python:starting [2025/07/03 16:18] (current) – [Using a non-standard kernel] jypeter
Line 169: Line 169:
 Available kernels: Available kernels:
   python3     /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3</code>   python3     /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3</code>
-  - Copy the existing kernel directory that you have found to your home directory. You can use the existing kernel name, or use a new kernel name (using only ASCII letters, numbers,  ''-'' hyphen, ''.'' period and ''_'' underscore)\\ <code> >mkdir -p ~/.local/share/jupyter/kernels+  - Copy the existing kernel directory that you have found to your home directory (more precisely to the ''~/.local/share/jupyter/kernels'' directory). You can use the existing kernel name (probably ''python3''), or use a new kernel name (using only ASCII letters, numbers,  ''-'' hyphen, ''.'' period and ''_'' underscore)\\ <code> >mkdir -p ~/.local/share/jupyter/kernels
  >cp -pr /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3 ~/.local/share/jupyter/kernels  >cp -pr /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3 ~/.local/share/jupyter/kernels
  >cp -pr /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3 ~/.local/share/jupyter/kernels/my_favorite_kernel  >cp -pr /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm19_nompi_py3/share/jupyter/kernels/python3 ~/.local/share/jupyter/kernels/my_favorite_kernel
Line 183: Line 183:
 kernel.json  logo-32x32.png  logo-64x64.png kernel.json  logo-32x32.png  logo-64x64.png
  
- >cat your_home_dir/.local/share/jupyter/kernels/my_favorite_kernel/kernel.json+ >cat ~/.local/share/jupyter/kernels/my_favorite_kernel/kernel.json
 { {
  "argv": [  "argv": [
Line 194: Line 194:
  "display_name": "My favorite Python kernel",  "display_name": "My favorite Python kernel",
  "language": "python"  "language": "python"
 +}
 </code> </code>
-  - refresh the https://jupyter.lsce.ipsl.fr/ page and the new kernel(s) should appear in the kernels' related menus+  - Refresh the ''https://jupyter.lsce.ipsl.fr/'' (if you are using the LSCE notebook server) page and the new kernel(s) should appear in the kernels' related menus
 ===== Python distributions available for LSCE users ===== ===== Python distributions available for LSCE users =====
  
other/python/starting.1726237203.txt.gz · Last modified: 2024/09/13 16:20 by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki