-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting IJulia notebook as .html does not export sliders #71
Comments
This would indeed be an awesome feature, but is no mean feat to accomplish. I wonder why widgets disappear though... @jdfreder help? Is there a way to keep them and show the broken kernel connection icon next to them? It will be nicer than them missing |
Hey guys, I've done this a few times in master, over a year ago ipython/ipython#5900 , but the PR went stale because of indecisiveness regarding where the state should be stored. The latest relevant work can be found here: jupyter-widgets/ipywidgets#151 |
@jdfreder any progress on being able to convert this interactive plot to an .html to host on a website? |
Hi @CorySimon , the latest version of the notebook and ipywidgets adds a "widgets" dropdown menu to the menu bar. In there you'll find a button for exporting HTML that can be used to embed widgets into static HTML pages. |
@jdfreder AWESOME. When I update the Jupyter Notebook to version 4.2.0, I do see the "widgets" dropdown menu. However, with this update, the widget (slider bar) does not appear using Interact.jl for the example on the github page. Ubuntu 14.04, Google Chrome, Julia 0.4.5, |
My goal is to host on my website the interactive plot from With the new Jupyter Notebook, there is a widgets dropdown menu. I first download the notebook as an .html. I then copy and paste the 'Embed Widgets' script into my .html file from this dropdown menu. I do not see an interactive plot, like I do in the notebook. Is it possible to export this and host it on my website? Please help! |
I would like to export the plot with the slider as an .html to host on my website. Is this possible, or does Interact.jl require the IJulia notebook to be running in the background? Apologies if this is a dumb question, but this would be an awesome feature...
The text was updated successfully, but these errors were encountered: