Hi, I'm new here. When inside the tutorial notebooks (didn't try my own notebook yet), Marimo kernel keeps crashing. "ConnectionResetError: [WinError 10054] an existing connection was forcibly closed by the remote host" a few times and then SystemExit. I'm running on windows 10, with python 3.9.13 in a poetry env. I cannot paste much as this is happening on my work computer. Thank you for your help!
Yup, it’s bedtime in my timezone but if you share any more info i can look in the morning. You might also try restarting your computer, the error seems like a networking one
After a reinstall, it seems to work. Not sure what caused this. I did get a kernel crash at some point but fine on restart. Quick question: it seems the notebook can change code into markdown. Is there a way to achieve the opposite operation (like M/Y shortcut to change the cell type to Markdown/Code)? Thank you for your work on this nice project!
Please correct me if I'm wrong, but f4 on a markdown cell seems to change the view (as markdown or python) but not to transform it back to a python code cell
I admit this is not vital but more nice to have. For some reason, I sometimes convert python code to Markdown (the shortcut works in this direction) and I happen to want to reverse the operation later on. I guess that's probably the reason why they have both operations in jupyter 🫣.