We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to run some async stuff when we start the server. Currently we are hacking this into initialize_settings:
initialize_settings
cylc-uiserver/cylc/uiserver/app.py
Lines 454 to 461 in b007b5f
Jupyter Server may acquire a less hacky interface for this in the future: jupyter-server/jupyter_server#1329
We should migrate to this in due course. Remember to bump the jupyter_server dependency when doing this.
jupyter_server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to run some async stuff when we start the server. Currently we are hacking this into
initialize_settings
:cylc-uiserver/cylc/uiserver/app.py
Lines 454 to 461 in b007b5f
Jupyter Server may acquire a less hacky interface for this in the future: jupyter-server/jupyter_server#1329
We should migrate to this in due course. Remember to bump the
jupyter_server
dependency when doing this.The text was updated successfully, but these errors were encountered: