Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Created October 20, 2017 15:09
Show Gist options
  • Select an option

  • Save hfogelberg/8d0e0c0c25aa64947c4dbb86f6ad2673 to your computer and use it in GitHub Desktop.

Select an option

Save hfogelberg/8d0e0c0c25aa64947c4dbb86f6ad2673 to your computer and use it in GitHub Desktop.

Revisions

  1. hfogelberg created this gist Oct 20, 2017.
    4 changes: 4 additions & 0 deletions jupyter folder
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    import zipfile as zf
    files = zf.ZipFile("ZippedFolder.zip", 'r')
    files.extractall('directory to extract')
    files.close()