Skip to content

A place to develop new visualizations or dashboards that you would like to deploy to SQuaSH

License

Notifications You must be signed in to change notification settings

lsst-sqre/squash-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squash-apps

A place to develop new visualizations or dashboards that you would like to deploy to SQuaSH

  1. Clone this repo
git clone https://github.com/lsst-sqre/squash-apps.git
  1. Create a virtualenv
cd squash-apps

virtualenv squash-apps -p python3
source squash-apps/bin/activate
pip install -r requirements.txt
  1. Using the virtualenv in the Jupyter notebook
python -m ipykernel install --user --name=squash-apps
jupyter notebook

(You should now see your kernel in the Jupyter notebook menu: Kernel -> Change kernel and be able so switch to it.)

Check the content of the notebooks folder where the visualizations are created.

The apps folder contains standalone versions that can be deployed with bokeh serve

source squash-apps/bin/activate
bokeh serve --show apps/metrics.py

About

A place to develop new visualizations or dashboards that you would like to deploy to SQuaSH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published