[IPython-dev] Multi-Dashboard

Matthias BUSSONNIER bussonniermatthias at gmail.com
Tue Nov 12 04:55:22 EST 2013


Le 12 nov. 2013 à 08:26, Derek O'Connell a écrit :

> 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!

You can already sorta navigate by editing the URL.

> 
> iframe = '<iframe src=http://127.0.0.1:{}/ width=49% height=800></iframe>'
> 
> Wouldn't IFrame restrict me to one per row/output?

Yes, that's true.
-- 
M


More information about the IPython-dev mailing list