Cyrille Rossant

Results 58 issues of Cyrille Rossant

May need to tweak a few examples with custom widgets in the notebook to make them work with IPython 2.x (see [this issue in IPython](https://github.com/ipython/ipython/issues/6622)).

erratum

Posted by Anand Muglikar. > I used the ipython notebook shown below which uses your code as a base: > > http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter03_notebook/07_webcam_py3.ipynb > > On running the code, webcam opens...

bug
question

- Update widget instructions - Check other potential IPython changes - Test with the latest versions of the other dependencies

update

TODO: - [ ] Recipe 5.12 (David Sanders) - ... Also: - [ ] Add a _Credits_ section in README - Julia Evans - Jason Grout - David Sanders -...

enhancement

prettyplotlib is covered in [recipe 6.1](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter06_viz/01_prettyplotlib.ipynb). However, [Olga Botvinnik](http://www.olgabotvinnik.com/) (@olgabot) [is no longer actively developing this library](http://blog.olgabotvinnik.com/blog/2014/10/06/no-longer-actively-developing-prettyplotlib/). If you are interested in similar features for improving matplotlib's styling, you can:...

update

This is a quick fix to solve an issue I have with my project and for which auditwheel seemed to help. I don't know if this approach is suitable to...