If you add python together with quarto in the VSCode extension you can actually automate and export really nice looking reports (pdf, MSWord etc) with tables of contents, figures etc. You get everything that you normally would from a Python Notebook but with better latex output and automatic...
Has anyone used Python Notebooks with say nbdev + Quarto to produce full pdf reports? Seems like it could show all the math + any programming output + crazy amount of graphing capability. Can output markdown from programming cells which could be included inline. Python has Sympy and a heap of...