SolaraS
Solara3mo ago
pnjun

No version of module jupyter-vue is registered

I am having trobule getting widgets created with
@compoent_vue
to display.

I can display most solara components without problems in my notebooks, but my custom
@compoent_vue
components, as well as the built in
solara.HTML
or
solara.MarkdonEditor
(that use vue components internally) fail to display.

I get no errors, just blank space.

Now, if i run this on a 'private' jupyter lab instance everything works fine, but when i try it on my institution instance it fails. I asked our administrator to install
ipyvue
and
ipyvuetify
on the main server instance and he confirmed he did, and if I run
solara.check_jupyter()
it reports that everything is fine.
However, in the javascript console, i see the erorr: "Error: No version of module jupyter-vue is registered"

Is there any other step that needs to be done server side to make ipyvue load correctly?

Ps: ipyvuetify widgets created in "pure python" (without .vue templates) display just fine

Thanks a lot!
Was this page helpful?
No version of module jupyter-vue is registered - Solara