jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

jupyter notebook and jupyter console depend on diffrent versions of prompt-toolkit #437

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

i have python 3.7 installed. I installed jupyter like so:

python -m pip install --upgrade pip python -m pip install jupyter

i get the following error message:

ipython 7.0.1 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.

so jupyter notebook is broken now but jupyter console works. (witch i don't care for=

if i do:

python -m pip install --upgrade prompt-tookit

i get: jupyter-console 5.2.0 has requirement prompt-toolkit<2.0.0,>=1.0.0, but you'll have prompt-toolkit 2.0.5 which is incompatible.

now jupyter console is broken but jupyter notebook works.

minrk commented 5 years ago

This is fixed by jupyter-console 6