AI开发平台MODELARTS-Jupyter可以安装插件吗?

时间:2024-09-05 19:33:00

Jupyter可以安装插件吗?

Jupyter可以安装插件。

目前jupyter插件多数采用wheel包的形式发布,一次性完成前后端插件的安装,安装时注意使用jupyter服务依赖的环境“/modelarts/authoring/notebook-conda/bin/pip”进行安装,不要使用默认的anaconda(kernel依赖的python环境)的pip进行安装。

使用命令jupyter labextension list --app-dir=/home/ma-user/.lab/console查询

前端插件安装目录为:/home/ma-user/.local/share/jupyter/labextensions

后端插件代码安装目录:/home/ma-user/.local/lib/python3.7/site-packages

配置文件目录:/home/ma-user/.jupyter/

后端插件使用jupyter server extension list命令查询。

support.huaweicloud.com/modelarts_faq/modelarts_05_3164.html