To get started, select "View" -> "Cell Toolbar" -> "Hide code"
print('Goodbye code')
Goodbye code
print('Goodbye prompts')
Goodbye prompts
print('Goodbye output')
Goodbye output
Change cell toolbar to "None" to pretty up the notebook.
Tryout the keyboard shortcuts.
print("Try hiding code by kitting the W key in command mode (blue bar highlight on this cell).")
Try hiding code by kitting the W key in command mode (blue bar highlight on this cell).
print("Unhide code with SHIFT + W.")
Unhide code with SHIFT + W.
Try selecting the above two cells (SHIFT + click) and hiding/unhiding their code with the "W"/SHIFT + "W" keys.
Want to hide everything or need to start over? Click on the '</>' icon above. This toggles hidind all code and inputs at once.
When the notebook is formatted to your liking, click on the "Hide Code" menu bar to export into your desired format.