Replies: 1 comment 1 reply
-
@murphyk It sounds like you're authoring in At quantecon our "typical" workflow is to prototype in a I mention this as then the ```{code-cell} python
---
tags: [hide-output]
---
<code>
``` Here is an example md file if you're interested in that workflow. Not sure if that helps, for your workflow choices. It would be nice to have more convenient access to tags in the vscode environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I understand from https://jupyterbook.org/en/stable/content/metadata.html that the way to hide code cells is to insert cell meta data to contain
Unfortunately I am developing my notebooks inside VS code, which currently does not support this feature
(see this issue). Is there another way within jbook to hide cells,
or do I have to switch my workflow to using jupyter lab (say)?
Beta Was this translation helpful? Give feedback.
All reactions