Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 212 Bytes

File metadata and controls

16 lines (11 loc) · 212 Bytes

Project Setup

To setup the project, we use poetry.

poetry init \
--name ds-with-python \
--dependency notebook

To simplify the command, you can use make.

make setup