Skip to content

Commit 81ea3e3

Browse files
committed
Remove adding script tag in filter. Need to maybe rework the require.config()?
1 parent c809d84 commit 81ea3e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_extensions/pyodide/qpyodide.lua

-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ function ensurePyodideSetup()
306306
-- Embed Support Files to Avoid Resource Registration Issues
307307
-- Note: We're not able to use embed-resources due to the web assembly binary and the potential for additional service worker files.
308308
quarto.doc.include_text("in-header", [[
309-
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.45.0/min/vs/loader.js"></script>
310-
<script src="https://cdn.jsdelivr.net/pyodide/v0.25.0/full/pyodide.js"></script>
311309
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/monaco-editor@0.45.0/min/vs/editor/editor.main.css" />
312310
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
313311
]])

0 commit comments

Comments
 (0)