tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

List all open notebooks #181

Open nwieder opened 8 years ago

nwieder commented 8 years ago

Either I cannot figured out how to do it, or it doesn't exist. I am missing a simple function that lists all open notebooks, so I can manage them easily. Any plans to include something like that anytime soon? It would improve my workflow significantly...

Keep up the great work!

millejoh commented 7 years ago

Sorry about the very slow response, but I don't always see the issues posted to this repository. Note that tkf is no longer maintaining ein. Come by https://github.com/millejoh/emacs-ipython-notebook - that's where all the fun is these days.

The command ein:notebooklist-open-notebook-global sort of does what you are asking. Or are you hoping to have the entire list of notebooks available in one buffer?

Be careful, though, if you have a large number of subdirectories and files running in your jupyter server Emacs can choke, see millejoh/emacs-ipython-notebook#108.