-
We leverage this tool for some development related tooling, but was surprised when we had a developer try to install `rtx`, which succeeded, but actually installed `mise`. Was there a reason we didn't…
-
System: windows
evcxr: 0.15.1
With the following init block
```
:clear
:dep tokio = {version = "1.17.0", features = ["full"]}
```
executing the following cell twice leads to two different b…
-
```
error: failed to run custom build command for `zmq-sys v0.8.3`
Caused by:
process didn't exit successfully: `/tmp/cargo-installo751eq/release/build/zmq-sys-38aba20ccedde92d/build-script-bui…
-
Hello, and thank you for the amazing crate.
I'm confused about the directions in COMMON.md, which recommends mac users create a file `/Users/anand/Library/Preferences/evcxr/init.evcxr` and `prelude…
-
There is my code:
```rs
fn main() {
evcxr::runtime_hook();
let start = Instant::now();
let (mut context, outputs) = EvalContext::new().unwrap();
context.eval("let mut s = String::new();").…
-
Hey maintainers. I'd like to say thank you for developing and maintaining this crate. I've been utilizing it within a Jupiter environment through [`evcxr_jupyter`](https://github.com/evcxr/evcxr/blob/…
-
# AS pair stats
Following #28.
Polars output in Evcxr
```elixir
Generated stats of 176636 AS pairs in 1209063ms.
shape: (176_636, 11)
┌────────┬────────┬───────────┬───────────┬───────────…
-
One of the most common uses for `tqdm` is within Jupyter notebooks.
It doesn't seem that `kdam` is supporting that use case properly for the moment.
-
I am currently trying to implement simple CRUD for my user nodes but I can't figure out how to properly update a node.
```rust
let query = query("MATCH (user:user {uuid: $uuid}) SET $update_set RE…
-
**👶 Getting Started**
Please [search the history](https://github.com/wiseaidev/rust-data-analysis/issues) to see if an issue already exists for the same problem.
- [X] I have searched the existing…