Nick Strayer
Nick Strayer
This is a bandaid workaround for #4256 Fully fixing #4256 will take a good amount of investment. (It's worth noting that the mentioned example doesn't work in notebooks in vscode,...
Currently, the notebook output webview service has a method for handling raw html output. Since there's a built-in html notebook renderer that will get used if the method `createNotebookRenderOutput()` is...
As of #4335, basic hvplot plots work, but if you switch to plotly as the rendering extension things still don't work. ```python import hvplot.pandas from bokeh.sampledata.penguins import data as df...
Addresses #5991. @:plots @:notebooks Fixes hvplot plots failing to render when executed as a block in Positron's console. The issue occurred because HoloViews detected block execution as a "repeat execution"...
Addresses #10568. https://github.com/user-attachments/assets/57984490-1a1a-4e8d-9c45-4b5778ff95f4 This PR switches the "Generate AI suggestions" feature from JSON to XML format, enabling progressive display of suggestions as they're generated. ### Summary Uses `StreamingTagLexer` to parse...