jupyter / dashboards_server

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

Where are the copies of the published dashboards stored? #289

Closed rs2 closed 7 years ago

rs2 commented 8 years ago

When you see a list of published dashboards on the default port 3000, how are those dashboards actually stored, together with their bower dependencies?

jhpedemonte commented 8 years ago

Currently, if you export a dashboard using Declarative Widgets from the Notebook, it is packaged up into a zip file along with the bower dependencies for Declarative Widgets. Similarly if you use the syntax to associate resources.

Then, when uploading to the dashboard server, the zip is unpacked into the data directory specified by the dashboard server config (NOTEBOOKS_DIR). The contents of the zip are stored in a directory with the same name as the zip file. The notebook is set as index.ipynb inside that directory.

parente commented 7 years ago

@rs2 I'm going to close this. If you have further questions on this topic, feel free to reopen.