jupyter lab安装、配置:
jupyter lab安装、配置教程_容器里装jupyterlab-CSDN博客
『Linux笔记』服务器搭建神器JupyterLab_linux_布衣小张-腾讯云开发者社区
Jupyter Lab | 安装、配置、插件推荐、多用户使用教程-腾讯云开发者社区-腾讯云
jupyterLab插件开发教程:
JupyterLab 插件开发教程-CSDN博客
中文社区:扩展教程 — JupyterLab 4.3.0a1 文档 - Jupyter 中文
安装打包出的 whl 文件
本地安装
pip install ./dist/jupyterlab_apod-0.1.0-py3-none-any.whl
GitHub - zhangzhipeng-git/redevelop-elyra: Jupyterlab Pipeline Editor 插件
jupyterLab插件安装命令:jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor。
jupyterLab汉化插件:
# 安装简体中文语言包
pip install jupyterlab-language-pack-zh-CN
去编辑器的设置里设置语言:
启动jupyLab:
jupyter lab
jupyter lab -p 9090 --no-browser --config /指定位置/jupyter_notebook_config.py
jupyter lab --watch
https://juejin.cn/post/6883774525146824711
GitHub - jupyterlab/jupyterlab-git: A Git extension for JupyterLab