Ich habe sowohl IPython als auch IPython3 installiert. Ich habe IPython kürzlich mit pip auf Version 5.3.0 aktualisiert. Ich kann jedoch nicht herausfinden, wie ich IPython3 aktualisieren kann. Es liegt derzeit bei Version 2.4.1.
Antwort1
Verwenden Sie pip3
dazu:
sudo apt install python3-pip
pip3 install --upgrade pip --user
pip3 install --upgrade ipython --user
Verfügbare Versionen sind: 5.4.1, 6.1.0