First Thoughts on Automating Jupyter Notebooks

Every time I give a talk covering notebooks, one of the questions I get from people is, "How do I automate the execution of notebooks?" In this post, I'll look at one way to do just that. Command Line Execution I'm going to stick to the command line version of Jupyter. There is also a…

Advertisement