An open-source, developer-empowering standard for doing data science in the cloud
Spin is several components. A CLI, a Pythonic GCP cluster manager, and perhaps most useful of all -- the workbench -- which is designed to be a single-node cluster on
Install with pip install setup.py.
Install kubectl
Install the google-cloud-sdk.
Run gcloud init from the google cloud CLI.
Then try spin init from the command line followed by spin up workbench.
There's also spin up project <project_name> which will create a directory containing the skeleton for a new python project.