-
-
Notifications
You must be signed in to change notification settings - Fork 1
Do you think this package would enable a person to plot Python Plotly code in a julia notebook? #14
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
Comments
Thank you for finding this pacakge.
I believe we can display |
If you like to create application with Dash.jl check this out: |
Our package converts Python plotly objects into PlotlyJS.jl objects using the following code: Lines 16 to 28 in aa9a8b2
Therefore our package should work as long as PlotlyJS.jl lives. |
Argghh!! that is the best part. Thanks that perfectly answers my question. |
I am torn between dash.jl and pluto.jl I think its too much work to keep track of HTML divs. In Python, streamlit has meant you can make web apps without managing all the HTML, I am hoping to find a similar approach to streamlit in Julia, Pluto might work. So far using plotly.jl in pluto gives me errors, so I might come around to dash after all. |
Hi, @russelljjarvis I've updated PyPlotly so that we can display plotly object on Pluto notebook. How to reproduce:Clone PyPlotly again (or run $ git clone https://github.com/AtelierArith/PyPlotly.jl.git
$ cd PyPlotly.jl
$ julia --project=@. -e 'using Pkg; Pkg.instantiate()' Then, initialize Pluto.jl via Access to https://github.com/AtelierArith/PyPlotly.jl/blob/main/playground/pluto/jlsample.jl |
This is super interesting. Thanks for continuing the thread, I will replicate it! |
I replicated it, its great the real time CPU visualization with plotly works on my computer! Do you think you could build it on pluto-on-binder too? http://pluto-on-binder.glitch.me/ This would be like a public dashboard portal almost. |
No worries. You have created a great tool. I think public julia dashboards are still in the early days. have you seen next journal? Its not really like a public dashboard website, but it at least renders and makes shareable interactive diagrams in Julia notebooks There are instructions on how to setup PlutoSliderServer here for deployment on something like digital ocean, but it does not look fun. |
Thank you so much! 😄
Well, there is a Julia library https://github.com/GenieFramework/Stipple.jl
Yes, this is very cool I think. |
I think the deployment options are:
|
Do you think your package would enable a person to plot Python Plotly code in a julia notebook or Pluto?
I think the variety of possible and tested plots is reduced for julia plotly versus python plotly especially for network apps. I want to make a julia dashboard app, that resuses already established Python plotly apps where possible.
The text was updated successfully, but these errors were encountered: