Jupyter notebook: TypeError: __init__() got an unexpected keyword argument 'io_loop'

后端 未结 4 1412
清歌不尽
清歌不尽 2020-12-17 08:46

I recently installed jupyter notebooks on my macbook pro. When I create a new notebook, I see the following exception coming continuously on the terminal where I started the

4条回答
  •  抹茶落季
    2020-12-17 09:27

    Downgrade tornado, this worked for me.

    pip install tornado==4.5.3

    based on: https://github.com/liftoff/GateOne/issues/689

提交回复
热议问题