-
```
$ nix-shell -p evcxr --run evcxr
Welcome to evcxr. For help, type :help
>> 1+2
Error: Failed to run rustc: No such file or directory (os error 2)
```
I think `evcxr` should pull in `rustc`…
-
Following #24
-
Following #21.
-
Since it often takes a long time when adding external crate dependencies by running `:dep` command(s), it'd be a helpful to know what's going on or even better to see a progress bar. Is there any way …
-
I am writing an OSD lyrics app for wayland with `fltk-rs`, which uses `fltk-sys` generated from cfltk
As cfltk does not expose fl_wl_surface, it's really a headache to correctly link same fltk lib
-
I'm having trouble loading a relative path dependency on Windows. The cell looks like this:
```
:dep num = "^0.2.0"
:dep num-complex = "^0.2.3"
:dep organic-snout = { path = ".." }
:dep plotte…
-
### Describe the bug
If I run `evcxr` on my normal system, which happens to have Rust installed with files under `$HOME/.cargo`, it works:
```console
> /nix/store/7l9105...-evcxr-0.12.0/bin/evc…
-
In my computer, evcxr_jupyter works well in jupyter lab. But when I use it in vscode, it nerver can connect the jupyter kernnel(named by evcxr_jupyter.exe in vscode). As can be seen below:
![image](h…
-
We have generated all the reports for `rib.20230619.2200.bz2` of 104MiB with the lowest verbosity.
These conclusions were simply wrong because I was counting the first 10,000.
The routes with …
-
### Version
evcxr-v0.14.2-x86_64-pc-windows-msvc
### Rust version
- `rustc --version`
rustc 1.65.0 (897e37553 2022-11-02)
- `cargo --version`
cargo 1.65.0 (4bc8f24d3 2022-10-20)
### OS
Win…