From 29b34619f36282cfd4411a92361a86adc2c95d0c Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Mon, 13 May 2024 17:01:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20make=20notebooks=20work=20on=20d?= =?UTF-8?q?ata=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/DataPageV2.tsx | 8 ++++++++ site/GrapherPage.tsx | 8 +++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/site/DataPageV2.tsx b/site/DataPageV2.tsx index bb3342646b6..81ca70468ac 100644 --- a/site/DataPageV2.tsx +++ b/site/DataPageV2.tsx @@ -32,6 +32,7 @@ import { SiteFooter } from "./SiteFooter.js" import { SiteHeader } from "./SiteHeader.js" import { IFrameDetector } from "./IframeDetector.js" import { DebugProvider } from "./gdocs/DebugContext.js" +import { getNotebookScript } from "./GrapherPage.js" export const DataPageV2 = (props: { grapher: GrapherInterface | undefined @@ -168,6 +169,7 @@ export const DataPageV2 = (props: { +
+