[IPython-dev] widget/interact modules?

Damián Avila damianavila at gmail.com
Wed Nov 27 08:09:45 EST 2013


First, try cleaning you browser cache... and reload the dashboard and try
again...

BTW, I usually use piscisaureus approach... just I have installed IPython
master before fetching branches:

python setupegg.py develop

and then I follow:

git fetch origin
git checkout pr/4374
git submodule update

And the examples at /ipython/examples/widgets are working for me...

I am not used to pip install -e ".[notebook]", but I think it does the same
as develop...




2013/11/27 Derek O'Connell <doc at doconnel.f9.co.uk>

> Thanks Damián. I followed advice here...
>
> https://gist.github.com/piscisaureus/3342247
>
> ...and did:
>
> git fetch origin
> git checkout pr/4374
> git submodule update
> pip install -e ".[notebook]"
>
> The server starts without warnings but the dashboard reports "Error
> connecting to server". Also if I fire up a console and try "from
> IPython.html.widgets.interact ..." I also get as far as "widgets", still
> no "interact" module. Any suggestions?
>
> On 27/11/13 11:00, Damián Avila wrote:
> > Currently this PR contains the widget stuff:
> > https://github.com/ipython/ipython/pull/4374
> >
> >
> > 2013/11/27 Derek O'Connell <doc at doconnel.f9.co.uk
> > <mailto:doc at doconnel.f9.co.uk>>
> >
> >     Which repo contains the widget & interact modules?
> >     _______________________________________________
> >     IPython-dev mailing list
> >     IPython-dev at scipy.org <mailto:IPython-dev at scipy.org>
> >     http://mail.scipy.org/mailman/listinfo/ipython-dev
> >
> >
> >
> >
> > --
> > Damián Avila
> > Scientific Python Developer
> > Quantitative Finance Analyst
> > Statistics, Biostatistics and Econometrics Consultant
> > Biochemist
> >
> >
> > _______________________________________________
> > IPython-dev mailing list
> > IPython-dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Damián Avila
Scientific Python Developer
Quantitative Finance Analyst
Statistics, Biostatistics and Econometrics Consultant
Biochemist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20131127/85793d68/attachment.html>


More information about the IPython-dev mailing list