Hello, everyone. I’ve created a Julia package named PyPlotly.jl which provides us Julia interface for plotly.
I know, there are PlotlyJS.jl and Plotly.jl (including Plots.jl with function call plotly()), but when it comes to borrowing code written in Python, especially including import plotly.graph_objects as go and import plotly.express as px I think wrapping plotly with PyCall.jl is useful.
Check out the link below:
Here is a sample code.
I hope you like it. If someone wants to use this functionality, I would like to register this package.
