Wasim Lorgat
Wasim Lorgat
Thanks for the report! I can also repro the `"[object Object]" is not valid JSON` error in Python notebooks with IPyWidgets. Note that highcharter widgets don't seem to work in...
Some discussion about these highcharter errors in: https://github.com/posit-dev/positron/issues/1742.
I don't believe any R HTML Widgets are currently supported in ipynb notebooks. I've created https://github.com/posit-dev/positron/issues/4219 to track that. They should work via the console though.
Thanks for sharing the logs! I can't see anything suspicious from those. Could you please try updating the `python.languageServerLogLevel` setting to `debug` and sharing the logs if it fails again?...
Thanks! You will also need to close and reopen Positron, since I see in the logs that it hasn't taken effect yet i.e. `--loglevel error`.
Thank you for sharing the log! I can't figure out how to reproduce the issue from the logs, but there are clues: 1. So far we've only seen this reported...
Thank you again @RayleighKim! I've created PR #4137 with a potential fix for this issue but have not yet been able to verify it on a Windows computer. We'll post...
+1 to what Jeremy said about Cmd+Enter in Python. For executing an entire cell, I would want Shift+Enter to do that, and move to the next cell, as it does...
https://github.com/posit-dev/positron/pull/4172 and https://github.com/posit-dev/positron/pull/4208 should get the following widgets working: * `anywidget` * `bqplot` * `drawdata` * `ipydatagrid` * `ipyleaflet` * `ipympl` * `ipytree` * `ipywidgets` – all widget types except...
Thank you for the info! Since we're currently using a fork of the vscode-python extension, the new pixi locator should _just work_ once we've merged the latest release from upstream...