Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

jupyter/dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5393cc · Oct 26, 2019
Aug 7, 2017
Aug 7, 2017
Apr 6, 2017
Jan 21, 2016
Aug 7, 2017
Jan 21, 2016
Aug 7, 2017
Feb 25, 2017
Sep 28, 2015
Apr 5, 2017
Sep 21, 2015
Aug 18, 2016
Jun 27, 2017
Oct 26, 2019
Feb 17, 2016
Feb 25, 2017
Sep 28, 2015
Jun 29, 2016
Mar 22, 2017
Feb 19, 2017
Feb 19, 2017
Feb 27, 2017
Feb 27, 2017

Repository files navigation

[RETIRED] Jupyter Dashboards - Layout Extension

This project has been retired and replaced by incorporating the Voilà ecosystem of dashboarding tools into Project Jupyter. See the Jupyter blog posts about Voilà and the proposal to make Voilà part of Jupyter for more details. voila-gridstack is an on-going project to support layouts created by this deprecated extension using Voilà.


Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. PyPI version Build Status Google Group

Overview

The dashboards layout extension is an add-on for Jupyter Notebook. It lets you arrange your notebook outputs (text, plots, widgets, ...) in grid- or report-like layouts. It saves information about your layouts in your notebook document. Other people with the extension can open your notebook and view your layouts.

Dashboard layout screenshot

For a sample of what's possible with the dashboard layout extension, have a look at the demo dashboard-notebooks in this repository.

Installation

Detailed installation instructions appear in the Getting started page of the project docs. Here's a quickstart using pip or conda:

# install using pip from pypi and then activate the extension
pip install jupyter_dashboards
jupyter dashboards quick-setup --sys-prefix

# install using conda from conda-forge, no activation required
conda install jupyter_dashboards -c conda-forge

Contributing

The Development page includes information about setting up a dev environment and typical dev tasks.