pycharm连接jupyter notebook 连接404报错,无法连接

jupyter 启动后 提示的连接地址和token形式:

TypeScript 复制代码
http://localhost:8890/tree?token=928a1b9241e9100f62f5eba44d91faf3db8d8691ee36399b

直接复制到pycharm的 configured server 中会报错;因为里面多了/tree

打开CMD控制台 使用命令:

TypeScript 复制代码
jupyter-notebook list

查询正在运行的jupyter server

XML 复制代码
http://localhost:8890/?token=928a1b9241e9100f62f5eba44d91faf3db8d8691ee36399b

拷贝这个地址到pycharm的 configured server中就连接上了。

太坑爹了!

相关推荐
慧都小项2 天前
Python 跨文件重构怎么验证?PyCharm 用法查找、重构预览与测试流程
python·重构·pycharm·单元测试
Xiu Yan2 天前
Python 数据分析:Pandas DataFrame 零基础入门教程
python·jupyter·pycharm·numpy·pandas
2501_915909062 天前
移动端开发工具链怎么组合比较好,iOS、Android、跨端三套配置方案
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
ai大模型-探索者2 天前
Git在PyCharm中的使用完全指南
pycharm·gitee
2501_915918413 天前
iOS编程用什么软件好?主流工具Xcode、AppCode、CodeRunner与新兴快蝎对比
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
Xiu Yan3 天前
Python 数据分析:Pandas Series 零基础入门教程
python·jupyter·pycharm·numpy·pandas
滕州市燕猫虎计算机科技工作室个体工商户4 天前
IDEA:Command line is too long
java·ide·intellij-idea
troy1284 天前
Codex 安全盲区:代码漏洞生成实测
windows·python·ci/cd·pycharm·django·github·fastapi
ikun_文4 天前
Django开启跨域请求
python·pycharm·django
泡泡鱼(敲代码中)5 天前
Python 容器类型学习笔记:列表、元组、字典、集合
开发语言·笔记·python·pycharm