Skip to content

Commit

Permalink
fix: example (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles authored Dec 11, 2024
1 parent ee96c15 commit b6e0a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datalayer/jupyter-react",
"version": "0.19.0",
"version": "0.19.1",
"description": "Jupyter React - React.js components 100% compatible with Jupyter.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/examples/NotebookLocalServer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ const root = createRoot(div);

root.render(
<>
{/*
<Text as="h1">Local Jupyter Server (with a Jupyter Context)</Text>
<NotebookJupyter/>
*/}
<Text as="h1">Local Jupyter Server (with a Jupyter React Theme)</Text>
<NotebookJupyterReactTheme/>
</>
Expand Down

0 comments on commit b6e0a86

Please sign in to comment.