nbconvert — Easy Playground
Convert notebooks to HTML, PDF, slides, scripts, etc.
Getting started with nbconvertRun locally
Install
pip install nbconvertPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: nbconvert)
nbconvert is a third-party package. Convert notebooks to HTML, PDF, slides, scripts, etc.. Install with: pip install nbconvert
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?