ipyvuetify icon indicating copy to clipboard operation
ipyvuetify copied to clipboard

Port to 'Bootstrap Vue'

Open gfournier opened this issue 6 years ago • 7 comments

Here is the port for Bootstrap Vue, it's located in this fork (bootstrapvue branch) and available in PyPi: https://github.com/gfournier/ipyvuetify/tree/bootstrapvue

Major parts of the code are standard to Vue (and not specific to Vuetify), maybe we can move on from this point.

poke @maartenbreddels @mariobuikhuizen

Code generator for 'Bootstrap Vue' is located here: https://github.com/gfournier/bootstrap-vue-api-generator

gfournier avatar Jun 05 '19 15:06 gfournier

@gfournier Have you made any attempts to pull out the bits that are not specific to Vuetify? I would like to try as I need the general infrastructure for another project.

saraedum avatar Jul 04 '19 19:07 saraedum

We plan with @mariobuikhuizen to extract the part that is generic in another project (ipyvue). The goal of such a project would be to expose ipywidgets libraries from Vue component libraries - for use in Jupyter notebooks in link with Voila templates.

gfournier avatar Jul 04 '19 20:07 gfournier

Great. Ping me if you want any help with that :)

saraedum avatar Jul 04 '19 20:07 saraedum

Cool, help is welcome, we're also planning on making a cookiecutter (and maybe a tool based on the autogenerate code) for people to make new vue based widgets very quickly. I think the best way forward is we start it a few weeks from now, we'll ping you when that starts.

maartenbreddels avatar Jul 04 '19 21:07 maartenbreddels

Sounds good. In the meantime, I might just try to work on the things here a bit, e.g., to document how to make this work in Jupyter Lab, get Hot Module Reloading, and things like that if you don't mind.

saraedum avatar Jul 05 '19 09:07 saraedum

Yes, feel free to, and feel free to reach out to us as well, we are mostly active on gitter https://gitter.im/jupyter-widgets/Lobby

maartenbreddels avatar Jul 05 '19 10:07 maartenbreddels

ipyvue is now available on https://github.com/mariobuikhuizen/ipyvue.

The changes to ipyvuetify to support ipyvue can be found here: #30.

Ping @gfournier @saraedum

mariobuikhuizen avatar Aug 14 '19 18:08 mariobuikhuizen