This repo contains a learning-aid notebook designed to get you up and running quickly with panel.
The fastest way to access the learning aid notebook is by clicking the following link: which will launch the jupyterlab notebook in your browser.
If you'd like to run this locally, clone the repository and follow the following steps:
- install the conda environment with
conda env create -f environment.yml
- activate the environment with
conda activate panel
- run the
learning_aid.ipynb
notebook withjupyter notebook learning_aid.iypnb