Fix #1446 - Move pyscript defer after other dependencies (#1448)

This commit is contained in:
Andrea Giammarchi
2023-05-04 12:42:35 +02:00
committed by GitHub
parent 5b986b8b26
commit f74cddc3b1

View File

@@ -7,7 +7,6 @@
rel="stylesheet"
href="https://pyscript.net/latest/pyscript.css"
/>
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<link rel="stylesheet" href="./assets/css/examples.css" />
</head>
<body>
@@ -29,6 +28,7 @@
<script defer src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.3.min.js"></script>
<script defer src="https://cdn.bokeh.org/bokeh/release/bokeh-tables-2.4.3.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@holoviz/panel@0.14.1/dist/panel.min.js"></script>
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<py-config>
packages = [
"https://cdn.holoviz.org/panel/0.14.3/dist/wheels/bokeh-2.4.3-py3-none-any.whl",