Opinionated jupyter-server-proxy
cookiecutter project.
Use this cookiecutter to create jupyter-server-proxy
compatible packages.
- Python 3.6+
- Setup and activate virtual environment (recommended):
virtualenv -p python3 venv
source venv/bin/activate
- Install cookiecutter:
pip install "cookiecutter>=1.7.0"
- Run
cookiecutter
against this repo:
cookiecutter https://github.com/illumidesk/cookiecutter-jupyter-server-proxy
- Create and activate virtual environment:
virtualenv -p python3 venv
source venv/bin/activate
- Install dependencies:
pip install -r dev-requirements.txt
Use
pip-compile
to update development requirements. Update dev-requirements.in and then runpip-compile dev-requirements.in
to create a new version ofdev-requirements.txt
.
Based mostly off of the jupyter-server-proxy
template project.
BSD 3-Clause