You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I am trying to add pyodide to a Nuxt project and when I run console.log(pyodide.runPython(print('hello')), it will print out 'hello' but also undefined. It looks like pyodide.runPython is printing the result to the console but the actual console.log is printing out undefined. Any insights on this?
The text was updated successfully, but these errors were encountered:
@willfranklyn Hmm, looks like it's easier to do this using the https://github.com/gabrielfreire/pyodide-node
I'm planning to do some research on how to migrate pyodide-node to be working in browser environment.
(I know it sounds a bit overcomplicated but in case if nothing worked out with pyodide it can be a workaround)
Hey! I am trying to add pyodide to a Nuxt project and when I run console.log(pyodide.runPython(
print('hello')
), it will print out 'hello' but also undefined. It looks like pyodide.runPython is printing the result to the console but the actual console.log is printing out undefined. Any insights on this?The text was updated successfully, but these errors were encountered: