add readme (from wiki) and related images for usability/hide_input_all

This commit is contained in:
Josh Barnes
2015-09-23 17:36:39 +01:00
parent cd1796883b
commit 145efe3d88
4 changed files with 18 additions and 0 deletions

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -0,0 +1,18 @@
This extension allows hiding all codecells of a notebook. This can be achieved by clicking on the button toolbar:
![](hide_input_all_toggle_codecells.png)
Typically, all codecells are shown with their corresponding output:
![](hide_input_all_show.png)
Clicking on the "Toggle codecell display" toolbar button hides all codecells:
![](hide_input_all_hide.png)
Internals
=========
The codecell hiding state is stored in the metadata `IPython.notebook.metadata.hide_input`.
If it is set to `true`, all codecells will be hidden on reload.