Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 472 Bytes

python-notebook-template

A template project for Python / Jupyter projects using Poetry.

Setup

This project uses Poetry to manage dependencies and python virtual environments. After cloning this repository, be sure Poetry is installed then run:

poetry install

To add dependecies:

poetry add foobar

Update .env with any relevant environment variables, then to start Jupyter:

poetry shell
jupyter notebook