JupyterLab 的安装与使用

目录

前言

JupyterLab的安装

JupyterLab 使用

 ​Notebook

 Console

Other

 插件安装


前言

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:

Jupyter Notebook 的安装与使用_ITLiu_JH的博客-CSDN博客目录1、jupyter Notebook 简介2、jupyter Notebook 的安装安装前提pip 安装pip 源3、设置jupyter notebook设置代码文件存放目录Tab补全4、jupyter的使用1)python编辑器介绍2)新建文档3)常用快捷键4)常用魔术命令JupyterLab 包含Jupyter notebook,功能更强大。详见JupyterLab 的安装与使用_ITLiu_JH的博客-CSDN博客Jup..https://blog.csdn.net/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

pip install jupyterlab

JupyterLab 的安装与使用_第1张图片

JupyterLab 使用

jupyter lab

JupyterLab 的安装与使用_第2张图片

 JupyterLab 的安装与使用_第3张图片Notebook

与jupyter的功能保持一致,快捷键、自动补全、用户目录等设置也与jupyter保持一致。

 Console

提供控制台的功能。

Other

可以新建teminal、text、MD、Python等。JupyterLab 的安装与使用_第4张图片

 插件安装

 jupyterlab提供很多插件,启动jupyterlab后,直接在界面点击对应的”Install“安装,按需安装nodejs(nodejs.org下载对应的版本,安装,重启jupyterlab(关闭窗口再开))。

JupyterLab 的安装与使用_第5张图片

你可能感兴趣的:(数据分析入门,数据分析,数据挖掘,python)