Wasim Lorgat
Wasim Lorgat
> @seeM That sounds great! How about discovery of R installation? Since it's also possible to download R from conda-forge, that can also live in `.pixi` - will that also...
@roaldarbol is correct! The latest vscode-python release is a bit more complicated than usual (they've reimplemented environment discovery in Rust, which means we have to get the Rust toolchain +...
Ah, I just realized that if I try to view the dataframe by clicking the table icon in the variables pane, it does show the error message. But it shows...
> If you type %view you'll get the error on the console, which is expected. I see. Could we also show a more helpful error message in the console too?...
Strange, this was a case I definitely manually tested. Also in Positron Version: 2024.07.0 (Universal) build 85 it works as expected for me: https://github.com/user-attachments/assets/270315ff-147e-419b-a631-4e8535f32b11
It works as expected in VSCode notebooks, so it's not an issue with the output views. I suspect it's in our notebook controllers. Related to https://github.com/posit-dev/positron/issues/284, but not quite the...
This appears to be the same issue as https://github.com/posit-dev/positron/discussions/3717, also on Windows. The kernel is taking longer than expected to connect to the frontend. Either nothing is going wrong and...
Thank you very much for the details. It looks like the kernel process is crashing (with exit code 1). I'm not sure why it's crashing when Positron starts it but...
I see. 1. Could you please also share your CPU specs? 2. This might be silly, but does rebooting your computer help?
Sorry, this is quite a tricky one to debug remotely 😅 I have another idea to narrow down the issue. Could you please try running the command below directly in...