Skip to content

Commit c94bf74

Browse files
committed
chore: Add Jupyter section
1 parent ffc7d9a commit c94bf74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ cargo add plotlars
175175
plot types.
176176
- Customization: Modify plot appearance with an intuitive API.
177177

178+
## Plotlars in Jupyter Notebooks
179+
180+
Plotlars seamlessly integrates with Jupyter Notebooks, allowing you to leverage
181+
the power of interactive data visualization directly within your notebook
182+
environment. This integration is made possible through the use of the
183+
[evcxr project](https://github.com/evcxr/evcxr), which provides a Jupyter kernel
184+
for the Rust programming language.
185+
186+
**With Polars, evcxr, and Plotlars, data science in Rust leaps to the next level
187+
, making powerful data analysis and visualization more accessible and efficient
188+
than ever before.**
189+
178190
## License
179191

180192
This project is licensed under the MIT License. See the LICENSE.txt file for details.
@@ -185,5 +197,7 @@ This project is licensed under the MIT License. See the LICENSE.txt file for det
185197
efficient data manipulation library.
186198
- [Plotly](https://github.com/plotly/plotly.rs): For the inspiration and ideas
187199
behind visualization libraries.
200+
- [Evcxr](https://github.com/evcxr/evcxr): For enabling the use of Rust in
201+
Jupyter Notebooks.
188202
- Rust Community: For the support and development of an amazing programming
189203
language.

0 commit comments

Comments
 (0)