Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 753 Bytes

Panel Learning Aid

This repo contains a learning-aid notebook designed to get you up and running quickly with panel.

Running on Binder

The fastest way to access the learning aid notebook is by clicking the following link: Binder which will launch the jupyterlab notebook in your browser.

Running Locally

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 with jupyter notebook learning_aid.iypnb