Share static dashboard

71 views
Skip to first unread message

Nikoloz Mamisashvili

unread,
Jul 29, 2017, 7:09:57 AM7/29/17
to Project Jupyter
Hello everyone,

I am a fan of Jupyter nobebook. 
I work in a company and I make some plots and I make fancy dashboard with Jupyter Dashboard.

What I want is to share static html (without widgets and python functions) of the dashboard view to my boss who does not have python on his computer.

Is there a way to convert dashboard view to static html?

Thank you in advance.

Denis Akhiyarov

unread,
Jul 30, 2017, 12:45:19 AM7/30/17
to Project Jupyter
ipywidgets 6.0 should support this:

https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html

https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/embedding.md

For anything fancier you probably need to use bqplot, bokeh, or plotly.

Nikoloz Mamisashvili

unread,
Jul 30, 2017, 3:04:17 AM7/30/17
to jup...@googlegroups.com
Thank you so much Denis, but I checked the documentation and there is nothing about dashboard view. 

I know how to create static HTML from my notebook but i don't know how to convert Dashboard view layout to static HTML.
If there is a way, please explain a little bit more explicitly. This issue is very important for me.

Thank you in advance.


--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/v5Xt9s0rB7g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/fac20553-2941-4fe0-94e4-d0faa856b9ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Denis Akhiyarov

unread,
Jul 30, 2017, 2:22:43 PM7/30/17
to Project Jupyter
The link I gave was only for notebook widgets. This does not look possible for jupyter dashboards, since you still need to run the server for the dashboard.

So your boss can look at jupyter dashboard deployed as web-app and the backend should run somewhere on your server:

http://blog.ibmjstart.net/2016/04/26/2822/

Here is animation how this is done in practice:

http://bit.ly/2v8YTWn

Nikoloz Mamisashvili

unread,
Jul 31, 2017, 1:10:56 AM7/31/17
to jup...@googlegroups.com
Thank you very much.

--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/v5Xt9s0rB7g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.

Denis Akhiyarov

unread,
Jul 31, 2017, 11:48:56 PM7/31/17
to Project Jupyter
Someone is asking a similar question on SO:

https://stackoverflow.com/q/41045993/2230844

Reply all
Reply to author
Forward
0 new messages