We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3951d4 + 6bf54ea commit d64fef4Copy full SHA for d64fef4
Dockerfile
@@ -301,7 +301,8 @@ RUN pip install bleach && \
301
pip install ipython-genutils && \
302
pip install ipywidgets && \
303
pip install isoweek && \
304
- pip install jedi && \
+ # Lastest version breaks ipython. https://github.com/ipython/ipython/issues/12740
305
+ pip install jedi==0.17.2 && \
306
pip install Jinja2 && \
307
pip install jsonschema && \
308
pip install jupyter && \
0 commit comments