https://docs.jupyter.org/en/latest/projects/architecture/content-architecture.html
Through this article I learned about the architecture of jupyter notebook, which uses the websocket protocol to interact with the notebook server
But in this picture, the jupyter server is gone, instead there is a jupyter client. Does the notebook interact with the jupyter client through zeroMQ? Is websocket abandoned?
Maybe this picture is out of date
https://docs.jupyter.org/en/latest/#sub-project-documentation
In this article, I found that jupyter server still exists