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