Way to visualize multiple Dash components in different cells of a Jupyter notebook

I am integrating with the notebook and in the notebook itself, I can only see the result after using app.run()

The question is: Does an alternative way currently exist to see components/results individually per cell without needing to run multiple app.run() (on different ports)?