小编jse*_*ery的帖子

使用 VS Code Python 扩展登录到受密码保护的远程 Jupyter URI(URI 中没有令牌)

我正在尝试根据这些文档使用 MS VS Code Python 扩展登录远程 JupyterHub 服务器,其中说要在 URI 中提供 ?token= 参数:https : //code.visualstudio.com/docs/python /jupyter 支持

但是,我尝试登录的服务器受密码保护 - 我无法真正控制删除密码保护。Jupyter 文档建议在 jupyter 日志中查找令牌,但在我看来,使用密码保护也可以抑制日志中的令牌:https : //jupyter-notebook.readthedocs.io/en/latest/security.html #security-in-the-jupyter-notebook-server

我错过了什么吗?是否无法使用 VS Code 扩展登录受密码保护的笔记本服务器?

python visual-studio-code jupyter-notebook

4
推荐指数
2
解决办法
2601
查看次数