For Users

Pre-requisites

Before you begin, you’ll need JupyterLab and NodeJS. conda is highly recommended to install both of them:

conda install -c conda-forge jupyterlab=2 nodejs

Or you can get nodejs… somehow… and JupyterLab via pip:

pip install jupyterlab=2

Installing

Get up and running fast with pip:

pip install --pre jupyter_starters
jupyter labextension install @deathbeds/jupyterlab-starters

…or conda:

TBD

Extras

Cookiecutter

jupyter_starters integrates with (but doesn’t require) cookiecutter. It also uses importlib_resources to populate the curated “pantry” of cookiecutters. Again, install it with pip

pip install cookiecutter importlib_resources

or conda

conda install -c conda-forge cookiecutter importlib_resources