How do i automate my jupyter notebook using google cloud?

孤者浪人 提交于 2021-01-29 05:54:16

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/57561291/how-do-i-automate-my-jupyter-notebook-using-google-cloud

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!