linux的相关操作

简介: linux的相关操作

在linux系统安装jupyter

pip install jupyter
• 1

在jupyter笔记本打开文件以后要是想使用幻灯片模式安装rise插件

pip install rise


Collecting rise
  Downloading rise-5.7.1-py2.py3-none-any.whl (4.3 MB)
     |████████████████████████████████| 4.3 MB 446 kB/s 
Requirement already satisfied: notebook>=6.0 in ./下载/python/lib/python3.8/site-packages (from rise) (6.3.0)
Requirement already satisfied: jupyter-client>=5.3.4 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (6.1.12)
Requirement already satisfied: tornado>=6.1 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (6.1)
Requirement already satisfied: Send2Trash>=1.5.0 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (1.5.0)
Requirement already satisfied: ipython-genutils in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (0.2.0)
Requirement already satisfied: argon2-cffi in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (20.1.0)
Requirement already satisfied: nbconvert in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (6.0.7)
Requirement already satisfied: pyzmq>=17 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (20.0.0)
Requirement already satisfied: prometheus-client in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (0.10.1)
Requirement already satisfied: traitlets>=4.2.1 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (5.0.5)
Requirement already satisfied: terminado>=0.8.3 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (0.9.4)
Requirement already satisfied: jupyter-core>=4.6.1 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (4.7.1)
Requirement already satisfied: ipykernel in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (5.3.4)
Requirement already satisfied: nbformat in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (5.1.3)
Requirement already satisfied: jinja2 in ./下载/python/lib/python3.8/site-packages (from notebook>=6.0->rise) (2.11.3)
Requirement already satisfied: python-dateutil>=2.1 in ./下载/python/lib/python3.8/site-packages (from jupyter-client>=5.3.4->notebook>=6.0->rise) (2.8.1)
Requirement already satisfied: six>=1.5 in ./下载/python/lib/python3.8/site-packages (from python-dateutil>=2.1->jupyter-client>=5.3.4->notebook>=6.0->rise) (1.15.0)
Requirement already satisfied: ptyprocess in ./下载/python/lib/python3.8/site-packages (from terminado>=0.8.3->notebook>=6.0->rise) (0.7.0)
Requirement already satisfied: cffi>=1.0.0 in ./下载/python/lib/python3.8/site-packages (from argon2-cffi->notebook>=6.0->rise) (1.14.5)
Requirement already satisfied: pycparser in ./下载/python/lib/python3.8/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=6.0->rise) (2.20)
Requirement already satisfied: ipython>=5.0.0 in ./下载/python/lib/python3.8/site-packages (from ipykernel->notebook>=6.0->rise) (7.22.0)
Requirement already satisfied: pexpect>4.3 in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (4.8.0)
Requirement already satisfied: setuptools>=18.5 in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (52.0.0.post20210125)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (3.0.17)
Requirement already satisfied: pickleshare in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (0.7.5)
Requirement already satisfied: backcall in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (0.2.0)
Requirement already satisfied: jedi>=0.16 in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (0.17.2)
Requirement already satisfied: decorator in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (5.0.6)
Requirement already satisfied: pygments in ./下载/python/lib/python3.8/site-packages (from ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (2.8.1)
Requirement already satisfied: parso<0.8.0,>=0.7.0 in ./下载/python/lib/python3.8/site-packages (from jedi>=0.16->ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (0.7.0)
Requirement already satisfied: wcwidth in ./下载/python/lib/python3.8/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=5.0.0->ipykernel->notebook>=6.0->rise) (0.2.5)
Requirement already satisfied: MarkupSafe>=0.23 in ./下载/python/lib/python3.8/site-packages (from jinja2->notebook>=6.0->rise) (1.1.1)
Requirement already satisfied: bleach in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (3.3.0)
Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.5.3)
Requirement already satisfied: testpath in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.4.4)
Requirement already satisfied: mistune<2,>=0.8.1 in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.8.4)
Requirement already satisfied: defusedxml in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.7.1)
Requirement already satisfied: entrypoints>=0.2.2 in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.3)
Requirement already satisfied: pandocfilters>=1.4.1 in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (1.4.3)
Requirement already satisfied: jupyterlab-pygments in ./下载/python/lib/python3.8/site-packages (from nbconvert->notebook>=6.0->rise) (0.1.2)
Requirement already satisfied: async-generator in ./下载/python/lib/python3.8/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=6.0->rise) (1.10)
Requirement already satisfied: nest-asyncio in ./下载/python/lib/python3.8/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->notebook>=6.0->rise) (1.5.1)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in ./下载/python/lib/python3.8/site-packages (from nbformat->notebook>=6.0->rise) (3.2.0)
Requirement already satisfied: pyrsistent>=0.14.0 in ./下载/python/lib/python3.8/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=6.0->rise) (0.17.3)
Requirement already satisfied: attrs>=17.4.0 in ./下载/python/lib/python3.8/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=6.0->rise) (20.3.0)
Requirement already satisfied: webencodings in ./下载/python/lib/python3.8/site-packages (from bleach->nbconvert->notebook>=6.0->rise) (0.5.1)
Requirement already satisfied: packaging in ./下载/python/lib/python3.8/site-packages (from bleach->nbconvert->notebook>=6.0->rise) (20.9)
Requirement already satisfied: pyparsing>=2.0.2 in ./下载/python/lib/python3.8/site-packages (from packaging->bleach->nbconvert->notebook>=6.0->rise) (2.4.7)
Installing collected packages: rise
Successfully installed rise-5.7.1

