mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
fix error when trying to output to non existing element
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<h1>Bokeh Example</h1>
|
||||
<div id="myplot"></div>
|
||||
|
||||
<py-script>
|
||||
<py-script id="my">
|
||||
import asyncio
|
||||
import json
|
||||
import pyodide
|
||||
|
||||
Reference in New Issue
Block a user