jupyter / jupyter/notebook

google colab( jupyter ) , it is slowly to unzip, why, and how to make unzip quickly?

Open
#3,835 0 comments 5 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

```
import zipfile
with zipfile.ZipFile("drive/app1/train.zip","r") as zip_ref:
zip_ref.extractall("drive/app1/targetdir")
```

Contributor guide

Open the contributing guide

Research direction

The issue provides only a Python zipfile snippet and does not name a repository file, test, or notebook entry point. Start by reproducing the extraction in Google Colab and compare it with the expected behavior; the issue would need a defined project-side cause and acceptance criterion before a contribution can be considered done.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
devtools, performance
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.