Questions marquées «jupyter»

10
Comment exporter une cellule d'un cahier jupyter?

Je travaille actuellement / prototypage dans un ordinateur portable Jupyter . Je veux exécuter une partie de mon code sur un shell iPython autonome . Pour l'instant, j'exporte mon code iPython (fichier -> télécharger sous) puis je l'exécute dans mon iPython (avec% run). Cela fonctionne, mais je...