Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Created October 20, 2017 15:09
Show Gist options
  • Save hfogelberg/8d0e0c0c25aa64947c4dbb86f6ad2673 to your computer and use it in GitHub Desktop.
Save hfogelberg/8d0e0c0c25aa64947c4dbb86f6ad2673 to your computer and use it in GitHub Desktop.
upload folder to Jupyter Notebook
import zipfile as zf
files = zf.ZipFile("ZippedFolder.zip", 'r')
files.extractall('directory to extract')
files.close()
@penchals
Copy link

thank you

@Maitreyi88
Copy link

thank you

@Sazzarya
Copy link

thank you

@DavHarutyunyan
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment