All Projects → jupytercalpoly → Jupyterlab Interactive Dashboard Editor

jupytercalpoly / Jupyterlab Interactive Dashboard Editor

Licence: bsd-3-clause
A drag-and-drop dashboard editor for JupyterLab

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jupyterlab Interactive Dashboard Editor

Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (+33.94%)
Mutual labels:  jupyter, notebook, jupyterlab
Awesome Jupyterlab Extension
😎 A curated list of awesome Jupyterlab extension projects. 🌠 Detailed introduction with images.
Stars: ✭ 198 (+20%)
Mutual labels:  jupyter, notebook, jupyterlab
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (+1697.58%)
Mutual labels:  jupyter, notebook, jupyterlab
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (+21.21%)
Mutual labels:  jupyter, notebook, jupyterlab
Jupyterlab templates
Support for jupyter notebook templates in jupyterlab
Stars: ✭ 223 (+35.15%)
Mutual labels:  jupyter, notebook, jupyterlab
docker-stacks
Ready-to-run Docker images containing Jupyter applications
Stars: ✭ 6,573 (+3883.64%)
Mutual labels:  jupyter, notebook, jupyterlab
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+382.42%)
Mutual labels:  jupyter, notebook, jupyterlab
Fastai Course 1
Docker environment for fast.ai Deep Learning Course 1 at http://course.fast.ai
Stars: ✭ 98 (-40.61%)
Mutual labels:  jupyter, notebook
Prml
PRML algorithms implemented in Python
Stars: ✭ 10,206 (+6085.45%)
Mutual labels:  jupyter, notebook
Spark R Notebooks
R on Apache Spark (SparkR) tutorials for Big Data analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 109 (-33.94%)
Mutual labels:  jupyter, notebook
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (-22.42%)
Mutual labels:  jupyter, notebook
Jupyterlab Prodigy
🧬 A JupyterLab extension for annotating data with Prodigy
Stars: ✭ 97 (-41.21%)
Mutual labels:  jupyter, jupyterlab
Jupyterlab Topbar
JupyterLab Top Bar extension
Stars: ✭ 86 (-47.88%)
Mutual labels:  jupyter, jupyterlab
Jupyter Radare2
Just a simple radare2 Jupyter kernel
Stars: ✭ 109 (-33.94%)
Mutual labels:  jupyter, notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-48.48%)
Mutual labels:  jupyter, notebook
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (-25.45%)
Mutual labels:  jupyter, notebook
Nbconflux
nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
Stars: ✭ 82 (-50.3%)
Mutual labels:  jupyter, notebook
Kubeflow
Machine Learning Toolkit for Kubernetes
Stars: ✭ 11,028 (+6583.64%)
Mutual labels:  jupyter, notebook
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-18.79%)
Mutual labels:  jupyter, notebook
Iswift
A Swift kernel for IPython.
Stars: ✭ 144 (-12.73%)
Mutual labels:  jupyter, notebook

jupyterlab-interactive-dashboard-editor

Github Actions Status Binder npm version Documentation Status

Interactively create and customize dashboards in JupyterLab

presto-overview

Additional Gifs

Click to expand Add and rearrange outputs on dashboards right from your notebook.

add-move-resize

Add outputs from multiple notebooks.

add-multiple

See changes immediately.

see-changes

Preview your dashboard and interact with widgets in present mode.

present-mode

Undo and redo.

undo-redo

Add markdown too.

markdown-too

Save dashboards to file,

save-dashboard

Load them up,

load-dashboard

And edit them again!

edit-again

Requirements

  • JupyterLab >= 2.0

Install

Note: You will need NodeJS to install the extension.

pip install jupyterlab_interactive_dashboard_editor
jupyter lab build

Install

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Move to jupyterlab-interactive-dashboard-editor directory

# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension install .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch

Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).

Uninstall

jupyter labextension uninstall jupyterlab-interactive-dashboard-editor
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].