0

Challenge: implement a Jupyter Notebook into daily production that decrypts an a 9 MB file using pgpy that exceeds the data rate limit.

I can only successfully run the .ipynb if I open Anaconda Prompt with this code per the Stack Overflow link below. However, this will be put into production on a daily basis so I can't manually open the Jupyter Notebook with Anaconda Prompt each day.

How do I tell Jupyter Notebook to exceed the data rate limit within the Jupyter Notebook itself so it will automatically run each day as scheduled without opening the Jupyter Notebook with the code below?

jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10

IOPub data rate exceeded in Jupyter notebook (when viewing image)

Thank you

Rachel
  • 1
  • 2

0 Answers0