All Projects → QuantStack → Jupyterlab Drawio

QuantStack / Jupyterlab Drawio

Licence: bsd-3-clause
A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jupyterlab Drawio

ipylab
Control JupyterLab from Python Notebooks with Jupyter Widgets 🧪 ☢️ 🐍
Stars: ✭ 101 (-77.46%)
Mutual labels:  jupyterlab-extension
Jupyterlab Github
GitHub integration for JupyterLab
Stars: ✭ 273 (-39.06%)
Mutual labels:  jupyterlab-extension
Jupyterlab Dash
An Extension for the Interactive development of Dash apps in JupyterLab
Stars: ✭ 342 (-23.66%)
Mutual labels:  jupyterlab-extension
theme-darcula
A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars
Stars: ✭ 136 (-69.64%)
Mutual labels:  jupyterlab-extension
jupyterlab-spreadsheet-editor
JupyterLab spreadsheet editor for tabular data (e.g. csv, tsv)
Stars: ✭ 72 (-83.93%)
Mutual labels:  jupyterlab-extension
Perspective
A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Stars: ✭ 3,989 (+790.4%)
Mutual labels:  jupyterlab-extension
jupyterlab-theme-solarized-dark
JupyterLab 2/3 Solarized Dark extension
Stars: ✭ 61 (-86.38%)
Mutual labels:  jupyterlab-extension
Jupyter Renderers
Renderers and renderer extensions for JupyterLab
Stars: ✭ 395 (-11.83%)
Mutual labels:  jupyterlab-extension
jupyterlab html
(Merged into JupyterLab Core!) JupyterLab extension for displaying HTML files
Stars: ✭ 70 (-84.37%)
Mutual labels:  jupyterlab-extension
Itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
Stars: ✭ 338 (-24.55%)
Mutual labels:  jupyterlab-extension
jupyterlab-python-file
JupyterLab extension to create Python files
Stars: ✭ 50 (-88.84%)
Mutual labels:  jupyterlab-extension
jupyterlab-citation-manager
Citation Manager for JupyterLab using Zotero Web API
Stars: ✭ 24 (-94.64%)
Mutual labels:  jupyterlab-extension
Jupyterlab Google Drive
Cloud storage for JupyterLab using Google Drive
Stars: ✭ 332 (-25.89%)
Mutual labels:  jupyterlab-extension
ipyscales
A widget library for scales
Stars: ✭ 13 (-97.1%)
Mutual labels:  jupyterlab-extension
Jupyterlab Latex
JupyterLab extension for live editing of LaTeX documents
Stars: ✭ 349 (-22.1%)
Mutual labels:  jupyterlab-extension
jupyter-project
Handle project folder, template and file templates in JupyterLab
Stars: ✭ 13 (-97.1%)
Mutual labels:  jupyterlab-extension
Lantern
Data exploration glue
Stars: ✭ 292 (-34.82%)
Mutual labels:  jupyterlab-extension
Jupyterlab code formatter
A universal code formatter for JupyterLab.
Stars: ✭ 412 (-8.04%)
Mutual labels:  jupyterlab-extension
Gather
Spit shine for Jupyter notebooks 🧽✨
Stars: ✭ 355 (-20.76%)
Mutual labels:  jupyterlab-extension
Jupyterlab Sql
SQL GUI for JupyterLab
Stars: ✭ 336 (-25%)
Mutual labels:  jupyterlab-extension

jupyterlab-drawio

Github Actions StatusBinder

A JupyterLab extension for embedding drawio / mxgraph.

Requirements

  • JupyterLab >= 3.0

Install

pip install jupyterlab-drawio

Contributing

Development install

Note: You will need NodeJS to build the extension package.

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
# Change directory to the jupyterlab-drawio directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm run build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm run build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Uninstall

pip uninstall jupyterlab-drawio
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].