Path: blob/master/Dash/Dash_Create_Navbar.ipynb
2973 views
Kernel: Python 3
Dash - Create Navbar
Tags: #dashboard #plotly #dash #naas #asset #analytics #navbar #bootstrap
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2022-08-17)
A simple app demonstrating how to manually construct a navbar with a customised layout using the Navbar component and the supporting Nav, NavItem, NavLink, NavbarBrand, and NavbarToggler components.
Requires dash-bootstrap-components 0.3.0 or later
Input
Import libraries
In [ ]:
Setup Variables
In [ ]:
Model
Utils
In [ ]:
Navbar Simple
In [ ]:
Navbar Custom
In [ ]:
Navbar Custom with logo
In [ ]:
Navbar Custom with search
In [ ]:
Navbar Custom Dashboard
In [ ]:
Create app layout
In [ ]:
Output
Generate URL and show logs
In [10]: