Nick Strayer
Nick Strayer
There seems to be a few issues going on here. - As for the plot-not-showing-up. It's because when you click the run button it does `%run "./my-script.py"` which is a...
Because hvplot works when you execute the lines in an "interactive" mode which is expected behavior given how we treat the "run file in console" button, i'm thinking of closing...
Made new issue that gets at the heart of this problem. If this behavior remains or I misunderstood, please reopen!
Noticed this behavior was occurring as described when running multiple lines of code in the console, as described, and exactly as our skipped `hvplot` test currently does.
This issue has been driving me crazy. I think I have tracked the problem down to a global state variable that hvplots uses to detect if the plotly extension was...
This happens even without using the project wizard. It's due to some reused notebook code expecting the vscode notebook editor class to be the one responsible for the document.
Using vscode the plain bokeh plot output opens in an external browser as well. 
The new HTML widget PR (#4151) that allows opening of HTML widgets in an external browser lays a good foundation for this. Right now that pop-out functionality is restricted to...
🙌 This is awesome. It's a big one so I'm going to tackle the review tomorrow morning! Excited about having this in!
As of July 23, 2024 I can't get great tables plots to show up in the console. Did great tables to a release to fix this? @machow