I want to start my notebooks with jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000 arguments. Where one could set it in JupyterHub?
jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000
You have to create config file using this command $ jupyter notebook --generate-config, The answer in this link
$ jupyter notebook --generate-config