jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000
引数を使用してノートブックを開始したい。 JupyterHubのどこに設定できますか?
コマンドラインを開いて入力します
jupyter notebook --NotebookApp.iopub_data_rate_limit=1e10
これにより、データレートが増加したjupyterが起動します。
このコマンドを使用して設定ファイルを作成する必要があります$ jupyter notebook --generate-config
、これの答え リンク
04:Windowsの「jupyter low memory ..」の問題「IOPUBデータレートを超えました」:
- cmdを開く:
メインパス:C:\ Users\siege>(これは私のルートパスです)
次のコマンドを入力します: "jupyter notebook --generate-config"
you hav:C:\ Users\siege> jupyter notebook --generate-config
システムはpath:C:\ Users\siege> .jupyterに「jupyter_notebook_config.py」を生成します
「jupyter_notebook_config.py」を開き、行を見つけます
#c.NotebookApp.iopub_data_rate_limit = 1000000
コメントを外し、次のように変更します。
c.NotebookApp.iopub_data_rate_limit = 100000000
それを保存
jupyterを再起動します