本文介绍了如何在JupyterHub中设置NotebookApp.iopub_data_rate_limit和其他NotebookApp设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想用jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000
参数启动我的笔记本.在哪里可以在JupyterHub中设置它?
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=1e10
应该以增加的数据速率开始jupyter.
This should start jupyter with the increased data rate.
这篇关于如何在JupyterHub中设置NotebookApp.iopub_data_rate_limit和其他NotebookApp设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!