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
I create a new notebook, and paste the following into the first cell, and execute the code. The notebook is now unresponsive. As in when I enter 4 in the next cell, and hit shift-enter no output appears showing the result 4.
In all other cases of exceptions, the notebook remains responsive, so I expect it to do so for this exception.
Also I ran the same code in an ipython REPL. I get the same exception, but the REPL remains responsive. This leads me to believe the bug lies within Marimo rather than polars.
Describe the bug
I create a new notebook, and paste the following into the first cell, and execute the code. The notebook is now unresponsive. As in when I enter
4
in the next cell, and hitshift-enter
no output appears showing the result4
.In all other cases of exceptions, the notebook remains responsive, so I expect it to do so for this exception.
Also I ran the same code in an ipython REPL. I get the same exception, but the REPL remains responsive. This leads me to believe the bug lies within Marimo rather than polars.
Environment
{
"marimo": "0.6.25",
"OS": "Windows",
"OS Version": "10",
"Processor": "Intel64 Family 6 Model 85 Stepping 4, GenuineIntel",
"Python Version": "3.10.11",
"Binaries": {
"Browser": "126.0.6478.127",
"Node": "--"
},
"Requirements": {
"click": "8.1.7",
"importlib-resources": "missing",
"jedi": "0.19.0",
"markdown": "3.6",
"pymdown-extensions": "10.8.1",
"pygments": "2.16.1",
"tomlkit": "0.12.5",
"uvicorn": "0.30.1",
"starlette": "0.37.2",
"websockets": "12.0",
"typing-extensions": "4.7.1",
"black": "23.7.0"
}
}
Code to reproduce
The text was updated successfully, but these errors were encountered: