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.
1 parent f3951d4 commit 6bf54eaCopy full SHA for 6bf54ea
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