当前位置:首页|资讯

Jupyterlab与Jupyter Notebook

作者:AI8ge8888888发布时间:2024-10-14

官网

https://jupyter.org/

维基百科介绍

https://zh.wikipedia.org/zh-cn/Jupyter

在线✍️工具

1️⃣Google colab

https://colab.research.google.com/#

文件存储在google云端硬盘,免费用户🈶15G

https://drive.google.com/drive/u/0/home

2️⃣百度AI Studio

https://aistudio.baidu.com/overview

本地安装

1️⃣Window

  1. 创建Python虚拟环境并激活

  2. 然后在虚拟环境下用pip安装pip install jupyterlab

  3. jupyter lab 运行(只能本地访问),jupyter lab --ip=0.0.0.0运行(本地与局域网都能访问)

  4. 带token访问直接进入: http://localhost:8888/lab?token=6xxxxbb       

  5. 不带token访问需要在出现的界面中输入token或密码:http://localhost:8888,这个界面可以设置新的密码或token。

  6. 修改根目录jupyter lab --ServerApp.root_dir='/your/desired/path'




Copyright © 2024 aigcdaily.cn  北京智识时代科技有限公司  版权所有  京ICP备2023006237号-1