Another section, but this is actually a Notebook πŸ€—ΒΆ

This makes it super easy to wrap complex examples into the documentation.

It supports

  • Markdown cells

  • Code

    Both inline and separate cells

[1]:
# Some pseudo code

from cool_module import cool_function

cool_function(a, b, b)
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-7f357d83888c> in <module>
      1 # Some pseudo code
      2
----> 3 from cool_module import cool_function
      4
      5 cool_function(a, b, b)

ModuleNotFoundError: No module named 'cool_module'

And all the other fun stuff, like GIFs (absolutely essential to any of my workflows)

image1

[ ]: