When I run one of these sample apps from a jupyterlab cell like this:
%run -i '/home/ec2-user/SageMaker/dash-sample-apps/apps/dash-live-model-training/app.py'
The Dash pane pops up, and the app loads, but only partially. Very simple apps seem to load in their entirety, but more complicated graphics don't get displayed.
I'm running JupyterLab through AWS SageMaker. I've downloaded the dash-sample-apps repository and modified a couple of the app.py files with:
When I run one of these sample apps from a jupyterlab cell like this:
%run -i '/home/ec2-user/SageMaker/dash-sample-apps/apps/dash-live-model-training/app.py'
The Dash pane pops up, and the app loads, but only partially. Very simple apps seem to load in their entirety, but more complicated graphics don't get displayed.
Here are two examples of partial loading:
And here is my
pip freeze
:Any idea why this is occurring?