Pascal Bugnion

Results 90 comments of Pascal Bugnion

I guess that's what you mean by "which should probably be moved to documentation to consolidate and harmonize"? If so, then I agree.

Just to clarify, were you planning on doing that? If so, the source is in `docs/source/authentication.rst`. Alternatively, I can do it in the near future, but I probably won't merge...

Thanks for raising this. I just ran your example and it worked fine. Your error looks like it's caused by the Python parser failing to parse the source code. Could...

I have been able to reproduce this by running Python 3.7. I believe the issue is with the underlying ipywidgets embedding code. I will investigate this further. Re-opening this for...

The underlying ipywidgets issue is referenced here: https://github.com/jupyter-widgets/ipywidgets/issues/2277

For anyone interested in this, I suggest tracking [PR 2278](https://github.com/jupyter-widgets/ipywidgets/pull/2278) on ipywidgets.

I'd recommend using a virtual environment with Python 3.6. I believe IPywidgets has several incompatibilities with Python 3.7 at the moment.

I would recommend asking that directly in [ipywidgets](https://github.com/jupyter-widgets/ipywidgets), where any answer is likely to be more useful and seen by more people.

Thanks very much for submitting a work-around -- it's really valuable!

Gmaps supports circles natively via the drawing layer since version 0.8.4. It's just poorly documented. Read [docs on the drawing layer](https://jupyter-gmaps.readthedocs.io/en/latest/tutorial.html#drawing-markers-lines-and-polygons). As well as lines, polygons etc. you can also...