enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
81 stars 26 forks source link

Remove IPython #496

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

This PR removes IPython-related components from Envisage. Those components had little to do with the core domain of Envisage itself, and were proving too burdensome to maintain in the face of an ever-changing IPython ecosystem.

Closes #497