创建虚拟环境
sh
conda create -n jupyterlab-learn python=3.12
激活环境
sh
conda activate jupyterlab-learn
安装JupyterLab
sh
(jupyterlab-learn) ➜ ~ pip install jupyterlab
启动JupyterLab
使用jupyter lab启动
sh
(jupyterlab-learn) ➜ ~ jupyter lab
浏览器打开
我们复制一下终端的地址,浏览器打开

