Aaron Munger
Aaron Munger
I'm not sure what setting this is referring to or exactly what the issue is. Please provide repro steps and screenshots here or in a new issue to clarify if...
This seems to work fine for me with the `Export Interactive Window as Notebook` command, is that what you were using? @rchiodo
> Image does not support having a plot viewer icon OK, yeah that also repros with export
that setting seems to not be working for me currently, created a separate issue: https://github.com/microsoft/vscode-jupyter/issues/11127
The interactive window can be exported as HTML, is that the expectation here, or is there a reason to want an HTML file that only has cell inputs without any...
fyi - there is a command `Jupyter: run current file in interactive window` to run all code cells, then you could export the results of that command
We could experiment with using the suggest widget, although that would mean the normal suggestions would be combined with the history of the IW.
We have a setting for this `Jupyter: Interactive Window Mode` - multiple/single/per file
added setting `jupyter.interactiveWindowViewColumn` to adjust where an interactive window will be opened when the `Jupyter: Create Interactive Window` command is called. Default is the second tab group as suggested in...
This seems to be working correctly now after trying the original repro steps on my Windows machine. Let us know if you're still having issues ``` [I 13:26:44.506 NotebookApp] The...