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 efde4d0 commit e241b9fCopy full SHA for e241b9f
lite/jupyterlite-robotkernel/packages/robolite-kernel-extension/src/index.ts
@@ -12,7 +12,7 @@ import * as kernelIcon from '!!file-loader!../style/robotframework.png';
12
/**
13
* The default CDN fallback for Pyodide
14
*/
15
-const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.19.1/full/pyodide.js';
+const PYODIDE_CDN_URL = 'https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js';
16
17
18
* The id for the extension, and key in the litePlugins.
0 commit comments