MaelImhof / obsidian-jupyter

Edit .ipynb Jupyter files directly in Obsidian.
https://jupyter.mael.im/
12 stars 1 forks source link

Detect unexpected server shutdown #13

Closed MaelImhof closed 2 months ago

MaelImhof commented 2 months ago

Check when the Jupyter server process shuts down to update the state of the Jupyter environment accordingly.

This will also prevent the Jupyter environment from being in starting status forever. It will detect Jupyter errors or when the Jupyter server cannot be launched (Python executable not found, ...).