patrickfuller / imolecule

An embeddable webGL molecule viewer and file format converter.
http://patrickfuller.github.io/imolecule/
MIT License
86 stars 18 forks source link

Jupyter notebook compatibility warning #22

Closed jhrmnn closed 8 years ago

jhrmnn commented 8 years ago

Importing imolecule in IPython 4 (Jupyter) generates following warning:

ShimWarning: The IPython.html package has been deprecated. You should import from notebook instead. IPython.html.widgets has moved to ipywidgets. "IPython.html.widgets has moved to ipywidgets.", ShimWarning)

P.S. Great project, thanks!

patrickfuller commented 8 years ago

This is already fixed in the development version, but I never incremented the version on PyPI.

Try pip install -U imolecule and see if the issue's fixed.

jhrmnn commented 8 years ago

Ah, of course. Works without a problem.