Skip to content

Commit 30063d4

Browse files
author
Jon M. Mease
committed
Fix webgl plots in JupyterLab!
1 parent 05c9f39 commit 30063d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/src/Figure.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var widgets = require("@jupyter-widgets/base");
22
var _ = require("lodash");
3-
var Plotly = require("plotly.js");
3+
var Plotly = require("plotly.js/dist/plotly");
44
var PlotlyIndex = require("plotly.js/src/lib/index");
55

66
// Model

0 commit comments

Comments
 (0)