cc_staff
505
edits
No edit summary |
No edit summary |
||
Line 211: | Line 211: | ||
=== Python === | === Python === | ||
< | <ol> | ||
<li>Chargez le module Python. {{Command2|module load python/3.5}} | |||
<li>Créez un nouvel environnement Python. {{Command2|virtualenv $HOME/jupyter_py3.5}} | |||
<li>Activez le nouvel environnement Python. {{Command2|source $HOME/jupyter_py3.5/bin/activate}} | |||
<li>Installez la bibliothèque <code>ipykernel</code>. {{Command2|pip install ipykernel}} | |||
<li>Generate the kernel spec file. Remplacez <code><unique_name></code> par un nom unique pour votre noyau. {{Command2|python -m ipykernel install --user --name <unique_name> --display-name "Python 3.5 Kernel"}} | |||
<li>Désactivez l'environnement virtuel. {{Command2|source deactivate}} | |||
</ | </ol> | ||
Pour plus d'information, voyez la information, see the [http://ipython.readthedocs.io/en/stable/install/kernel_install.html documentation ipykernel]. | Pour plus d'information, voyez la information, see the [http://ipython.readthedocs.io/en/stable/install/kernel_install.html documentation ipykernel]. |