quarto-dev / quarto

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

Add Jupyter "render" to the VSCode dropdown list #80

Open jlperla opened 1 year ago

jlperla commented 1 year ago

Minor feature request:

Right now the "Render" only shows pdf/docx/html as options. Would be nice to have a ipynb dropdown to make it so the manual quarto commandline isn't required for those use cases (i.e., it would do the quarto render MYFILE.qmd --to ipynb)

jjallaire commented 1 year ago

One issue w/ this is that the preview for ipynb isn't great (it just pops up a dialog that tells you the render is finished with a button to open the file). We are hoping to implement a much nicer HTML treatment for rendered notebooks. We are also hoping to implement much more comprehensive UI for driving render (probably a Quarto activity bar pane) which will be a good place for this sort of UI.