-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipyvuetify's widgets look doesn't respect those on Vuetify documentation site #313
Comments
I found the way to make Ipyvuetify widgets look like those on Vuetify documentation site. I found that we must to place button inside But it was not easy for me to found this solve. |
I found why
|
I see methods Now I see why Also I found that Ipyvuetify uses Vue 2 JavaScript library, that is already sunseted. |
Sorry, but there is nothing good in using such old JavaScript libraries under the hood. |
Now I see, that we need use documentation from https://v2.vuetifyjs.com/ to create Ipyvuetify widgets correctly, but there is nothing about this in documentation. |
I just found that the latest version of vuetifyjs-2 was released on Feb 14 2024. Not far ago, of course, but... |
Apologies for the oversight! It seems the links weren't updated as intended. I'll rectify this promptly. Thank you for bringing it to our attention. Additionally, we've initiated work on Vue3 and Vuetify3 support. While progress has been made with ipyvue PR #82 and ipyvuetify PR #283, recent time constraints have hindered our ability to allocate sufficient resources. However, you're welcome to explore the alpha releases for these updates: ipyvue==3.0.0a2 and ipyvuetify==3.0.0a2. Thank you for your patience and understanding! |
Hello! I started to learn Ipyvuetify. I decided to start from buttons. I use the latest version of JupyterLab and VS Code.
Almost I tested with buttons don't respect Vuetify documentation:
It's just nothing works. It's impossible to work with this library.
The text was updated successfully, but these errors were encountered: