Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 735 Bytes

File metadata and controls

32 lines (22 loc) · 735 Bytes

Python for Data Science

🐍 Following "Python for Data Science" Book Exercises

Run Locally

Build an run containers using docker compose

docker compose up --build notebook

Using Justfile this is a matter of running just build and from there on just dev

After working you can release resources using:

docker compose down

A Justfile is included!

About The Book

Find the Book in No Starch Press here