- https://ollama.com/ for local models
- Create a virtual environment called
venv
- this should create a folder calledvenv
where project-specific dependencies will live:
python -m venv venv
- Activate the virtual environment by name:
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
Run jupyter lab to bring up an interactive environment:
jupyter lab
jupyter can export a notebook into a slideshow format, and to do live reloads you can install fswatch
to build the html whenever the notebook changes:
brew install fswatch
Then to watch the notebook and open the slideshow run:
./watch.sh