Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 688 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 688 Bytes

Coiled Hands-On

This repository contains Coiled/Dask examples that are both easy and non-trivial. They are intended for quick demonstrations when first trying out the product.

Instructions

Clone repository

git clone https://github.com/coiled/hands-on
cd hands-on

Install software

conda env create -f environment.yml -y
conda activate hands-on

Log in to Coiled

coiled login

If you're working within the context of a Coiled team account (common for demonstrations) you may want to specify a default account:

coiled login --account PROVIDED_ACCOUNT

Open up Jupyter and play around

jupyter lab