Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
118 views

Every time I run any pygame code in Jupyter Notebook (the online demo) it just crashes, giving an error that I've looked for everywhere, to no avail. I'm using the Pyodide Kernel, which apparently ...
3pics1ash's user avatar
4 votes
1 answer
296 views

I wish to load SciPy on Pyodide without using a CDN. For that, I installed the pyodide package using npm, and within a webworker I ran pyodide.loadPackage('/wheels/scipy-1.14.1-cp313-cp313-...
Bharel's user avatar
  • 27.7k
3 votes
0 answers
214 views

I am using Pyodide in a simplistic browser-based Python IDE, created mostly for teaching. I would like to add some debugging facilities, in particular the ability to step through the program (e.g., ...
tglas's user avatar
  • 1,089
2 votes
1 answer
101 views

I am working on building a web application that runs Python code in the browser using Web Workers and Pyodide. My goal is to display the output line by line in the browser/application as the code is ...
Raman Bonde's user avatar
0 votes
0 answers
92 views

I create a pyd compiled python file of a function called sm that calculate the sum of two numbers (just to test the use of compiled python file). The compiled file name is somme.pyd To test I create ...
mlri's user avatar
  • 23
0 votes
1 answer
948 views

I am using Jupyter Notebooks under "https://jupyter.org/try" to read my csv file. I tried the following methods, and none of them works. I installed and imported pandas as pd. top3 = pd....
PIAGET's user avatar
  • 1
2 votes
1 answer
132 views

I am developing an educational app with Next.js and react-py. The idea is that you study the theoretical material in little parts, and around each paragraph of text, you can run a Python code in a ...
Владислав Мокер's user avatar
0 votes
1 answer
764 views

I am trying to use pyodide with lxml and urllib3, for some reasons I don't understand, when I try to use urllib3 in a class supposed to be a Resolver for lxml etree I get an error NameError: name '...
Martin Honnen's user avatar
1 vote
1 answer
88 views

i have some html, js code <!DOCTYPE html> <html> <head> <title>Pyodide Example</title> <script src="https://cdn.jsdelivr.net/pyodide/v0.21.3/full/pyodide.js&...
Eblo's user avatar
  • 11
-1 votes
1 answer
359 views

For my project I am only needing to import the stats and optimize module from Scipy. I would like to know if it is possible to install only these modules with pip? What alternatives do I have?
Sebastian Jose's user avatar
5 votes
1 answer
266 views

I'd like to catch errors thrown by Python side in Pyodide. To handle them in JavaScript side, i.e. use try-catch syntax in JS, how should I get the exception object? For example, when NameError is ...
Roki Turner's user avatar
2 votes
2 answers
981 views

I integrated Pyodide into a big angular project using different npm packages. Two of those packages are sync-message and pyodide. Error-Message: Cannot find 'FetchEvent'. I encounter the following ...
Jiefu7's user avatar
  • 49
1 vote
1 answer
369 views

I'm working with the pyodide library and i've ran into an issue, I need to add a handler for stdin, however I'm running pyodide in a web worker and I don't have access to the window or any sort of ...
sylvxa's user avatar
  • 43
0 votes
0 answers
181 views

On Jupyterlite, any cell I am trying to run never finishes loading in the notebook. I use Chrome as a browser and if I open the browser's development tool with F12 and look at the error, it says: ...
Samsi's user avatar
  • 11
0 votes
1 answer
259 views

I am trying to write file in PyScript. Writing and reading is OK, but if I refresh the page, all changes are resetted. Can I make PyScript save specific file into localStorage? Like, /home/pyodide/...
user24521401's user avatar

15 30 50 per page
1
2 3 4 5
9