We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any ideas on how to best troubleshoot this error when clicking on the 'start server' button in 'running notebooks'?
So far I've tried this config in settings.json to no avail.
settings.json
{ "marimo.pythonPath": "~/.venv/bin/python", "marimo.marimoPath": "./.venv/bin/marimo", "marimo.debug": true }
The text was updated successfully, but these errors were encountered:
@hyperfocus1337 try this in your repo/ .vscode/settings.json
.vscode/settings.json
{ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", "marimo.marimoPath": "${workspaceFolder}/.venv/bin/marimo", "marimo.debug": true }
Sorry, something went wrong.
That config is definitely an improvement, but unfortunately still the same error.
Same problem, I also mentioned this in this closed thread #35
Facing the exact same issue with marimo 0.9.31 and marimo vscode extension 0.4.8
I just released version 0.5.0 with an updated guide on particular vscode settings: https://github.com/marimo-team/vscode-marimo#python-configuration
If anyone is still experiencing issues, it might be worth trying a different combination of settings.
No branches or pull requests
Any ideas on how to best troubleshoot this error when clicking on the 'start server' button in 'running notebooks'?
So far I've tried this config in
settings.json
to no avail.The text was updated successfully, but these errors were encountered: