File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,18 @@ cargo add plotlars
175
175
plot types.
176
176
- Customization: Modify plot appearance with an intuitive API.
177
177
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
+
178
190
## License
179
191
180
192
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
185
197
efficient data manipulation library.
186
198
- [ Plotly] ( https://github.com/plotly/plotly.rs ) : For the inspiration and ideas
187
199
behind visualization libraries.
200
+ - [ Evcxr] ( https://github.com/evcxr/evcxr ) : For enabling the use of Rust in
201
+ Jupyter Notebooks.
188
202
- Rust Community: For the support and development of an amazing programming
189
203
language.
You can’t perform that action at this time.
0 commit comments