You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Students can use the zip command to archive all their files/folders on JupyterHub at the end of the term. Unpacking zip files is supported natively on Windows/Mac making it the go to.
For some reason the base image jupyter/scipy-notebook does not have zip installed. Will need to add a line to the py-dsci-100 Dockerfile that runs apt install zip.
The text was updated successfully, but these errors were encountered:
Students can use the zip command to archive all their files/folders on JupyterHub at the end of the term. Unpacking zip files is supported natively on Windows/Mac making it the go to.
For some reason the base image jupyter/scipy-notebook does not have zip installed. Will need to add a line to the py-dsci-100 Dockerfile that runs
apt install zip
.The text was updated successfully, but these errors were encountered: