Open
Description
I tried to reproduce the result in simulation.ipynb in a newly installed python3.11 environment. On Windows system everything worked fine, but on Linux systems the notebook kernel will always crash on the following lines:
Is = bm.ones(1000) * 20. # 100 ms
_ = runner.run(inputs=Is)
This behavior is consistently observed in Colab, as well as in WSL and Ubuntu. For most of the time the error message is:
The Kernel crashed while executing code in the current cell or a previous cell.
Please review the code in the cell(s) to identify a possible cause of the failure.
Click [here](https://aka.ms/vscodeJupyterKernelCrash) for more info.
View Jupyter log for further details.
But for once or twice there is a JAX-related error, which I am unable to reproduce.