Hi,
I am trying to hide the code cells in an IJulia notebook to show only the markdown text, fig, and tables in the output.
Here is an example with the IPython:
http://chris-said.io/2016/02/13/how-to-make-polished-jupyter-presentations-with-optional-code-visibility/
Any idea?
Thanks
Since the approach you linked seems to simply hide jupyter code cells by changing a CSS properties of those cells I would expect this exact approach to also work in an IJulia notebook (the kernel shouldn’t matter). Have you tried it?
You can use JupyterLab instead, which (I believe) allows this.
Thanks for the answer. Unfortunately I have. It doesn’t work.
How does one do that in Jupyter Lab? Adding a semicolon did not work.