News

Create a "header" for separating/describing sections of your Python code. I don't know about you but I like to "organize" my Python methods and functions by putting some sort of comment seperator ...
However, if there is a comment in the code nbconvert tre... You can use ```python in front of a block of code to get syntax highlighting in a markdown cell. ```python for _ in range(50): foo() ...