linux查看ipynb文件 使用jupyter查看 使用jupyter查看 安装 pip install jupyter 添加配置好的环境到jupyter notebook的kernel中: python -m ipykernel install --user --name mmdet --display-name "mmdet" 运行jupyter notebook (在ipynb文件的目录下) jupyter notebook 执行到这一步就会自动弹出来网页,可以运行已经存在的程序,也可以new一个新的程序。点击new按钮可以查看可用的环境。 更换内核: 参考