quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

Run code button missing in Python cells in Visual mode for VS Code #384

Closed malcolmbarrett closed 4 months ago

malcolmbarrett commented 4 months ago

As discussed in https://github.com/quarto-dev/quarto-cli/discussions/8807, it appears that when editing in Visual mode, python cells are missing the run code button

jjallaire commented 4 months ago

That's unfortunately a limitation of the VS Code Jupyter extension we use to execute Python cells (you have to have text editor active and visual editor is not that!)

malcolmbarrett commented 4 months ago

whoa, what a bummer limitation! I hope that changes upstream. I'm not sure if I'll teach the visual editor for this context.