如何在JupyterHub中设置NotebookApp.iopub_data_rate_limit和其他NotebookApp设置?

Duc*_*een 11 python configuration jupyter jupyter-notebook jupyterhub

我想用jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000参数开始我的笔记本.可以在JupyterHub中设置它吗?

Adi*_*nco 11

您必须使用此命令创建配置文件$ jupyter notebook --generate-config,此链接中的答案


Wor*_*rse 9

打开命令行并输入

jupyter notebook --NotebookApp.iopub_data_rate_limit=1e10

这应该从增加数据速率开始开始。


Vah*_*hab 7

04:windows中“jupyter低内存..”的“IOPUB数据速率超出”问题:

  1. 打开命令:
  2. 在主路径:C:\Users\siege>(这是我的根路径)

    输入命令:“jupyter notebook --generate-config”

    你有:C:\Users\siege>jupyter notebook --generate-config

  3. 系统会在路径中生成“jupyter_notebook_config.py”:C:\Users\siege>.jupyter

  4. 打开“jupyter_notebook_config.py”找到这一行

    #c.NotebookApp.iopub_data_rate_limit = 1000000

    取消注释并将其更改为:

    c.NotebookApp.iopub_data_rate_limit = 100000000

  5. 保存

  6. 重启 jupyter

https://www.youtube.com/watch?v=B_YlLf6fa5A