Dear all,
Hi
I want to add the ability to jupyterhub to run cells even after closing the browser.
How can I do this?
Mny tnx!
‘run all’ submits all cells immediately, though output will not be collected if the browser is not open.
You can also use e.g. juptyer nbconvert --execute
to run notebooks ‘offline’ without the browser at all.
Or you can use something like Jupyter Scheduler to run jobs offline.
1 Like