jupyter指定端口打开;ImportError: DLL load failed报错

1、jupyter指定端口打开

–port指定

jupyter notebook --port 7811

也可以指定ip

jupyter notebook --no-browser --port 6000 --ip=192.168.1.103

2、ImportError: DLL load failed报错

由于为加入环境变量,参考
https://blog.csdn.net/qq_43474959/article/details/110098672

将anaconda的环境变量配置到位,遗漏了\Anaconda3\Library\bin

猜你喜欢

转载自blog.csdn.net/weixin_42357472/article/details/119817720