Skip to content

Commit b6e0a86

Browse files
authored
fix: example (#337)
1 parent ee96c15 commit b6e0a86

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datalayer/jupyter-react",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Jupyter React - React.js components 100% compatible with Jupyter.",
55
"license": "MIT",
66
"main": "lib/index.js",

packages/react/src/examples/NotebookLocalServer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ const root = createRoot(div);
5555

5656
root.render(
5757
<>
58-
{/*
5958
<Text as="h1">Local Jupyter Server (with a Jupyter Context)</Text>
6059
<NotebookJupyter/>
61-
*/}
6260
<Text as="h1">Local Jupyter Server (with a Jupyter React Theme)</Text>
6361
<NotebookJupyterReactTheme/>
6462
</>

0 commit comments

Comments
 (0)