python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
iPyWidgets FileUpload not working as I expect it
Im currently trying to load a file in my jupyter notebook, to read it's content.
My Code:
file = widgets.FileUpload(
description= 'Title',
accept='.csv',
multiple=False,
)
box = widgets.HB...
user111
Votes: 0
Answers: 2
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 particu...
JFerro
Votes: 0
Answers: 0
ipywidget Dropdown 'new' value contains multiple objects
I am building some interactive graphs and am trying to build one with second dynamic dropdown based on the first.
def update_dropdown(change):
global country_list
global country_list2
glob...

Mike Zoucha
Votes: 0
Answers: 1
Dynamic ipywidgets function for matplotlib does not print the plot
I am using this tutorial and want to create a basic interactive scatterplot with n-columns.
My data looks like:
psm pb procedures
36 999 33
25 567 34
24 352 20
45 456 24
My code:
import pandas a...

Anakin Skywalker
Votes: 0
Answers: 1