How can you create a multi-page Dash app in jupyterlab notebook?

Can this be done or do I need to use a different IDE?

I worked through the multi-page example from Charming Data’s youtube channel and tweaked it to make a multi-page app, but most of my time is spent with Jupyterlab notebooks and wanted to see if I could work in that environment exclusively.

Thanks!

A multipage Dash app is just a Dash app, which happens to have a callback that takes care of swapping out the page contents according to the current URL. I’m pretty sure this should work fine :slight_smile: