Skip to content

Commit 156f19b

Browse files
authored
v4: Split jupyterlab extensions (#1650)
* Split jupyter extensions back into `plotlywidget` and `jupyterlab-plotly` The reason for this is that the combined extension made compatibility with nbviewer and voila challenging.
1 parent f859f26 commit 156f19b

File tree

15 files changed

+7964
-3023
lines changed

15 files changed

+7964
-3023
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
125125
# Jupyter widgets extension
126126
jupyter labextension install @jupyter-widgets/[email protected] --no-build
127127
128-
# FigureWidget support and jupyterlab renderer support
128+
# FigureWidget support
129+
jupyter labextension install [email protected] --no-build
130+
131+
# and jupyterlab renderer support
129132
jupyter labextension install [email protected] --no-build
130133
131134
# JupyterLab chart editor support (optional)

0 commit comments

Comments
 (0)