dash_install code example
Example 1: dash_install
from jupyter_dash import JupyterDash as Dash
[other dash imports]
Example 2: dash_install
from jupyter_dash.comms import _send_jupyter_config_comm_request
_send_jupyter_config_comm_request()
from jupyter_dash import JupyterDash as Dash
[other dash imports]
from jupyter_dash.comms import _send_jupyter_config_comm_request
_send_jupyter_config_comm_request()