-
In the `init.evcxr` file, I have the following content:
`
:sccache 1
:dep bt = { path = "D:/Rust/convert/bt"}
:dep pytest = { path = "D:/Rust/convert/pytest" }
:dep real = { path = "D:/Rust/conve…
-
I am on Debian Stretch (on a server) and running jupyterhub.
The kernel is detected and I can create rust notebooks, but the kernel won't start.
The debug log is not very helpful for me and I dont…
-
i'm just curious, if someone already has started to develop support for the rust language for iodide?
for jupyter there is [evcxr](https://github.com/google/evcxr) available to evaluate little rust…
-
I have always used this procedure inside an R session for the standard jupyter lab R kernal installation:
install.packages("devtools")
devtools::install_github("IRkernel/IRkernel")
IRkernel::instal…
-
**Is your feature request related to a problem? Please describe.**
An important piece to help the adoption of a language is a Read-Eval-Print-Loop, or [REPL](https://en.wikipedia.org/wiki/Read%E2%80%…
-
I often want to sanity check some math or similar, and evcxr_repl works wonderfully for this for the most part (previously I had been using lldb/gdb for this which works about as well as you might ima…
-
**Describe the bug**
Unable to build plotters in another project that is using it.
**To Reproduce**
`git clone https://github.com/diem/diem.git`
`cargo install --path shuffle/cli`
**Error**
…
0xzoz updated
2 years ago
-
I have a big workspace that takes a long time to compile (not only that I'll run out of diskspace if I create more target directories).
How can I configure evcxr to use my existing CARGO_TARGET_HOM…
-
I test the startup time by the following two ways:
1. restart jupyter -> run the fist cell `:clear :load_config`,
2. Don't restart jupyter, just run the first cell `:clerar, :load_config`.
The proc…
-
```rust
let mut a = String::new();
use std::io;
io::stdin().read_line(&mut a)
.expect("Failed to read line");
```
This code never finishes compilation.
Ideal behaviour: A text field mus…