vrhaynes / dashboards

Jupyter Dashboards Layout Extension

Home Page:http://jupyter-dashboards-layout.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Dashboards - Layout Extension

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.

About

Jupyter Dashboards Layout Extension

http://jupyter-dashboards-layout.readthedocs.io/

License:Other


Languages

Language:Jupyter Notebook 65.4%Language:JavaScript 18.9%Language:HTML 9.5%Language:CSS 3.6%Language:Python 1.9%Language:Makefile 0.4%Language:Shell 0.2%