Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.01 KB

README.md

File metadata and controls

40 lines (31 loc) · 2.01 KB

🚀 talk-zoology-101

Code and docs for the following talk: "Zoology 101: pandas, polars, and ducks in the data wilderness"

📝 Authors

👷‍♂️ Setup

🔧 Local development

In order to create a working environment including Jupyter notebook, pandas, polars, and duckdb, the docker is used. Please, follow the next steps to create a docker container with Jupyter notebook running inside.

  1. Launch the docker daemon.
  2. Build the docker image: docker build -t zoology-101:latest .
  3. Run the docker container: docker run -p 8888:8888 -v $(pwd):/usr/src/app zoology-101:latest

🔗 Links