From 25bcff10b7f780c4ded70ecb3b6bae6418a72c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rosado?= Date: Mon, 6 Feb 2023 16:11:47 +0000 Subject: [PATCH] Fix import warning for js.document (#1151) --- docs/tutorials/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 8ffaf139..91c12534 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -197,6 +197,7 @@ Now that we have a way to explore the data using `py-repl` and a way to create t + import js import pandas as pd import matplotlib.pyplot as plt