![无法在 Firefox 中打开 Jupyter 实验室](https://linux22.com/image/1187269/%E6%97%A0%E6%B3%95%E5%9C%A8%20Firefox%20%E4%B8%AD%E6%89%93%E5%BC%80%20Jupyter%20%E5%AE%9E%E9%AA%8C%E5%AE%A4.png)
答案1
解决方案(另请查看https://askubuntu.com/a/1390495/1015711) 是第一个
i)通过运行以下命令创建配置文件:
jupyter-notebook --generate-config
ii)编辑文件
〜/ .jupyter / jupyter_notebook_config.py
并设置:
c.NotebookApp.use_redirect_file = False
解决方案(另请查看https://askubuntu.com/a/1390495/1015711) 是第一个
i)通过运行以下命令创建配置文件:
jupyter-notebook --generate-config
ii)编辑文件
〜/ .jupyter / jupyter_notebook_config.py
并设置:
c.NotebookApp.use_redirect_file = False