jupyter / notebook

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

Feature request: File tree #1058

Open ImmanuelSamuel opened 8 years ago

ImmanuelSamuel commented 8 years ago

Right now for quickly viewing all the files in a directory with many sub directories takes a lot of time.

With a tree like this it will be much easier.

image

bkarlovitz commented 8 years ago

I'm interested in working on this. Has anyone made progress?

takluyver commented 8 years ago

I don't think anything has been done on this, but it's a UI question rather than just code, so I'd ping someone like @ellisonbg about it before you dive in.

bkarlovitz commented 8 years ago

@takluyver Sounds good. I'll wait to hear more.

ellisonbg commented 8 years ago

A couple of thoughts:

In the short/medium term:

In the long run:

On Sat, Feb 20, 2016 at 10:23 AM, Bryan Karlovitz notifications@github.com wrote:

@takluyver https://github.com/takluyver Sounds good. I'll wait to hear more.

— Reply to this email directly or view it on GitHub https://github.com/jupyter/notebook/issues/1058#issuecomment-186662609.

Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub bgranger@calpoly.edu and ellisonbg@gmail.com

bkarlovitz commented 8 years ago

@ellisonbg Thanks for the detailed feedback. I'm inclined to go the nbextension route here. I'll keep everyone posted.

JamiesHQ commented 7 years ago

@bkarlovitz : We're doing a little housekeeping on our issue log and noticed this thread from 2016. Were you able to looking into the nbextension route? Please let us know if this issue been resolved to your satisfaction and can it be closed?

@bkarlovitz @ImmanuelSamuel : You may be interested in the file browser in JupyterLab to see if it meets your needs. thanks!