qq_59925029 2022-04-01 11:42 采纳率: 66.7%
浏览 229
已结题

Jupyter Notebook打不开

问题遇到的现象和发生背景

在anaconda里面安装了jupyter notebook,

问题相关代码,请勿粘贴截图
(base) C:\Users\欸>jupyter notebook
[I 2022-04-01 11:39:08.725 LabApp] JupyterLab extension loaded from D:\anaconda\lib\site-packages\jupyterlab
[I 2022-04-01 11:39:08.725 LabApp] JupyterLab application directory is D:\anaconda\share\jupyter\lab
[I 11:39:08.736 NotebookApp] The port 8888 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8889 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8890 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8891 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8892 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] Serving notebooks from local directory: C:\Users\帆琛
[I 11:39:08.736 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 11:39:08.736 NotebookApp] http://localhost:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
[I 11:39:08.736 NotebookApp]  or http://127.0.0.1:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
[I 11:39:08.736 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 11:39:08.876 NotebookApp]

    To access the notebook, open this file in a browser:
        file:///C:/Users/%E5%B8%86%E7%90%9B/AppData/Roaming/jupyter/runtime/nbserver-4384-open.html
    Or copy and paste one of these URLs:
        http://localhost:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
     or http://127.0.0.1:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69

运行结果及报错内容
我的解答思路和尝试过的方法

刚才看其他人写的,把这个jupyter notebook --generate-config.py文件里c.NotebookApp.browser =‘’的改成这样子c.NotebookApp.browser = ‘chrome'也同样不能运行;
update application也不能运行

我想要达到的结果
  • 写回答

1条回答 默认 最新

  • 热度__ 2022-04-01 11:58
    关注

    http://localhost:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69

    这个是它给你的进去jupyter的路径,直接复制到浏览器地址栏就可以访问了它没有自动弹出来不代表打不开,注意看地址,应该每次生成的不一样,不要直接复制

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 4月9日
  • 已采纳回答 4月1日
  • 创建了问题 4月1日

悬赏问题

  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分
  • ¥15 delphi webbrowser组件网页下拉菜单自动选择问题
  • ¥15 linux驱动,linux应用,多线程