Version: [`v2.3.0+04e6783`](https://github.com/coder/coder/commit/04e67836a500d668c0bd3c8eb825c799a893dbb0) python ports showing in `ports` workspace UI when running Jupyter This is an annoyance and should be hidden.  Temporary fix is to disable the ports UI app in `coder_agent` ```hcl display_apps { port_forwarding_helper = false } ```