Ubuntu 20.04 下Jupyter notebook配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 20.04 下Jupyter notebook配置相关的知识,希望对你有一定的参考价值。
参考技术A 为了不需要每次进入anaconda环境后才能运行 jupyter notebook,需要修改配置
进入anconda环境的方式
在终端输入命令,打开bachrc文件
在bachrc文件最后一行添加语句:
这里“/home/sherry/software/anaconda/bin”路径需要修改为你的Anaconda的安装路径,默认在home下。
查看anaconda安装路径的方式:
点击保存,关闭bashrc文件,最后一定要在终端输入下面命令才能生效:
在终端中输入:
在终端中输入,打开jupyter_notebook_config.py:
搜索: default_url ,找到如下文字:
将其修改为:
其中/tree/Jupyter_notebook对应的文件夹是“/home/sherry/Jupyter_notebook”,这里要修改为你的文件夹路径
在终端输入下面命令:
1、Anconda环境安装,参考 【深度学习】保姆级教程:个人深度学习工作站配置指南
2、配置与使用jupyter notebook,参考 Ubuntu 20.04安装Anaconda3+配置+使用jupyter notebook
3、修改Jupyter notebook默认目录路径,参考 Python: linux Ubuntu 16.04 下Jupyter notebook改变默认目录路径
以上是关于Ubuntu 20.04 下Jupyter notebook配置的主要内容,如果未能解决你的问题,请参考以下文章
腾讯云Ubuntu20.04配置Jupyter notebook
腾讯云Ubuntu20.04配置Jupyter notebook
腾讯云Ubuntu20.04配置Jupyter notebook
Ubuntu上jupyter报错:Exception: Jupyter command `jupyter-kernelspec` not found.解决办法
Ubuntu上jupyter报错:Exception: Jupyter command `jupyter-kernelspec` not found.解决办法
WARNING: The notebook server is listening on all IP addresses and not using encryption--Jupyter解决方案(