Python 模块jupyter vuetify semver range未注册为小部件模块

Python 模块jupyter vuetify semver range未注册为小部件模块,python,jupyter-notebook,anaconda,vuetify.js,jupyter-lab,Python,Jupyter Notebook,Anaconda,Vuetify.js,Jupyter Lab,(Python 3.8.6) 我无法让vuetify小部件在docker容器中运行的jupyter实验室上运行 我只是在安装ipyveutify后尝试运行此示例代码: 将IPYfutify导入为v 我的选择( 贴上‘水果’标签, items=['Apple'、'Pear'、'Cherry'])我的选择 我不断得到错误: 显示小部件时出错:找不到模型 控制台日志: Uncaught(承诺中)错误:模块jupyter vuetify,semver范围 ^1.6.1未注册为小部件模块 在Widget

(Python 3.8.6)

我无法让vuetify小部件在docker容器中运行的jupyter实验室上运行

我只是在安装ipyveutify后尝试运行此示例代码:

将IPYfutify导入为v
我的选择(
贴上‘水果’标签,
items=['Apple'、'Pear'、'Cherry'])我的选择
我不断得到错误:

显示小部件时出错:找不到模型

控制台日志:

Uncaught(承诺中)错误:模块jupyter vuetify,semver范围
^1.6.1未注册为小部件模块
在WidgetManager.loadClass(vendors~main.b94fae9511677b724926.js:664506)
在WidgetManager。(供应商~main.b94fae9511677b724926.js:719882)
步骤(vendors~main.b94fae9511677b724926.js:719663)
在Object.next(vendors~main.b94fae9511677b724926.js:719644)
在供应商~main.b94fae9511677b724926.js:719638处
在新的承诺()
在push.hs2k.uu等待器(vendors~main.b94fae9511677b724926.js:719634)
在WidgetManager.push.hs2k.ManagerBase._make_model(vendors~main.b94fae9511677b724926.js:719876)
在WidgetManager。(供应商~main.b94fae9511677b724926.js:719865)
步骤(vendors~main.b94fae9511677b724926.js:719663)
我已经做了:

$conda安装-c conda forge IPYfutify
$jupyter labextension安装jupyter vuetify
$jupyter实验室清洁和jupyter实验室建造
bash-4.2$jupyter labextension列表
>JupyterLab v2.2.9已知
> 
>labextensions:app dir:/opt/conda/share/jupyter/lab
>@jupyter小部件/jupyterlab管理器v2.0.0已启用OK
>@jupyterlab/git v0.23.2启用正常
>@jupyterlab/toc v4.0.0已启用正常
>@krassowski/jupyterlab_go_to_definition v1.0.0已启用OK
>@ryantam626/jupyterlab_code_格式化程序v1.3.8已启用OK
>bqplot v0.5.20启用正常
>jupyter传单v0.13.5启用正常
>jupyter vue v1.5.0已启用正常
>jupyter vuetify v1.6.1已启用正常
>jupyterlab drawio v0.7.0已启用正常
>jupyterlab plotly v4.14.3已启用正常
>jupyterlab_模板v0.2.5已启用正常
>nbdime jupyterlab v2.0.1已启用正常
>qgrid2 v1.1.3已启用正常*

当基本conda env已安装IPYfutify时。然后我在jupyterlab上运行了笔记本,iPyFuetify在正确执行方面没有问题

你能在jupyter笔记本上测试一下吗?(我知道这不是你的意图,但如果它不起作用,那么问题就更严重了)
bash-4.2$ conda list | grep vue  
> ipyvue                   1.5.0       pyhd3deb0d_0    conda-forge
> ipyvuetify               1.6.1       pyhd3deb0d_0    conda-forge