Does JupyterLab or notebook support redirecting its API requests to a different server instead of jupyter server?
I have created my equivalent of jupyter server using fastapi which handles all sessions, content, kernels api which I want to wire up or run with a frontend like notebook or lab
1 Like
equivalent of jupyter server using fastapi
sounds similar to:
so yes, you can use a different server.
1 Like