Vous pouvez utiliser le Jupyter Notebook sur les serveurs de l'UQAM mais vous devez utiliser le fureteur (browser) LOCAL(!) sur votre poste de travail à l'UQÀM ou ailleurs.
Pour ce faire, vous devez d'abord établir une connexion ("tunnel SSH") entre votre machine et le serveur sur lequel se trouvent les données.
Comment faire cela est expliqué ici, en fonction du système d'exploitation que vous utilisez :
Si vous voulez effacer vos output .Voici la méthode.
You can do this with the following steps :
Select the "Cell" -> Then select "All Outputs" -> There you will find "Clear" option -> select that.
This will reduce the size of your file (From MBs to kBs). It will also reduce the time to load the notebook next time you open it in your browser.
It will clear all the output created after execution of the code. Since Notebook is holding code+images+comments in addition to this its also holding the out put in that file therefore it will increase the size of the notebook.
Ajouter un commentaire