How can I disable IPython startup scripts when executing a notebook via Papermill?

35 views Asked by At

I have a Juypyter notebook that is executed by various users using Papermill. I want the outputs to be reproducible, independent of the user that is executing the notebook. I have found that some users have IPython startup scripts and these scripts have been negatively impacting the reproducibility of the outputs.

How can I configure Papermill to not execute the IPython startup scripts?

0

There are 0 answers