mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-09 12:10:23 +08:00
add readme (from wiki) and related images for usability/hide_input_all
This commit is contained in:
|
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:
|
||||
|
||||

|
||||
|
||||
Typically, all codecells are shown with their corresponding output:
|
||||
|
||||

|
||||
|
||||
Clicking on the "Toggle codecell display" toolbar button hides all codecells:
|
||||
|
||||

|
||||
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user