jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Why ipython<5.0,>=4.1.0 (from jupyter-cms)? #44

Closed rs2 closed 8 years ago

rs2 commented 8 years ago

pip install jupyter-cms -U uninstalls latest ipython. Why <5.0,>=4.1.0?

parente commented 8 years ago

It's over-pinned. We can take a PR to remove the 5.0 cap. It needs greater than 4.1 for a feature.

ankostis commented 8 years ago

This pinned dependency forcefully downgrades ipython, so it badly interacts with the rest of incubator projects (dashboards, declarative widgets). A new release would be greatly appreciated. Thank you anyway.

parente commented 8 years ago

Released 0.6.0 with ipython unpinned.