Massimo Di Stefano

Results 35 issues of Massimo Di Stefano

HI! i was trying to plot a pandas dataframe using bearchart. i goot it working with some date but it is giving me a weird error `"year out of range"`...

the [simbolic link to the cv python library](https://github.com/janza/docker-python3-opencv/blob/master/Dockerfile#L52) should point to the installed python version, so if you use python3.9 it should be: ```dockerfile RUN ln -s \ /usr/local/python/cv2/python-3.9/cv2.cpython-39m-x86_64-linux-gnu.so \...

Hi, I'm trying to port those very helpful notebooks to run under latest version of the jupyter-notebook. I was able to successfully convert the `[01_interact , 02_gui , 04_dataviz]` notebooks,...

I’m trying to visualize a polyline in cesium via czml. The czml I’m trying to load is available at: https://gist.github.com/ae4c6bf491949e711ab7 unfortunately, I'm not able to visualize it in cesium. Is...

Trying to load a `jpg` image in `ipyleaflet` using `ImageOverlay` I got different behaviour between the standard notebook interface and jupyterlab. The following code work in a standard notebook but...

Bug

Hi, attempting to add a widget to switch between a list of map projections, I wasn't able to find a method to interact with the `map.crs` attribute. I tried to...

Hi, Is there a way to "programmatically" change the layer order in a map widget? From https://leafletjs.com/examples/map-panes/ I see this option is available when a `map.pane` is created, to then...

Attempting to buld a simple `latex` file : ```latex \documentclass{article} \usepackage{graphicx} \begin{document} \title{Introduction to \LaTeX{}} \author{Author's Name} \maketitle \begin{abstract} The abstract text goes here. \end{abstract} \section{Introduction} Here is the text...

bug

## Description Attempting to add a tooltip to a checkbox, I can't modify the default value. The [docs](https://github.com/jupyter-widgets/ipywidgets/blob/f8758accc22f2be97582e1cec0f8c445d0055b1c/packages/schema/jupyterwidgetmodels.v7-5.md#checkboxmodel-jupyter-widgetscontrols-150-checkboxview-jupyter-widgetscontrols-150) claim it defaults to description - but can be changed by using...

maybe related to https://github.com/pydap/pydap/pull/152 and https://github.com/pydap/pydap/issues/164 Trying to get a netcdf data served via PyDap. The file in question works fine in a standard python console with direct access using...