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 :
You can try following steps since it worked for me:
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.
As per my understanding this 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.