Re: [jupyter] Notebook's checkpoint/autosave notification message with zoomed-in browsers

2018-02-22 Thread Kyle Rawlins
Just to add to this now that I've played with jupyterlab a bit: for anyone else who was wondering about zooming, its "presentation mode" seems to be doing exactly what I was looking for with respect to zoom levels, and I think is going to be great for this use case. Best, -kyle On Saturday, Fe

Re: [jupyter] Notebook's checkpoint/autosave notification message with zoomed-in browsers

2018-02-17 Thread Kyle Rawlins
Thanks for the response, this CSS works for what I need. I also found the hide_heades nbextension in the contrib repository (https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/hide_header, it just hides the entire header are

Re: [jupyter] Notebook's checkpoint/autosave notification message with zoomed-in browsers

2018-02-16 Thread Matthias Bussonnier
Hi Kyle, What I can suggest is to modify your custom.css $ cat ~/.jupyter/custom/custom.css div#notification_notebook { width:0; overflow: hidden; } for example this should make the save notification quasi invisible. You can inject any css you like in there, and that will affect the not