Open oliver-sanders opened 3 years ago
Note, need to go over rosie disco
functionality at the same time to ensure it's all working, rosie disco stop
has broken.
Jupyter Server is pinned at tornado>=6.1
which brings us into conflict:
We will have to drop Tornado for a WSGI compatible web framework.
Removing the bug after #2493, bumping to 2.0.0.
WSGI support has been removed at Tornado 6 which has broken
rosie disco
.https://github.com/tornadoweb/tornado/issues/2792
~Need to fix the issue or pin tornado to <6.0 (which may conflict with other parts of the stack).~
Need to swap Tornado for a WSGI compatible web framework.