jupyter notebook中使用幻灯片放映的操作

简介: 我们在打开jupyter notebook的时候可以使用幻灯片模式进行浏览.

在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>=17in ./下载/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

image.png

相关文章
|
7月前
Jupyter-notebook 常用快捷键
Jupyter-notebook 常用快捷键
125 0
|
9月前
墙裂推荐!几个Jupyter Notebook 超实用插件(二)
墙裂推荐!几个Jupyter Notebook 超实用插件(二)
|
4月前
|
机器学习/深度学习 人工智能 数据可视化
Jupyter Notebook的10个常用扩展介绍
Jupyter Notebook(前身为IPython Notebook)是一种开源的交互式计算和数据可视化的工具,广泛用于数据科学、机器学习、科学研究和教育等领域。它提供了一个基于Web的界面,允许用户创建和共享文档,这些文档包含实时代码、方程、可视化和文本。
104 6
|
6月前
|
缓存 开发工具 Python
jupyter notebook主题(界面优化)及代码自动补全
jupyter notebook主题(界面优化)及代码自动补全
136 0
|
9月前
|
JSON 数据格式 Python
墙裂推荐!几个Jupyter Notebook 超实用插件(一)
墙裂推荐!几个Jupyter Notebook 超实用插件(一)
|
11月前
|
Python
解决jupyter notebook 画图不显示
解决jupyter notebook 画图不显示
|
XML 机器学习/深度学习 移动开发
JUPYTER notebook 文档转换
JUPYTER notebook 文档转换
146 0
Jupyter Notebook 的快捷键
Jupyter Notebook 的快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。
306 0
|
Python
Jupyter Notebook使用说明
Jupyter Notebook使用说明
95 0
Jupyter Notebook使用说明