How come some cells have a fullscreen button and some don't?
How come some cells have a fullscreen button on the top lefthand side, but some don't? Is it generated based off a heuristic or something?
3 Replies
Someone will reply to you shortly. In the meantime, this might help:
-# This post was marked as solved by Myles Scolnick. View answer.
Ah, i figured it out, it's caused by native output to the cell:
ie.
fig vs fig.show() # the latter won't let you fullscreen
the first prints to the cell output, while the second prints to the console output. and console output does not have a fullscreen