From dfdc4ca92da154647227b4f61da6f09b424499a6 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 17 Oct 2023 17:09:31 +0200 Subject: [PATCH] chore: bump jupyter-react --- packages/react/src/examples/JupyterLabApp.tsx | 4 ++++ packages/react/webpack.config.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/react/src/examples/JupyterLabApp.tsx b/packages/react/src/examples/JupyterLabApp.tsx index ec4d2b20..f5faf6e8 100644 --- a/packages/react/src/examples/JupyterLabApp.tsx +++ b/packages/react/src/examples/JupyterLabApp.tsx @@ -4,9 +4,11 @@ import Jupyter from '../jupyter/Jupyter'; import JupyterLabApp from "../components/jupyterlab/JupyterLabApp"; import JupyterLabAppAdapter from "../components/jupyterlab/JupyterLabAppAdapter"; +import * as lightThemeExtension from '@jupyterlab/theme-light-extension'; import * as ipywidgetsExtension from '@jupyter-widgets/jupyterlab-manager'; import * as plotlyExtension from 'jupyterlab-plotly/lib/jupyterlab-plugin'; import * as mimePlotlyExtension from 'jupyterlab-plotly/lib/plotly-renderer'; +import * as reactExtension from './../jupyter/lab/index'; const JupyterLabAppExample = () => { const onJupyterLab = async (jupyterLabAdapter: JupyterLabAppAdapter) => { @@ -19,8 +21,10 @@ const JupyterLabAppExample = () => { return (