Skip to content

A template project for Python / Jupyter projects using Poetry

License

Notifications You must be signed in to change notification settings

johnymontana/python-notebook-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template project for Python / Jupyter projects using Poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published