fix error when trying to output to non existing element

This commit is contained in:
Fabio Pliger
2022-04-18 23:10:41 -05:00
parent a6955b170a
commit 3c2ca6d68c
5 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
<h1>Bokeh Example</h1>
<div id="myplot"></div>
<py-script>
<py-script id="mycode">
import json
import pyodide

View File

@@ -23,7 +23,7 @@
<h1>Bokeh Example</h1>
<div id="myplot"></div>
<py-script>
<py-script id="my">
import asyncio
import json
import pyodide