KevinGG commented on pull request #16883: URL: https://github.com/apache/beam/pull/16883#issuecomment-1050433217
I'm seeing > NameError: name 'display' is not defined. So this upgrade is not backward compatible. We need to change all occurrences of `from IPython.core.display import display` into `from IPython import display`. Can you assign the ticket to me? This version upgrade is not urgent, we may lower the priority because the dependency group is for Interactive Beam. Apache Beam SDK itself doesn't depend on ipython. The new 8.x version I'm seeing is 8.0.1. I think we might want to wait for a while in case there are bugs in this early major version upgrade. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
