This is an extremely basic question. At some point I accidentally closed the window containing my Jupyter notebook tabs. It's gone from my 'recently closed tabs' in Chrome. Is there some way that I can reopen the notebooks corresponding to the currently active kernels?
In case it makes a difference, they are julia kernels, and I started the notebook server by typing notebook()
in a julia REPL session.
If your server is still running, you can still see all previously opened notebooks:
http://localhost:8888
by default).Example