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` - protobuf `pip install protobuf` Will this work instead?- ipykernel `pip install ipykernel` - grpcio `pip install grpcio` - protobuf `pip install protobuf` Thanks Denny