屏幕快照 2022-05-09 下午5.07.36.png

打开jupyter的命令

jupyter notebook
相关文章
|
20天前
|
存储 安全 数据管理
探索Linux的挂载操作🌈
在Linux这个强大的操作系统中,挂载操作是一个基本而重要的概念。它涉及到文件系统、设备和数据访问,对于理解Linux的工作方式至关重要。那么,挂载操作究竟是什么,为什么我们需要它,如果没有它,我们将面临什么问题呢?让我们一起深入探讨。
探索Linux的挂载操作🌈
|
29天前
|
Linux Windows
Linux之基本指令操作
Linux之基本指令操作
|
1月前
|
Linux C语言
Linux系统下C语言的队列操作
Linux系统下C语言的队列操作
23 0
|
2月前
|
存储 Linux API
Linux应用开发基础知识——文件IO操作(三)
Linux应用开发基础知识——文件IO操作(三)
54 2
Linux应用开发基础知识——文件IO操作(三)
|
1月前
|
存储 算法 Shell
【Shell 命令集合 磁盘维护 】Linux 对软盘进行格式化操作 fdformat命令使用指南
【Shell 命令集合 磁盘维护 】Linux 对软盘进行格式化操作 fdformat命令使用指南
32 0
|
1月前
|
Shell Linux C语言
【Shell 命令集合 磁盘管理 】Linux 控制光驱或可移动媒体设备的弹出和关闭操作 eject命令使用教程
【Shell 命令集合 磁盘管理 】Linux 控制光驱或可移动媒体设备的弹出和关闭操作 eject命令使用教程
36 1
|
2天前
|
Ubuntu Linux
Linux(Ubuntu)系统临时IP以及静态IP配置(关闭、启动网卡等操作)
请注意,以上步骤是在临时基础上进行配置的。如果要永久保存静态IP地址,通常还需要修改 `/etc/network/interfaces`文件,以便在系统重启后保持配置。同时,确保备份相关配置文件以防止出现问题。
13 1
|
4天前
|
Ubuntu Linux 数据安全/隐私保护
Linux(24) 如何在Ubuntu中操作rootfs.img文件
Linux(24) 如何在Ubuntu中操作rootfs.img文件
9 0
|
1月前
|
算法 Shell Linux
【Shell 命令集合 文档编辑 内建命令】Linux数值运算和赋值操作 let命令使用指南
【Shell 命令集合 文档编辑 内建命令】Linux数值运算和赋值操作 let命令使用指南
26 0
|
Linux C++
【Linux】—— 在Linux上进行读写文件操作
【Linux】—— 在Linux上进行读写文件操作