jupyter / dashboards_server

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

What is the alternative to dashboards server? #339

Open silgon opened 6 years ago

silgon commented 6 years ago

You make clear that dashboardss_server is retired in the Readme.txt file. However, if it is retired, it's there another solution? Or in any case we should keep using dashboards_server? I saw this project in action yesterday, and it is pretty neat, that's why I ask.

Thanks!

iamshwin commented 6 years ago

Thanks silgon - I'm also looking for an alternative. I find it's a great tool, and have been using it for some time now.

Would be keen to see if anyone has any thoughts?

NBViewer could be used in a similar way?

parente commented 6 years ago
DougRzz commented 6 years ago

@iamshwin https://github.com/pbugnion/ipywidgets_server This package serves Jupyter Widgets which are connected to a Python kernel. I have successfully created a dashboard which includes BQPlot and Ipyvolume, qGrid widgets.