How do i automate my jupyter notebook using google cloud?
Asked Answered
P

2

2

I have a code with Jupyter notebook and i would like to schedule daily running by Google Cloud.

I already created VM instance and running my code there, but I couldn't find any guide or video how to implement daily running.

So, how can I do that?

Paludal answered 19/8, 2019 at 17:17 Comment(1)
See if this helps How to run a jupyter notebook dailyDwaindwaine
O
2

Google is offering a product which is called AI Platform Notebooks. It is implementing lots of useful stuff like lots of open-source frameworks, CI etc. There is also a blog post by the Google Cloud that explains the product in depth and can be found here. I think you can use that to achieve what you want.

Olag answered 20/8, 2019 at 10:26 Comment(0)
P
0

You can use cron to schedule the notebook in the VM machine. Please take a look at nbconvert or papermill for executing notebooks.

The other ways to schedule Jupyter Notebook can be to use a web-based application for notebook scheduling:

Both of them can automatically execute the notebook in the background and share the resulting notebook as a website.

Pushing answered 18/10, 2022 at 7:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.