Tips for Jupyter
Pretty print all outputs
Put in notebook:
from IPython.core.interactiveshell import InteractiveShell |
If you want to set this behavior for all instances of Jupyter, simply create a file ~/.ipython/profile_default/ipython_config.py
with the lines:
c = get_config() |
Toggle Code-Cells
Solution without the need of an extension that also works in HTML exports. Just put the following code in a cell and execute it:
from IPython.display import HTML |
Extensions
- Various Extensions are available, see nbextensions.
- Extensions to create Presentations: Rise.
- For Version Control with git, use nbstripout.