Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.01 KB

File metadata and controls

36 lines (24 loc) · 1.01 KB

Project-specific setup

This document contains setup instructions specifically for this project only. This design enables us to keep other docs easily aligned with future upstream changes to coefficient-cookiecutter.

Install system-level dependencies with homebrew

# brew install wkhtmltopdf

gcloud setup

Install gcloud as per these instructions.

Run gcloud init to create a new named configuration. Unless it exists already, create a new configuration as required, e.g. ciot-python-demo. This configuration can be activated at any point, for example:

gcloud config set project ciot-python-demo

# Top tip: install tldr to get quick help with gcloud commands!
# https://dbrgn.github.io/tealdeer/
brew install tealdeer
tldr gcloud

Jupyter kernel

python -m ipykernel install --user --name ciot-python-demo --display-name "Python (ciot-python-demo)"