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

相关文章
|
Java Linux 程序员
linux实现定时备份文件到百度网盘详细教程
作为一个程序员,数据备份尤为重要,本文主要介绍的是将服务器上的某文件定时备份到百度网盘中。主要实现思路是:安装pip、byp --&gt; 百度网盘进行授权登陆 --&gt; 使用crontab+bypy实现定时自动数据备份。
2298 0
|
自然语言处理 Ubuntu 安全
14个你必须要知道的ubuntu快捷键
14个你必须要知道的ubuntu快捷键
14个你必须要知道的ubuntu快捷键
|
Web App开发 前端开发 应用服务中间件
|
机器学习/深度学习 IDE 开发工具
超越笔记本:JupyterLab 的功能扩展
【8月更文第29天】随着数据科学和机器学习的发展,交互式计算环境的需求也日益增长。Jupyter Notebook 作为这一领域的领头羊,已经得到了广泛的应用。然而,为了满足更加复杂的工作流需求,Jupyter 开发者们推出了 JupyterLab —— 一个下一代的交互式计算环境。本文将探讨 JupyterLab 相对于传统 Jupyter Notebook 的增强功能,并通过具体示例展示这些新特性如何提升工作效率。
711 1
|
数据采集 存储 数据挖掘
TMDB电影数据分析(下)
TMDB电影数据分析(下)
1122 0
|
存储 数据采集 数据挖掘
TMDB电影数据分析(上)
TMDB电影数据分析(上)
635 0
|
安全 Java API
开源 WIKI 知识库 zyplayer-doc 的介绍和其商业化模式
zyplayer-doc是一款适合企业和个人使用的WIKI知识库管理工具,提供在线化的知识库管理功能,专为私有化部署而设计,最大程度上保证企业或个人的数据安全,可以完全以内网的方式来部署使用它。
934 4
|
数据采集 算法 大数据
大数据中缺失值处理填充法
【10月更文挑战第21天】
1487 2
|
运维 监控 NoSQL
【Redis】哨兵(Sentinel)原理与实战全解~炒鸡简单啊
Redis 的哨兵模式(Sentinel)是一种用于实现高可用性的机制。它通过监控主节点和从节点,并在主节点故障时自动进行切换,确保集群持续提供服务。哨兵模式包括主节点、从节点和哨兵实例,具备监控、通知、自动故障转移等功能,能显著提高系统的稳定性和可靠性。本文详细介绍了哨兵模式的组成、功能、工作机制以及其优势和局限性,并提供了单实例的安装和配置步骤,包括系统优化、安装、配置、启停管理和性能监控等。此外,还介绍了如何配置主从复制和哨兵,确保在故障时能够自动切换并恢复服务。
|
Ubuntu Linux
修改服务器名称
修改服务器名称
382 0

热门文章

最新文章