Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evcxr/evcxr
https://github.com/evcxr/evcxr
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evcxr/evcxr
- Owner: evcxr
- License: other
- Created: 2018-09-25T10:19:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T06:45:19.000Z (3 months ago)
- Last Synced: 2024-10-29T15:10:46.490Z (3 months ago)
- Language: Rust
- Size: 1.47 MB
- Stars: 5,572
- Watchers: 55
- Forks: 215
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- best-of-jupyter - GitHub - 42% open · ⏱️ 11.10.2024): (Jupyter Kernels)
- awesome-starred - evcxr/evcxr - (others)
README
# Evcxr
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/evcxr/evcxr/main?filepath=evcxr_jupyter%2Fsamples%2Fevcxr_jupyter_tour.ipynb)
An evaluation context for Rust.
This project consists of several related crates.
* [evcxr\_jupyter](evcxr_jupyter/README.md) - A Jupyter Kernel
* [evcxr\_repl](evcxr_repl/README.md) - A Rust REPL
* [evcxr](evcxr/README.md) - Common library shared by the above crates, may be useful for other
purposes.* [evcxr\_runtime](evcxr_runtime/README.md) - Functions and traits for interacting with Evcxr from
libraries that users may use from Evcxr.
If you think you'd like a REPL, I'd definitely recommend checking out the Jupyter kernel. It's
pretty much a REPL experience, but in a web browser.To see what it can do, it's probably best to start with a [tour of the Jupyter
kernel](evcxr_jupyter/samples/evcxr_jupyter_tour.ipynb). Github should allow you to preview this, or
you can load it from Jupyter Notebook and run it yourself.## License
This software is distributed under the terms of both the MIT license and the Apache License (Version
2.0).See LICENSE for details.