alceal / plotlars

Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and Plotly library.
https://docs.rs/plotlars/latest/plotlars/
MIT License
209 stars 4 forks source link

evcxr jupyter notebook #10

Closed wangjiawen2013 closed 2 weeks ago

wangjiawen2013 commented 2 weeks ago

Hi, Does plotlars support evexr jupyter notebook ? Maybe you can assign the html to a variable and then print the variable in jupyter notebook. Now plotly.rs supports evcxr jupyter notebook already. println!("EVCXR_BEGIN_CONTENT text/html\n{}\nEVCXR_END_CONTENT", html) https://github.com/evcxr/evcxr/blob/main/evcxr_jupyter/README.md

alceal commented 2 weeks ago

Plotlars works with Jupyter notebook. The method plot recognizes if you are using it or not.

alceal commented 2 weeks ago
Screenshot 2024-09-03 at 08 15 22