I want to use flask in jupyter hub.
So when I looked at the relationship between jupyter hub and flask, I found something that I had to set up separately.
https://github.com/jupyterhub/jupyterhub/blob/master/examples/service-whoami-flask/whoami-flask.py
Is there any way to use flask other than this?
For example
I used to use it like this.
app.run(host = "xxx.xx.xxx.xxxx" , port = 12345)
But it didn't work for me, even if it didn't work.
Please help me.