[IPython-dev] Including javascript from a static library

Matthias BUSSONNIER bussonniermatthias at gmail.com
Wed Jun 5 13:39:42 EDT 2013


Le 5 juin 2013 à 18:52, TARUN GABA a écrit :

> Actually i want to run the script
> display from a .py file, as in a module.
> 

This Does not answer the question. 

doing 

> Javascipt('….')
> Javascrip('….')

or 

> display(Javascipt('….'))
> display(Javascrip('….'))

are not the same. 

Can't tell you what's wrong if we don't know what's happening.

> Moreover when i try to issue to libraries from a single cell, only
> second one gets called. For calling x libraries do i need to put those
> in x different cells?

Yes you can inject N Library in 1 cell. 
depends on how you write your calls.

-- 
Matthias




More information about the IPython-dev mailing list