larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

editor does not start with jupyter_client 6.0+ #209

Closed gdementen closed 4 years ago

gdementen commented 4 years ago

jupyter_client >=6.0 is incompatible with ipykernel <5.2

ref: https://github.com/ipython/ipykernel/pull/489/

The problem is that ipykernel 5.2 is not available yet on anaconda, so I will pin jupyter_client<6 in the meantime.