How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?

DuckQueen picture DuckQueen · Apr 19, 2017 · Viewed 46.6k times · Source

I want to start my notebooks with jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000 arguments. Where one could set it in JupyterHub?

Answer

Workhorse picture Workhorse · Mar 15, 2018

Open the command line and enter

jupyter notebook --NotebookApp.iopub_data_rate_limit=1e10

This should start jupyter with the increased data rate.