Re: ipython interpreter prerequisites

2021-10-27 Thread denny wong
gt; Hi > Question about the ipython interpreter prerequisites.  The jupyter module > version ( https://pypi.org/project/jupyter/) is pretty old.  Can it be > replaced by ipykernel module (https://pypi.org/project/ipykernel/)? > > Prerequisites > - Jupyter `pip install jupyter` >

Re: ipython interpreter prerequisites

2021-10-27 Thread Jeff Zhang
I don't think so, at least we need jupyter-client module as we use jupyter-client api to connect with ipython kernel. denny wong 于2021年10月28日周四 上午11:24写道: > Hi > Question about the ipython interpreter prerequisites. The jupyter module > version ( https://pypi.org/project/jupyter/)

Re: ipython interpreter prerequisites

2021-10-27 Thread denny wong
Hi Question about the ipython interpreter prerequisites.  The jupyter module version ( https://pypi.org/project/jupyter/) is pretty old.  Can it be replaced by ipykernel module (https://pypi.org/project/ipykernel/)?   Prerequisites - Jupyter `pip install jupyter` - grpcio `pip install grpcio