-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter crashes with pyodide error 'NameError: name 'false' is not defined' when trying to use lite mode #272
Comments
I have tried this recently and was not able to reproduce. @sok82 Are you still facing the issue? |
Hey @echarles , It's still here and I guess the problem is in URL that is used to load serviceWorker. And in response to this URL serviceWorker could not be loaded here in
|
I was getting this workerUrl until i started packaging this with |
Great. I let you close as resolved. |
Description
When I'm trying to use
Jupyter
componentliteMode=true
and pass python code for execution toOutput
component I got an error ofpyodide
with error messageReproduce
Simplified version of my code
Steps to reproduce
executeTrigger
code
value to something likeexecution also doesn't return any error
code
valueI got pyodide error
NameError: name 'false' is not defined
plt
package is imported earlierBrowser logs data
then
The text was updated successfully, but these errors were encountered: