jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
454 stars 167 forks source link

Vue widget #201

Open oscar6echo opened 2 years ago

oscar6echo commented 2 years ago

I am trying to create a "vue-widget" similar to the existing "react-widget".

The only reference I found is this repo: studyhub-co/jupyterlab_vue
Which is commented on this discourse.jupyter.org thread.

Questions:

oscar6echo commented 1 year ago

@jtpio this is the issue I mentionned.

Just created a PR (not working) to show the current state of my failed attempt: PR 233

jtpio commented 1 year ago

Thanks @oscar6echo :+1:

12rambau commented 1 year ago

judt jumping here: is this corresponding to your needs ?

https://github.com/widgetti/ipyvue

oscar6echo commented 1 year ago

Well this is an ipywidget, with js based on vue, while here the objective is to build a jupyterlab extension 'vue-widget' similar to the example react-widget.

No python involved.