Welcome! This repository contains the source material for the anywidget tutorial to be presented at SciPy 2024. We will be using JupyterLab for all tutorial materials.
An overview of the content can be found at notebooks/index.ipynb.
Warning
You should reinstall this just before the conference as we might have made some changes by then.
- Clone the Repository:
git clone https://github.com/manzt/scipy-2024-anywidget.git
cd scipy-2024-anywidget
- Set Up Environment:
Using Conda:
conda env create -f environment.yml
conda activate anywidget-tutorial
Using Python Virtual Environment:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Launch JupyterLab:
jupyter lab