It seems simple to use Supervisor to start multiple JupyterLab instances and a Caddy reverse proxy to access them. But there are some tricks to know, especially used with uv for environment management.
JupyterLab can be interactive with IPython widgets. But we can also make the plot interactive and act like a GUI app!
记录一些我实际遇到的关于 Jupyter 使用,Numpy 和 Pandas 数据处理,以及 Matplotlib 绘图相关的一些问题和解决方案。