pathbird / poetry-kernel

Python Jupyter kernel using Poetry for reproducible notebooks
MIT License
246 stars 7 forks source link

Check in parent_dirs for pyproject.toml #1

Closed nick-gorse closed 2 years ago

nick-gorse commented 2 years ago

This now loops through parent directories to check for pyproject.toml to allow for kernel execution when running notebooks in sub directories. I used the same code as used poetry itself to ensure compatibility