【踩坑记录】linux服务器连接jupyternotebook显示服务器拒绝访问

    技术2024-10-21  54

    linux服务器连接jupyternotebook显示服务器拒绝访问。 修改jupyter_notebook_config.py文件,添加一行:

    c.NotebookApp.allow_credentials = True

    允许远程连接。

    Processed: 0.009, SQL: 9