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

前端 未结 4 2000
悲哀的现实
悲哀的现实 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:21

    Open the command line and enter

    jupyter notebook --NotebookApp.iopub_data_rate_limit=1e10

    This should start jupyter with the increased data rate.

提交回复
热议问题