We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c79ac commit 62737bfCopy full SHA for 62737bf
pyscriptjs/src/App.svelte
@@ -5,7 +5,6 @@
5
initializers,
6
loadedEnvironments,
7
mode,
8
- navBarOpen,
9
postInitializers,
10
pyodideLoaded,
11
scriptsQueue,
pyscriptjs/src/interpreter.ts
@@ -413,6 +413,7 @@ output_manager = OutputManager()
413
414
const loadInterpreter = async function (): Promise<any> {
415
console.log('creating pyodide runtime');
416
+ // eslint-disable-next-line
417
// @ts-ignore
418
pyodide = await loadPyodide({
419
stdout: console.log,
0 commit comments