##// END OF EJS Templates
fix initial collapsed state on load...
fix initial collapsed state on load OutputArea.collapsed should only be assigned inside expand/collapse methods setting `collapsed = false` when it actually is collapsed prevents expand from having any effect, resulting in apparently invisible output.
Min RK -
r20253:be872d00
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v3
tests
__init__.py Loading ...
convert.py Loading ...
nbbase.py Loading ...
nbformat.v3.schema.json Loading ...
nbjson.py Loading ...
nbpy.py Loading ...
rwbase.py Loading ...