Is there a way for proxying an internal web service in a cell? (specially when in a binderhub)

Hi there.
I’m wondering if there is any strategy for proxying/displaying an internal web service in binderhub. For instance, I’m running a neo4j instance within the environment. It works just fine.
But is there any approach for proxying the neo4j UI within a cell/link? I’m illustrating the question with neo4j, but it could be extended to many other services that usually have a Web UI.

Thanks in advance!

Have your seen Jupyter Server Proxy?

1 Like

Thanks! It helped me a lot.