Skip to content

Instantly share code, notes, and snippets.

View mcmanus-git's full-sized avatar

Michael M mcmanus-git

  • Michigan United States
View GitHub Profile
@mcmanus-git
mcmanus-git / page3.py
Created February 5, 2023 04:25
Plotly Dash 2.7 page3.py Boilerplate
from dash import html, register_page #, callback # If you need callbacks, import it here.
register_page(
__name__,
name='Page 3',
top_nav=True,
path='/page3'
)