[IPython-dev] Multi-Dashboard

Derek O'Connell doc at doconnel.f9.co.uk
Tue Nov 12 02:26:09 EST 2013


On 12/11/13 07:02, Matthias BUSSONNIER wrote:
>
>  Le 12 nov. 2013 à 00:41, Derek O'Connell a écrit :
>
> > I'm running multiple local NB servers and want to see all the
> > dashboards in one page. The obvious thing to do is to create a
> > notebook using iframes to contain each dashboard. Seems to work but
> > should I expect any problems?
>
>  No, that should work. We'll probably get a way to navigate border in
>  UI by december and 2.0.

Good to know!

>
>
> > Here's the code I'm using:
> >
> > from IPython.display import HTML
>
>  Why not import IFrame ? :-)

Given the amount of white space in the dashboard I'm now putting two on 
a row using:

iframe = '<iframe src=http://127.0.0.1:{}/ width=49% height=800></iframe>'

Wouldn't IFrame restrict me to one per row/output?

-D



More information about the IPython-dev mailing list