workshop style presentation on how to make interactive data visualizations with plotly dash.
slides: plotly dash workshop
dependencies:
- jupyterlab
- dash
- plotly
- numpy
- pandas
- dash-bootstrap-components
Once you have pixi installed run:
pixi install
to run jupyter notebook:
pixi run jupyter lab
to run specific python app:
pixi run python "app name".py
to run multi-page app:
pixi run start