We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a83b2 commit 6307f65Copy full SHA for 6307f65
packages/react/package.json
@@ -137,7 +137,7 @@
137
"encoding": "^0.1.13",
138
"lodash": "^4.17.4",
139
"marked": "^4.0.10",
140
- "plotly.js": "^2.26.2",
+ "plotly.js": "^2.35.2",
141
"react": "^18.2.0",
142
"react-dom": "^18.2.0",
143
"react-error-boundary": "^3.1.3",
packages/react/src/examples/Viewer.tsx
@@ -36,4 +36,4 @@ const div = document.createElement('div');
36
document.body.appendChild(div);
37
const root = createRoot(div);
38
39
-root.render(<JuptyerViewerExample />);
+root.render(<JupyterViewerExample />);
0 commit comments