[jupyter] Re: Magic to embed maps in notebooks

2017-12-12 Thread Tony Hirst
Okay - added layering - pass a map in as a variable name pointing to a map in the -b argument: x = %folium_map -m 52.0250,-0.7084,"My marker" %folium_map -b x -m 52.02,-0.708,"My other marker" On Tuesday, 12 December 2017 13:46:13 UTC, Tony Hirst wrote: > > @Lawrence > > Yeah, I was

[jupyter] Re: Magic to embed maps in notebooks

2017-12-12 Thread Tony Hirst
@Lawrence Yeah, I was wondering that... I guess it could return the map object to let you play with it, or pass a map object into it, which would let you build up layers/ Re: cell magic, I wasn't clear in my own mind how that would work any simpler than just writing py/folium statements? @Tim

Re: [jupyter] Re: Magic to embed maps in notebooks

2017-12-11 Thread Tim Head
On Mon, Dec 11, 2017 at 5:37 AM Lawrence D’Oliveiro wrote: > On Monday, December 11, 2017 at 7:19:28 AM UTC+13, Tony Hirst wrote: >> >> Whilst trying to show folk how easy it was to embed interactive maps in >> notebooks using things like folium, I kept getting the

[jupyter] Re: Magic to embed maps in notebooks

2017-12-10 Thread Lawrence D’Oliveiro
On Monday, December 11, 2017 at 7:19:28 AM UTC+13, Tony Hirst wrote: > > Whilst trying to show folk how easy it was to embed interactive maps in > notebooks using things like folium, I kept getting the response that it > still required code familiarity which would be a blocker to some. So I >