dashboards_bundlers
dashboards_bundlers copied to clipboard
[RETIRED] Converts a notebook to a dashboard and deploys it / downloads it
Hello, I get the following issue: d:\Users>pip install jupyter_dashboards_bundlers Requirement already satisfied: jupyter_dashboards_bundlers in c:\programdata\anaconda3\lib\site-packages Requirement already satisfied: notebook>=5.0 in c:\programdata\anaconda3\lib\site-packages (from jupyter_dashboards_bundlers) Requirement already satisfied: requests>=2.7 in c:\programdata\anaconda3\lib\site-packages (from...
I get 500 : Internal Server Error in my browser with 'Deploy as Dashboard on Jupyter Dashboards Server' when notebook contains declarative widgets code. Works fine otherwise. Workaround is to...
Hello, I have installed and set up `dashboads_bundlers` with pip without any error (notebook 4.2, python 2.7 on a debian machine). `jupyter_dashboards` and `jupyter_cms` are also installed and running. However,...
Once a notebook is deployed as a local dashboard, you get 404s in the console on URLs like https://localhost/user/yiqun/files/local_dashboards/hello_world/static/nbextensions/widgets/widgets/css/widgets.min.css Failed to load resource: the server responded with a status of...
```bash jupyter dashboards_bundlers quick-setup --sys-prefix --debug Searching [u'/spare/local/akshayd/pylib/stonepy/pylib/bin', '/apps/stonefs1/akshayd/.jupyter', '/apps/stonefs1/akshayd/venv/akshayd.20161227-stonelib/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files Looking for jupyter_config in /etc/jupyter Looking for jupyter_config in /usr/local/etc/jupyter Looking for jupyter_config in /apps/stonefs1/akshayd/venv/akshayd.20161227-stonelib/etc/jupyter...
``` Skip calling abspath and the normalization that turns \\ into \ on Windows. ``` (c) Copyright IBM Corp. 2016
Else `jinja`'s `FileSystemLoader` does not find the template and you get a `500` error: https://github.com/jupyter-incubator/dashboards_bundlers/blob/master/dashboards_bundlers/local_deploy/__init__.py#L213 `replace('\\', '\\\\')` is hacky, but is sufficient for Windows non-UNC paths.