For Users

Pre-requisites

Before you begin, you’ll need JupyterLab 3.

pip install jupyterlab=3

conda or mamba is also highly recommended, once you have heavy custom dependencies:

conda install -c conda-forge jupyterlab=3

Installing

Get up and running fast with pip:

pip install --pre jupyter_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