mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
parent
78c2986712
commit
94b587746c
@ -3,14 +3,16 @@
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
[#]: reviewer: "wxy"
|
||||
[#]: publisher: "wxy"
|
||||
[#]: url: "https://linux.cn/article-16040-1.html"
|
||||
|
||||
如何在 Debian 或 Ubuntu Linux 中安装 Jupyter Notebook
|
||||
如何在 Linux 中安装 Jupyter Notebook
|
||||
======
|
||||
|
||||
**有关如何在 Ubuntu 或 Debian Linux 中安装 Jupyter Notebook 的简单教程。**
|
||||
![][0]
|
||||
|
||||
> 如何在 Ubuntu 或 Debian Linux 中安装 Jupyter Notebook 的简单教程。
|
||||
|
||||
[Jupyter][1] Notebook 是一款功能强大的基于 Web 的交互式开发工具,可让你创建和共享实时代码、可视化和交互式数据。其笔记本格式结合了代码和文本,使其成为数据探索、分析和协作项目的绝佳选择。
|
||||
|
||||
@ -18,9 +20,9 @@
|
||||
|
||||
### 安装 pip
|
||||
|
||||
在开始之前,请确保你的系统上已安装 pip(Python 包安装程序)。如果你已经安装了 pip,则可以跳过此步骤。否则,请按照以下说明进行安装。你还可以访问[此页面][2]获取详细说明。
|
||||
在开始之前,请确保你的系统上已安装 `pip`(Python 包安装程序)。如果你已经安装了 `pip`,则可以跳过此步骤。否则,请按照以下说明进行安装。你还可以访问 [此页面][2] 获取详细说明。
|
||||
|
||||
打开终端窗口 (Ctrl+Alt+T) 并输入以下命令,按回车键:
|
||||
打开终端窗口(`Ctrl+Alt+T`)并输入以下命令,按回车键:
|
||||
|
||||
```
|
||||
sudo apt updatesudo apt install python3-pip
|
||||
@ -50,11 +52,11 @@ sudo apt install python3-virtualenv
|
||||
virtualenv my-jupyter-env
|
||||
```
|
||||
|
||||
此命令创建一个名为 “my-jupyter-env” 的新目录,其中将包含虚拟环境文件。
|
||||
此命令创建一个名为 `my-jupyter-env` 的新目录,其中将包含虚拟环境文件。
|
||||
|
||||
![create jupyter environment][3]
|
||||
|
||||
你还可以通过任何文件管理器验证该目录是否在你的主文件夹下创建。
|
||||
你还可以通过任何文件管理器验证该目录是否在你的主文件夹下创建成功。
|
||||
|
||||
![jupyter env folders][4]
|
||||
|
||||
@ -102,9 +104,9 @@ jupyter notebook
|
||||
|
||||
### 关闭并重新启动
|
||||
|
||||
如果要关闭 Notebook 服务器,请确保关闭并保存所有笔记。关闭浏览器。然后在终端窗口中按 “CTRL+C”。它会提示你是否要关闭服务器。输入 Yes 并按回车键。最后,关闭终端窗口。
|
||||
如果要关闭 Notebook 服务器,请确保关闭并保存所有笔记。关闭浏览器。然后在终端窗口中按 `CTRL+C`。它会提示你是否要关闭服务器。输入 `Yes` 并按回车键。最后,关闭终端窗口。
|
||||
|
||||
要再次重新启动服务器,你需要按上面的描述运行 “virtualenv my-jupyter-env” 等所有命令
|
||||
要再次重新启动服务器,你需要按上面的描述运行 `virtualenv my-jupyter-env` 等所有命令
|
||||
|
||||
### 总结
|
||||
|
||||
@ -112,6 +114,8 @@ jupyter notebook
|
||||
|
||||
请记住,Jupyter Notebook 支持各种编程语言,包括 Python,并提供大量插件来进一步扩展其功能。
|
||||
|
||||
*(题图:MJ/e3436c7f-435d-491e-9032-b945730cb000)*
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/install-jupyter-ubuntu/
|
||||
@ -119,7 +123,7 @@ via: https://www.debugpoint.com/install-jupyter-ubuntu/
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
@ -133,3 +137,4 @@ via: https://www.debugpoint.com/install-jupyter-ubuntu/
|
||||
[6]: https://www.debugpoint.com/wp-content/uploads/2023/07/Installing-jupyter-using-pip.jpg
|
||||
[7]: https://www.debugpoint.com/wp-content/uploads/2023/07/running-jupyter-notebook-in-Debian.jpg
|
||||
[8]: https://www.debugpoint.com/wp-content/uploads/2023/07/Jupyter-notebook-running-in-browser.jpg
|
||||
[0]: https://img.linux.net.cn/data/attachment/album/202307/28/063430e6lz9elvz4pw55l4.jpg
|
Loading…
Reference in New Issue
Block a user