Skip to content

unionai-oss/pandera-presentations

Repository files navigation

pandera-presentations

This repository contains presentations about pandera.

Setup

Install conda and mamba, then install the dev environment:

$ ./setup-dev-env.sh

Reveal slide presentations with speaker notes requires a local copy of reveal.js

git clone https://github.com/hakimel/reveal.js.git slides/reveal.js

To convert a notebook to slides:

./nbconv-slide.sh notebooks/{my_notebook}.ipynb

To present with speaker notes and timer:

./nbconv-present.sh notebooks/{my_notebook}.ipynb

Run Locally

Update dependencies

bundle update

Serve

bundle exec jekyll serve