I want to share the notebook using nbviewer.org without the code cell inputs showing. I am using github to provide the html source. The notebook has a gif attached that won't show if it is exported as a pdf or html file. The gif is in the github folder and does show when I share it in nbviewer. When viewed locally without the code input the document is much more interesting. Here it is on nbviewer with the code showing.
This is a similar question, but:
- most of the solutions are to export as html or pdf
- many are out of date
I have also tried to add tags to the cell using cell tag editor and cell metadata editor, outlined here and here. Additionally, I have edited the notebook metadata and changed "hide_input": false to "hide_input": true and nothing has worked.
Thank you.