Wasim Lorgat
Wasim Lorgat
This is working on the latest release, although it isn't efficient so most of the notes in the issue description are still valid. Maybe we can reword the title?
I see exactly the same behaviour in Python
Thank you for the report @kv9898! I am able to repro this on macOS with Positron Here is the top of the result of `??plot` in RStudio for comparison: This...
Closing, we've completed all but one issue 🎉 which we can track separately
Great tables doesn't work because it sends over the full HTML page. We're responsible for that (https://github.com/posit-dev/positron/issues/2079#issuecomment-2233676078), so we could probably get it removed if needed.
Another report of plots not working while debugging: https://github.com/posit-dev/positron/issues/8689
Thanks for the report @Matteo-Valerio! I'm unable to repro this on macOS with Positron Version: 2024.08.0 (Universal) build 31. Have you tried restarting the session e.g. by running the "Interpreter:...
Hmm, I'm unable to repro on Win 11 as well. Could you please share the Python kernel logs? That could give us a clue about what's going wrong. You'll need...
Ah! This looks like a bug, where we're not handling an unexpected (possibly older) version of sqlalchemy.
@sharon-wang thanks for doing this research! I suspected this and had the following solution in mind: The app-specific side is already implemented for Python apps [here](https://github.com/posit-dev/positron/blob/f1ae7a334694d7c81565f7458a99ae0711bf936b/extensions/positron-python/src/client/positron/webAppCommands.ts#L15). Note how the various...