How to run dash without a port

I plan to write a dash app on a remote server without allowing to open a new port due to security purpose. I wonder if I can somehow display dash app directly in Jupyter Notebook without a port or host it in my localhost port.

1 Like

Did you find a solution to this??

Same for me. How exactly can I just draw inline in jupyter notebook the dash app on cloud jupyter notebook (for instance on Google Colab) where no port nor host configuration avaliable?