Contribute Media
A thank you to everyone who makes this possible: Read More

Launch Jupyter to the Cloud: an example of using Docker and Terraform

Description

There are lots of reasons using a cloud service is favorable, but how to make sure consistency between development and deployment? With Docker, we can "ship" the project to different platforms in the same environment. Going one step further we can also create the cloud infrastructure as code with Terraform. As an example, we will deploy a Jupyter notebook on Google Cloud Platform using both tools.

Details

Improve this page