Jupyter 远程访问配置 Posted on 2019-06-18 | Edited on 2019-07-16 | In python | Comments: 目标: 在 VPS 上跑 pyspark,spark 的配置略过,主要讲 jupyter 方面。 jupyter 配置的关键点在于找准错误,所有错误,看最上面一个就行,然后直接 Google。我遇到的错误是,不能运行,具体是: 1KeyError: 'allow_remote_access' 于是修改配置 ~/.jupyter/jupyter_notebook_config.py 中 1c.NotebookApp.allow_remote_access = True 搞定!