rsnt_translations
56,437
edits
No edit summary |
No edit summary |
||
Line 156: | Line 156: | ||
Il est possible d'ajouter des ''kernels'' pour d'autres langages de programmation ou pour des versions de Python différentes de celle dans laquelle fonctionne Jupyter Notebook. Pour plus d'information, consultez [http://jupyter-client.readthedocs.io/en/latest/kernels.html Making kernels for Jupyter]. | Il est possible d'ajouter des ''kernels'' pour d'autres langages de programmation ou pour des versions de Python différentes de celle dans laquelle fonctionne Jupyter Notebook. Pour plus d'information, consultez [http://jupyter-client.readthedocs.io/en/latest/kernels.html Making kernels for Jupyter]. | ||
L'nstallation se fait en deux étapes. | |||
#Installation | #Installation des paquets permettant à l'interpréteur de communiquer avec Jupyter Notebook. | ||
# | #Création du fichier pour que Jupyter Notebook puisse créer un canal de communication avec l'interpréteur : ce fichier est le ''kernel spec file''. | ||
Each kernel spec file has to be created in its own subfolder inside a folder in your home directory with the following path <code> ~/.local/share/jupyter/kernels</code>. Jupyter Notebook does not create this folder, so the first step in all cases is to create it. You can use the following command. | Each kernel spec file has to be created in its own subfolder inside a folder in your home directory with the following path <code> ~/.local/share/jupyter/kernels</code>. Jupyter Notebook does not create this folder, so the first step in all cases is to create it. You can use the following command. |