jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.62k stars 4.88k forks source link

Add "Extract archive" menu entry to FileBrowser #4952

Open hadim opened 4 years ago

hadim commented 4 years ago

It would be a nice addition to https://github.com/jupyter/notebook/pull/4945.

With both features, working with local/remote files in a remote Jupyter kernel environment will be much easier.

I could implement it in jupyter-archive and then port it to notebook and JLab.

hadim commented 4 years ago

This feature is now implemented in jupyter-archive: https://github.com/hadim/jupyter-archive/blob/b39ecf4c047db6d2a10d663c1ce8b44e26e32047/jupyter_archive/handlers.py#L120