Cookie Cutter for a jupyter-server-proxy Project
October 25, 2020 ยท View on GitHub
Opinionated jupyter-server-proxy cookiecutter project.
Use this cookiecutter to create jupyter-server-proxy compatible packages.
Requirements
- Python 3.6+
Create your project
- Setup and activate virtual environment (recommended):
virtualenv -p python3 venv
source venv/bin/activate
- Install cookiecutter:
pip install "cookiecutter>=1.7.0"
- Run
cookiecutteragainst this repo:
cookiecutter https://github.com/illumidesk/cookiecutter-jupyter-server-proxy
Development
- Create and activate virtual environment:
virtualenv -p python3 venv
source venv/bin/activate
- Install dependencies:
pip install -r dev-requirements.txt
Use
pip-compileto update development requirements. Update dev-requirements.in and then runpip-compile dev-requirements.into create a new version ofdev-requirements.txt.
Credits
Based mostly off of the jupyter-server-proxy template project.
License
BSD 3-Clause