Jupyter Dash not working

hi @mbacvanski
Try installing dash v2.11.0. (pip install dash==2.11.0).

JupyterDash is now part of the core Dash package, so you don’t have to import JupyterDash or instantiate Dash any differentely. All the code that you see in the docs should work as is in jupyter notebooks.

An announcement about Dash 2.11 will be coming out soon.