gengliangwang commented on pull request #29679:
URL: https://github.com/apache/spark/pull/29679#issuecomment-689291599
Just confirmed on my local env:
```
$ python3 -c 'import importlib.util;
print(importlib.util.find_spec("IPython") is not None)'
True
$ python3 -c 'import importlib.util;
print(importlib.util.find_spec("ipython") is not None)'
False
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]