You can use a button or keyboard to switch to full screen. If you want to 
do it in a script, here is how it is handled in the code:
https://github.com/sagemath/sagecell/blob/871feca21d0d522d726f7b31bd642172dcef4d3a/js/editor.js#L198

Otherwise the editor is a CodeMirror instance, so in theory you should be 
able to set whatever properties you want on it, and our height indeed seems 
to be set for CodeMirror-scroll, e.g. 
https://github.com/sagemath/sagecell/blob/871feca21d0d522d726f7b31bd642172dcef4d3a/static/root.css#L43
Maybe Rob Beezer may have some more input on cell adjustments.

Best,
Andrey

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/e9d2902b-aafd-4bcb-a573-3870d870e2d2o%40googlegroups.com.

Reply via email to