首先要生成一份jupyter notebook配置文件 jupyter notebook --generate-config# 生成notebook配置文件 在用户文件夹(/home/<你的用户名/>)下找到.jupyter文件夹,打开可以看到一个jupyter_notebook_config.py文件,打开它,按Ctrl F搜索 c.NotebookApp.token = '<generated>' ,删掉引号内的部分, 并去掉前面的注释"...
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multi...
3、安装jupyter notebook参考:https://www.bilibili.com/read/cv16825907 4、安装远程桌面参考:https://www.bilibili.com/read/cv11143517 附录: windows命令行[5]: 常用命令: wsl --list --verbose 列出所有已安装的 WSL 发行版,如果显示Ubuntu,则安装成功。 wsl -d <发行版名称> 启动指定的发行版。exit退出。
接着打开Ubuntu会出现一个运行窗口,设置好用户名及密码之后即可正常使用。 若想访问ubuntu系统内文件,打开文件资源管理器,出现Ubuntu文件夹,打开即可访问。 2.深度学习环境搭建 2.1安装miniconda Miniconda — conda documentation 选择适合自己的版本安装,复制下载链接 在打开的ubuntu运行窗口中运行 AI检测代码解析 wget htt...
wsl --set-version Ubuntu 2 您可以选择其他Linux发行版,例如Debian或Fedora。这里我们以Ubuntu为例。步骤4:在WSL2中安装所需软件打开WSL终端,并执行以下命令安装所需的软件: sudo apt update sudo apt install python3-pip jupyter-notebook python3-tk 这将安装Python3、pip、Jupyter Notebook和Python3的Tkinter...
登录搬瓦工 $ jupyter notebook --generate-config # 生成配置文件 Writing default config to: /home/...
安装JupyterLab 第一步非常简单,命令如下 conda install -c conda-forge jupyterlab 关键是第二步,让 JupyterLab 自动打开宿主浏览器。打开配置文件jupyter_notebook_config.py。 vi ~/.jupyter/jupyter_notebook_config.py 修改下面这如下一行 c.NotebookApp.use_redirect_file=False ...
Jupyter notebook的使用 2019-12-11 09:27 −Anaconda发行版默认带了Jupyter Notebook,默认的base环境中可直接使用,但是新创建的环境中,需要安装jupyter notebook。 在python36环境中安装并使用jupyter notebook: (python36) [@***:~]$... 后山前堂客 0...
从上面的代码跟踪可以看出,Pandas安装在服务于Jupyter服务器的环境中。
五、本地使用(连接)容器内Jupyter NotebookJupyter Notebook是一款交互式的Web应用程序,它支持在本地使用(连接)容器内的Jupyter Notebook。以下是使用本地连接容器内Jupyter Notebook的步骤: 在容器中启动Jupyter Notebook服务。在容器中,使用“jupyter notebook”命令来启动Jupyter Notebook服务。该命令会在容器的...