Skip to content

Adam-D-Lewis/panel-learning-aid

 
 

Repository files navigation

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

About

Learn enough of Panel to create a dashboard in less than 10 minutes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.7%
  • Python 47.3%