posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.59k stars 79 forks source link

Notebooks: Need to access Jupyter cell tags #1532

Open juliasilge opened 1 year ago

juliasilge commented 1 year ago

In vscode, you only see Jupyter cell tag options after the three dots, and the situation is worse in Jupyterlab.

Screenshot 2023-10-06 at 9 46 29 PM

Can the Positron notebook handling expose Jupyter cell tags to be more easily accessed? Could they be treated like Quarto hash pipe comments?

chendaniely commented 9 months ago

tags get used a lot when creating / using jupyter slides. it's hard to tell while browing through a slide deck if it's a slipped slide, incremental slide, or actual slide.

in jupyter if you want to see slides in jupyter lab, you need to open the gear menu on the right side and expand the 2 sections to see what's going on

image