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 ee96c15 commit b6e0a86Copy full SHA for b6e0a86
packages/react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datalayer/jupyter-react",
3
- "version": "0.19.0",
+ "version": "0.19.1",
4
"description": "Jupyter React - React.js components 100% compatible with Jupyter.",
5
"license": "MIT",
6
"main": "lib/index.js",
packages/react/src/examples/NotebookLocalServer.tsx
@@ -55,10 +55,8 @@ const root = createRoot(div);
55
56
root.render(
57
<>
58
- {/*
59
<Text as="h1">Local Jupyter Server (with a Jupyter Context)</Text>
60
<NotebookJupyter/>
61
- */}
62
<Text as="h1">Local Jupyter Server (with a Jupyter React Theme)</Text>
63
<NotebookJupyterReactTheme/>
64
</>
0 commit comments