Limitations with Jupyter Notebooks in Workspaces

This documentation is for Dash Enterprise.
Dash Enterprise is the fastest way to write & deploy Dash apps and
Jupyter notebooks.
10% of the Fortune 500 uses Dash Enterprise to productionize AI and
data science apps. Find out if your company is using Dash Enterprise.

This page applies to Dash Enterprise 5. If your organization uses Dash Enterprise 4, view the Workspaces docs at https://<your-dash-enterprise-server>/Docs/workspaces.

Dash app running on <a href="http://0.0.0.0:8050/workspace/view/workspace-&lt;appname&gt;">http://0.0.0.0:8050/workspace/view/workspace-&lt;appname&gt;</a>

Replace 0.0.0.0:8050 with your Dash Enterprise domain URL when accessing the app in another tab or preview mode as a workaround:

<a href="https://&lt;your-dash-enterprise-server&gt;/workspace/view/workspace-&lt;appname&gt;">https://&lt;your-dash-enterprise-server&gt;/workspace/view/workspace-&lt;appname&gt;</a>

Upgrade to latest versions of dash and jupyter_dash to resolve this issue.

Note: Don’t forget to update your requirements.txt file by first changing the versions of the required packages accordingly.

Upgrading dash:
bash pip uninstall dash pip install dash

Upgrading jupyter-dash:
bash pip uninstall jupyter-dash pip install jupyter-dash