jupyter / dashboards_server

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

Failed to parse SourceMap: components/dashboard.js.map #283

Closed rs2 closed 8 years ago

rs2 commented 8 years ago

The dashboard server says (in the console):

Failed to parse SourceMap: http://servername:3000/components/dashboard.js.map

The dashboard (visually) renders OK.

It looks like a responsive UI issue. How can I get more information about the root cause?

parente commented 8 years ago

This log line in the JS console just means that the built package does not include a source map file that makes debugging the webpacked JS easier in the browser. It's harmless.

jhpedemonte commented 8 years ago

The browser only attempts to query the source map when you have the developer console / inspector open. As @parente stated, this is a harmless error.

rs2 commented 8 years ago

Where can I read/talk to you guys about the interaction of dashboards server/kernel gateway/thebe/jupyter notebook to understand the workflow and constraints?