Session Ready
Exercise

Summarize notebooks

In the last notebook workflow exercise, we will use scrapbook to

  • read in a Jupyter notebook called rf_diabetes.ipynb
  • create a dataframe that contains variables that were saved in the notebook with the glue() function
  • create a second dataframe of parameters that were passed to the notebook by papermill

This exercise demonstrates how we can use scrapbook to access notebook data.

Instructions
100 XP
  • Assign the scrapbook notebook object to nb.
  • Create a dataframe of recorded variables (scraps) and assign it to scrap_df.