Parameterize and execute notebooks
in progress
S
Silky Porpoise
We want to parameterize, (inspect), and execute notebooks using Papermill.
Rob Newman
in progress
We are actively working on Custom Environment support in Data Studios.
Rob Newman
Silky Porpoise: This will be resolved by the implementation of Custom Environments (the next Data Studios milestone). In the interim, you can run the following in your Jupyter notebook to install
papermill
:!pip install papermill
With session persistence, this library will always be available once executed in the Data Studio session.
Rob Newman
acknowledged