All Projects → jupyter-attic → Dashboards

jupyter-attic / Dashboards

Licence: other
[RETIRED] See Voilà as a supported replacement

Projects that are alternatives of or similar to Dashboards

Thinkbayes2
Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.
Stars: ✭ 918 (-6.9%)
Mutual labels:  jupyter-notebook, jupyter
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+744.73%)
Mutual labels:  jupyter-notebook, jupyter
Skydetector
A Python implementation of Sky Region Detection in a Single Image for Autonomous Ground Robot Navigation (Shen and Wang, 2013)
Stars: ✭ 23 (-97.67%)
Mutual labels:  jupyter-notebook, jupyter
Spark Scala Tutorial
A free tutorial for Apache Spark.
Stars: ✭ 907 (-8.01%)
Mutual labels:  jupyter-notebook, jupyter
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (-3.25%)
Mutual labels:  jupyter-notebook, jupyter
Python Zero To Hero Beginners Course
Materials for a Python Beginner's Course. First given at the Royal Society of Biology. Designed and delivered by Chas Nelson and Mikolaj Kundegorski.
Stars: ✭ 22 (-97.77%)
Mutual labels:  jupyter-notebook, jupyter
Python Ml
Stars: ✭ 8 (-99.19%)
Mutual labels:  jupyter-notebook, jupyter
Jupyter nbextensions configurator
A jupyter notebook serverextension providing config interfaces for nbextensions.
Stars: ✭ 814 (-17.44%)
Mutual labels:  jupyter-notebook, jupyter
Idb Idb Invest Coronavirus Impact Dashboard
Follow the impact of COVID-19 outbreak in Latin America in real time
Stars: ✭ 28 (-97.16%)
Mutual labels:  jupyter-notebook, dashboard
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-97.97%)
Mutual labels:  jupyter-notebook, jupyter
Ansible Jupyter.dockerfile
Building the Docker image with Ansible and Jupyter.
Stars: ✭ 17 (-98.28%)
Mutual labels:  jupyter-notebook, jupyter
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (-1.42%)
Mutual labels:  jupyter-notebook, jupyter
Zero To Jupyterhub K8s
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
Stars: ✭ 888 (-9.94%)
Mutual labels:  jupyter-notebook, jupyter
Pytorch Gat
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Stars: ✭ 908 (-7.91%)
Mutual labels:  jupyter-notebook, jupyter
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (-9.94%)
Mutual labels:  jupyter-notebook, jupyter
Pyspark Setup Demo
Demo of PySpark and Jupyter Notebook with the Jupyter Docker Stacks
Stars: ✭ 24 (-97.57%)
Mutual labels:  jupyter-notebook, jupyter
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (-19.27%)
Mutual labels:  jupyter-notebook, jupyter
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (-17.44%)
Mutual labels:  jupyter, dashboard
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-98.58%)
Mutual labels:  jupyter-notebook, jupyter
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (-2.74%)
Mutual labels:  jupyter-notebook, jupyter

[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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].