jupyter端口被占用的解决方式

**

jupyter端口被占用的解决方式

**

安装完jupyter后,发现默认端口号被占用,按以下方式进行解决
1.打开anaconda的anaconda prompt,输入 jupyter notebook --generate-config

2.在提示的文件路径找到 generate-config.py文件

3.在文件中搜索 port ,将默认端口进行更改 比如8889

4.重启电脑,重新打开

上一篇:【leetcode刷题】22. Generate Parentheses


下一篇:EntityFramework Code First 构建外键关系,数据库不生成外键约束