Skip to content

Commit

Permalink
Merge pull request #93 from yacchin1205/fix/remove-workaround-8ce24bc
Browse files Browse the repository at this point in the history
Revert workaround 8ce24bc
  • Loading branch information
yacchin1205 committed May 30, 2023
2 parents cdca085 + 55f1ae7 commit a2c50de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ RUN mkdir -p /etc/ansible && cp /tmp/ansible.cfg /etc/ansible/ansible.cfg
#### Visualization
RUN pip --no-cache-dir install folium

### Workaround: Jupyter Notebook ‘zmq message arrived on closed channel’ Error
### https://github.com/jupyter/notebook/issues/6721
RUN pip --no-cache-dir install --upgrade "pyzmq<25" "jupyter_client<8"

### extensions for jupyter
#### jupyter_nbextensions_configurator
#### jupyter_contrib_nbextensions
Expand Down

0 comments on commit a2c50de

Please sign in to comment.