In this section, we’ll cover sending notebook from our local machine to be executed in the cloud. Clouderizer makes it super simple, letting you develop locally, convert your code into serverless cloud function and invoke your notebook remotely with a simple curl command.
pip install clouderizer
cldz login
cldz deploy awesome-notebook.ipynb --infra GPU
This command should push your notebook to cloud as serverless function and give you an http endpoint for the notebook. Something like this
NOTEBOOK AYSNC URL: https://serverless.clouderizer.com/async-function/awesome-notebook-funccurl -i -X POST -F param=XYZ https://serverless.clouderizer.com/async-function/awesome-notebook-func
In this section, we’ll cover sending notebook from our local machine to be executed in the cloud. Clouderizer makes it super simple, letting you develop locally, convert your code into serverless cloud function and invoke your notebook remotely with a simple curl command.
curl -i -X POST -F param=XYZ https://serverless.clouderizer.com/function/async/awesome-notebook-func
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.