目录
前言
JupyterLab is the next-generation web-based user interface for Project Jupyter.
JupyterLab enables you to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom components in a flexible, integrated, and extensible manner.
JupyterLab的安装
前提:已安装python,已安装jupyter。
安装配置Jupyter notebook:
pip install jupyterlab

JupyterLab 使用
jupyter lab

Notebook
与jupyter的功能保持一致,快捷键、自动补全、用户目录等设置也与jupyter保持一致。
Console
提供控制台的功能。
Other
可以新建teminal、text、MD、Python等。
插件安装
jupyterlab提供很多插件,启动jupyterlab后,直接在界面点击对应的”Install“安装,按需安装nodejs(nodejs.org下载对应的版本,安装,重启jupyterlab(关闭窗口再开))。

本文介绍了JupyterLab的安装步骤及其使用方法。JupyterLab作为新一代基于Web的交互式计算平台,支持Jupyter Notebook、控制台等多种组件,并且可以通过安装插件进一步扩展功能。
https://blog.youkuaiyun.com/it_liujh/article/details/123954017?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522164931998216780366585586%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=164931998216780366585586&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v1~rank_v31_ecpm-4-123954017.142^v6^control,157^v4^control&utm_term=itliu_jh&spm=1018.2226.3001.4187
905

被折叠的 条评论
为什么被折叠?



