Last active
March 1, 2020 22:44
-
-
Save GabrielSGoncalves/4bcb6a5a70be0dfd4bbba9a415052e21 to your computer and use it in GitHub Desktop.
executing papermill using its Python API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import papermill as pm | |
pm.execute_notebook('weather_forecast_using_pyowm.ipynb', | |
'weather_forecast_using_pyowm_output.ipynb', | |
parameters={'city':'Sao Paulo,BR'}, | |
kernel_name='papermill-tutorial') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment