Jupyter Lab安装

创建虚拟环境

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

浏览器打开

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

相关推荐
65岁退休Coder1 小时前
LangChain v1.3.4 笔记 - 07 补充:链式调用 LCEL
后端·python·langchain
卷无止境1 小时前
FastAPI 部署在 Nginx 后面到底该怎么配
后端·python
码流怪侠1 小时前
用 WiFi 信号数人头:howmanypeoplearearound 项目深度解析
后端·开源·github
心运软件2 小时前
SpringBoot+ Vue校园社团管理平台的完整架构设计
vue.js·后端
Jodie同志2 小时前
第16~23天:持久化、HITL、流式、MCP与安全
前端·后端·agent
Jodie同志2 小时前
第1~15天:原生Agent、RAG与LangGraph基础(完整代码实操)
前端·后端·agent
Zane19942 小时前
单例线程安全、生产者消费者、死锁:并发面试三连问串讲
java·后端
用户69371750013842 小时前
#DeepSeek+Pi‑Agent 王炸组合跑赢 Claude‑Code!
前端·人工智能·后端
Zane19942 小时前
类变量与实例变量:一个共享列表引发的线上事故
后端·python
Scene2163 小时前
AgentScope 2.0:2. 快速上手 从零构建生产级智能体
后端