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 
> wondered whether magic might be a way to try to simplify it.
>
> Example magic here: https://github.com/psychemedia/ipython_magic_folium
>
>
Cool. Can you have other stuff in the same cell? E.g.

    ... stuff before ...
    %folium ...
   ... stuff after ...

If not, let me suggest making it a cell magic rather than a line magic. 
Then you can also use the rest of the cell contents for purposes such as 
adding overlays.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/03b11eef-db61-4ac4-b2f2-8edd6c860bbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to