afonit

Results 18 issues of afonit

### Background: The 'Render with Voila' button is great when checking the voila view of a notebook, but it currently shows everything. Often times voila is ran with some configuration...

jupyterlab-preview

Seeing https://bqplot.github.io/bqplot-gallery/, I was inspired by the `K-means Clustering` example to revisit something I created with altair and convert it to bqplot. I had created an interactive voila page to...

I am not seeing any existing issues with this request so creating a new issue. If possible, have the ability to have a plot title contain Markdown and/or HTML. Currently...

I was reading through https://bqplot.readthedocs.io/en/latest/_modules/bqplot/figure.html?highlight=padding_y# and was wondering if `padding_y = 0` should affect the top padding as well as the bottom padding? When I apply it to a plot,...

When plotting a histogram with Labels, I can only get the labels to show up if I split the cell before the labels, if it is all in one cell...

Bug

Use the Mobile Patent Suits example from the examples folder - have JupyterLab in the dark theme, the text in the plot (except for the title) is all black and...

Bug

This is an attempt at resolving: https://github.com/jupyter-widgets/ipyleaflet/issues/989 I modeled the logic after: https://github.com/jupyter-widgets/ipyleaflet/issues/379 I was able to follow the steps outlined in: https://ipyleaflet.readthedocs.io/en/latest/installation/index.html I have the development environment up and...

This may be similar to what was implemented for TileLayer: https://github.com/jupyter-widgets/ipyleaflet/issues/379 I noticed that when I add ImageOverlay (the images are hosted through voila eg) https://voila.data.com/voila/files/static/geo_rep/image.png)), then modify the underlying...

I searched in the issues - it seems like there are several which mention geojson not working but not the combination I mentioned above. Is it expected that the popup...

Bug

Is it possible to display a rectangle beneath an ImageOverlay? I have tried altering the order of the layers and that has no affect, I also looked to see if...