jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

import pandas as pd, then pd.something yields pd not defined error #210

Closed parente closed 8 years ago

parente commented 8 years ago

Looks very similar to the bug where certain cell executions were being skipped because of the way the DOM was laying them out. Just hit it again on 0.5.0. But this time, I don't think it's related to the size of the window or the DOM order.

Will provide websocket logs and details soon. Just noting it for now.

parente commented 8 years ago

Paired with @jhpedemonte. Need to look into first load of notebook being async vs cached loads coming back synchronously. Looks like not all code cells are being replaced server side. Client seems to be sending everything.