Skip to main content

Questions tagged [ipyvuetify]

The tag has no usage guidance.

ipyvuetify
0 votes
0 answers
38 views

Cannot display a Widget from ipymuvue on Panel

I would like to use a Vue component library in Python. For this, I wanted to use ipymuvue rather than ipyvuetify or ipyvue because I was not able to use JS libraries in these widgets. Can I use some ...
Clément FEYTOUT's user avatar
1 vote
1 answer
19 views

Why am I getting '!!disabled!!' from a TextField in ipyvuetify?

I insert some Text into v_document, then I click v_btn_document but I get !!disabled!!. Why? import ipyvuetify as vue def on_click_get_numbers(widget, event, data): print(v_document.v_model) # ...
João Pimentel Ferreira's user avatar
1 vote
0 answers
246 views

jupyter widgets - file upload - unable to read file in databricks

I'm trying to use a jupyter file upload widget (ipywidgets/ipyvuetify..) to read a file from my local machine in a databricks notebook. I considered ipywidgets, but databricks doesn't seem to support ...
ntnrjdn's user avatar
  • 11
0 votes
2 answers
586 views

Grabbing the id of single and multiple row selected in vuetify datatables using show select prop

I want to delete the specific record from the tables based on the selection a user makes. For example, if the user selects any 3 options then a delete button should appear, and that delete button ...
hoor Iqbal's user avatar
2 votes
1 answer
88 views

Html Theme Integration in Vuetify

Can I import CSS and JavaScript files to Vuetify for importing some components? Or Can I put an entire theme that would be a basic HTML theme? For example, I found a tool that is needed in the ...
hoor Iqbal's user avatar
2 votes
1 answer
345 views

How to server jupyter-vue.js file from voila page?

I am using Jupyter and voila to serve notebook as dashboard. I am using ipyvuetify as the UI widget framework. ipyvuetify fetches some static files such as jupyter-vue.js from the internet This doesn'...
Gaurav Gogate's user avatar
0 votes
1 answer
88 views

Set height of v.TexaArea of ipyvuetify to a single row and expandable

The default height of v.Textarea seems to be ~8 rows. In order to save space in UI, can we reduce it to a single row, and make it expandable in height upon users typing. import ipyvuetify as v ...
Chenyang's user avatar
  • 171
14 votes
7 answers
51k views

Jupyter Lab issue displaying widgets (javascript error)

I have troubles replicating a JupyterLab install on a new PC. It is working fine on my previous one. I am unable to display simple widgets (like a checkbox from ipywidgets or ipyvuetify). I checked ...
Fred Dujardin's user avatar
0 votes
1 answer
493 views

Voila Ipyvuetify coud not instantiate widget error

I got this error and really I could not find a solution. I have a working version of my program previously installed on a separated working environment. I could not make new installations work even ...
Federico Manigrasso's user avatar
1 vote
0 answers
127 views

IPyvuetify: Adding Cards inside DataTable

I am creating a data table using IPyvuetify and want to display the values in one of the columns as cards. Looking at the vuetify docs for data table, there doesn't seem to be a clear way to do this. ...
gokul_uf's user avatar
  • 750
0 votes
1 answer
313 views

Control display of an ipyvuetify page by a dropdown works in notebook not in voila

I have encountered another working in notebook but not in voila issue. I have tried for a couple of hours but feel like I am still missing something and therefore seeking expert opinions here. I have ...
Chenyang's user avatar
  • 171
1 vote
1 answer
144 views

clicking an ipyvuetify button programmatically (part 2): Why .fire_event('click', None) does not work

I would like to know why one of the answers to this question is not working. run programmatically an ipyvuetify button A user said: looking at the description of the v.Btn class I found this : | -----...
JFerro's user avatar
  • 3,363
0 votes
2 answers
387 views

How to send extra **Kwargs to event click method of an ipyvuetify button

I am using ipyvuetify to create a dashboard including several buttons. here the code for one of them: import ipyvuetify as vue from ipywidgets import Output out = Output() mybtn = vue.Btn(color='...
JFerro's user avatar
  • 3,363
2 votes
0 answers
1k views

Open a url from a jupyter lab notebook rendered with voila in a new Chrome Tab

I work in a JupyterHub environment where I use to render applications with voila. One of this particular applications is supposed to be a kind of Launcher from where a user can launch (open) a ...
JFerro's user avatar
  • 3,363
0 votes
1 answer
298 views

python: how to add items to a menu of an ipyvuetify toolbar

I would like to find out the way to add items to a toolbar menu created with ipyvuetify # stack overflow toolbar = vue.Toolbar(rounded=True, color='#6BB6BC', ...
JFerro's user avatar
  • 3,363

15 30 50 per page