Jupyter notebook questions

I would like to ask If I turn off my laptop , the link will work or not in others devices ?
and another question, for how long the link will work ? days, weeks or for lifetime ?

Hi @os.alsalafi1,

That’s right - if you’re running a Jupyter notebook on your laptop and turn it off, then that code isn’t running any more! If you want to keep your Jupyter code running forever when you switch off your laptop, you’ll want to deploy it to a computer that’s always switched on.

Good news: @brooke and @ryan have written a handy guide to doing just that! Check it out:

(This version talks about Google Colab, but you can get a .py file out of your Jupyter notebook exactly the same way!)

1 Like