jupyterlab-dash
A JupyterLab extension for rendering Plotly Dash apps as a separate window in JupyterLab :tada:
Note:: This extension does not currently support Windows or Python 2
Prerequisites
JupyterLab 1.0.0
Dash
Installation
The jupyterlab-dash library requires both a Python package and a JupyterLab
extension.
First, install the Python package using either pip...
$ pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3
or conda (but not both!).
$ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash=0.1.0a3
Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work.
$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.3
Development Installation
If you'd like to install jupyterlab-dash for development
$ git clone https:/github.com/plotly/jupyterlab-dash
$ cd jupyterlab-dash
$ pip install -e .
$ npm install # or yarn
|