This is a related question to How to hide code from cells in ipython notebook visualized with nbviewer?
While having an interactive toggle on one notebook works very well, I'd like all notebooks to hide all code cells upon launching the notebook server. To that end, I was thinking of adding the js script that contains div.input.hide()
to custom.js
. But this didn't seem to work for me.