Jupyter Notebook as a Function: Create Reusable Notebooks with Papermill

How to create parameterized Jupyter Notebooks with Papermill

Edwin Tan
Towards Data Science
7 min readMar 21, 2022

--

Photo by Christa Dodoo on Unsplash

Introduction

In programming, functions are ways to modularize code into self contained, organized, and reusable blocks used to perform a specific task. Functions usually accept input data, process the data…

--

--