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 created a new notebook using marimo edit test.py, then close marimo and I try to load it in vscode, both with Open as vscode notebook and Start in marimo editor, but both don't work. Marimo is installed in the virtual environment using uv in the pyproject.toml. But when I try to load the notebook
When I open it as a vscode notebook, it is stuck at loading:
Then here is the log in Output for marimo
2024-12-13 13:19:44.043 [info] marimo extension is now active!
2024-12-13 13:19:44.043 [info] [server-manager]: Could not recover any state
2024-12-13 13:19:44.043 [info] Opened notebook document marimo-notebook
2024-12-13 13:19:44.043 [info] Showing a new marimo notebook
2024-12-13 13:19:44.043 [info] Checking server...
2024-12-13 13:19:44.043 [info] [server-manager]: Starting server...
2024-12-13 13:19:44.043 [info] Using interpreter: c:\work\ML\notebooks\.venv\Scripts\python.exe
2024-12-13 13:19:44.043 [info] Using interpreter: c:\work\ML\notebooks\.venv\Scripts\python.exe
2024-12-13 13:19:47.923 [info] [server-manager]: Server started at port 2818
I tested in vscode normal and vscode insider. Both have the same problem.
The text was updated successfully, but these errors were encountered:
I created a new notebook using
marimo edit test.py
, then close marimo and I try to load it in vscode, both withOpen as vscode notebook
andStart in marimo editor
, but both don't work. Marimo is installed in the virtual environment using uv in the pyproject.toml. But when I try to load the notebookWhen I open it as a vscode notebook, it is stuck at loading:
Then here is the log in Output for marimo
I tested in vscode normal and vscode insider. Both have the same problem.
The text was updated successfully, but these errors were encountered: