JupyterHub 使用時の Jupyter Notebook 設定ファイル

JupyterHub 使用時の Jupyter Notebook 設定ファイル

JupyterHub の設定があり、その設定は /etc/JupyterHub/jupyterhub_config.py にあります。

このシナリオでは、Jupyter Notebookの設定ファイルをまだ特定できていません。

$jupyter --paths 

これに私を導く

config:
    /home/srivya/.jupyter
    /anaconda/envs/py35/etc/jupyter
    /usr/local/etc/jupyter
    /etc/jupyter
data:
    /home/srivya/.local/share/jupyter
    /anaconda/envs/py35/share/jupyter
    /usr/local/share/jupyter
    /usr/share/jupyter
runtime:
    /run/user/662252109/jupyter

構成セクションにリストされているすべてのファイルの設定を変更しましたが、ノートブックにはまだ影響しません。

構成ファイル内の NotebookApp.iopub_data_rate_limit を変更しようとしていますが、ノートブックでは変更できませんでした。

関連情報