At the end of the hackathon you will have produced a few notebooks and temporary files that you may want to preserve for future reference, or just to keep playing on the exercises.
To avoid keeping all the 10 machines alive, we moved everything to mlinfn10.cloud.cnaf.infn.it:8888 which will remain up for longer than the others.
To download your shared folder, you can follow these instructions:
- log into https://mlinfn10.cloud.cnaf.infn.it:8888
- select the image: landerlini/ml-infn-lab:v1.0.6
- Once in the jupyter-workspace, find the persisted version of your shared folder: /shared/mlinfn<your-group-number>/shared/<your-username>
- Compress the whole folder, for example in tar format:
- Open a terminal
- type "bash" and press Enter
- Tip: now you have bash completition by pressing <TAB>.
- type "cd /jupyter-workspace/shared/mlinfn<your-group>/shared" and press Enter
- type "tar zcf /jupyter-workspace/<your-username>.tgz <your-username>" and press Enter
- Specific example for the user landerlini:
- bash
- cd /jupyter-workspace/shared/mlinfn9/shared/
- tar zcf /jupyter-workspace/anderlinil.tgz anderlinil/
Finally, you can download the file <your-username>.tgz via the web interface:
- Navigate to the root of the jupyter file system (for example by clicking on the folder symbol in the left-top corner of the jupyterlab interface)
- find the archive you just created, <your-username>.tgz file
- right-click and select "Download"
To extract the archive once is downloaded on your local machine you can use either tar:
- tar xfvz archive.tgz
or you can use the 7-zip application (https://www.7-zip.org/).