I found out how to download all notebooks. Do Kernel | Shutdown | (say NO if it asks if you want to restart kernel) | Download | HTML
The kernel shutdown sequence resolved all problems for me.
It used to be that the first couple of notebooks would download fine, then no more. What seems to be happening as I discovered today is that something is exceeding a quota or limit on your user account after you download a few notebooks.
The solution is to turn off the kernel before download on every notebook.
Thanks for the tip, but when I shut down my kernel the notebook still does not download. No file formats download for me, with or without an active kernel. Every time I try to download, it opens a new blank webpage and that is all.
Hello!
I’m also having this issue. I was able to download a few notebooks but am no longer able to do so with any notebook.
Any suggestion is appreciated -thanks!
Flavio
I have a method to download them but it’s far from ideal.
Go to the page that you want to download and open the dev tools (right click → inspect, or F12).
From there, go to the network tab. Then reload the page and filter the network traces by “.ipynb”. You will see then just a couple of traces, one of these is the notebook itself.
Just copy the response removing the first brackets content and save it as your .ipynb.