How do I hide the code cell when exporting .net interactive notebooks in visual studio code?
I'd like to export the output, which is the latex display part
of the example above,
while excluding the actual code cell
from being exported.
I found this question for Jupyter notebook but I can't seem to make it work for vscode.
My best option, for now, is to export the whole file to HTML and then manually exclude the elements that are not needed.
