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

前端 未结 4 1997
悲哀的现实
悲哀的现实 2020-12-30 04:01

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

4条回答
  •  再見小時候
    2020-12-30 04:32

    You have to create config file using this command $ jupyter notebook --generate-config, The answer in this link

提交回复
热议问题