What is the equivalent of Google Cloud Datalab(jupyter notebook service) managed service provided in Amazon Cloud, for usage by Data Analysts/Data Scientists? Is the only option is to build Databricks/Jupyter notebook separately on EC2 cluster in AWS, is there not a managed service in AWS available for this?
Asked
Active
Viewed 284 times
0
-
1Side note: There's a newer offering in GCP that replaces Google Cloud Datalab. It's called AI Platform Notebooks and is much more user friendly :) – Zain Rizvi Aug 08 '19 at 18:20
1 Answers
1
Checkout Amazon SageMaker, a fully-managed service that enables data scientists and developers to build, train and deploy machine learning models.
As part of SageMaker documentation, there is a section on running Jupyter notebook apps with SageMaker notebook instance. You may also want to read How it works and Get Started sections to understand the complete workflow.

Shree
- 798
- 5
- 13