Jupyter Lab安装

0 阅读1分钟

创建虚拟环境

conda create -n jupyterlab-learn python=3.12

激活环境

conda activate jupyterlab-learn

安装JupyterLab

(jupyterlab-learn) ➜  ~ pip install jupyterlab

启动JupyterLab

使用jupyter lab启动

(jupyterlab-learn) ➜  ~ jupyter lab

浏览器打开

我们复制一下终端的地址,浏览器打开

image.png

image.png