Feature request: Tab with recently opened notebooks
Hello, I do not see this listed in other issues. It would be nice to have a new tab in the dashboard (in addition to Files, Running and Cluster) that lists X number of recently opened notebooks. It would be nice to see when notebooks were last opened as well. Keep up the great work!
I do not see this listed in other issues. It would be nice to have a new tab in the dashboard (in addition to Files, Running and Cluster) that lists X number of recently opened notebooks. It would be nice to see when notebooks were last opened as well.
Thanks ! We'll consider it. It should be possible with an extension !
Keep up the great work!
THanks for using Jupyter and reporting feature requests !
Thanks for the consideration Matthias!
This will be possible in notebook 5.0 thanks to https://github.com/jupyter/notebook/pull/943:

I think https://github.com/jupyter/notebook/pull/943 was only considering last modified timestamp.
MRU should span across all folders.
This would improve discoverability a ton ^_^