Fix import warning for js.document (#1151)

This commit is contained in:
Fábio Rosado
2023-02-06 16:11:47 +00:00
committed by GitHub
parent 81268d0545
commit 25bcff10b7

View File

@@ -197,6 +197,7 @@ Now that we have a way to explore the data using `py-repl` and a way to create t
</py-config>
<py-script>
import js
import pandas as pd
import matplotlib.pyplot as plt