-
Happens when doing cargo test. The crate doesn’t appear to be available on crates.io anymore.
-
I was thinking I should really give a talk about [Evcxr](https://github.com/google/evcxr), which I released a few weeks ago. I haven't prepared said talk yet, but will aim to do so soon assuming there…
-
It would be nice if the `:dep` command would handle relative path dependencies. The problem is that cargo is not invoked in the same directory as `evcxr`, thus a command like `:dep foo = { path = "../…
-
When I run
cargo install evcxr_repl
on my Mac running High Sierra version 10.13.6, the build fails with
error[E0046]: not all trait items implemented, missing: `description`
--> /Users/a…
-
This is from an unwrap on the result of `archive.next_entry()`. `ar` can read it just fine.
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: UnexpectedEof…
-
With the following kernel:
```
Server Information:
You are using Jupyter notebook.
The version of the notebook server is: 5.7.0
The server is running on this version of Python:
Python 3.…
-
Example: [prettytable-rs](https://github.com/phsym/prettytable-rs/issues/32).
```
$ evcxr
Welcome to evcxr. For help, type :help
>> extern crate prettytable;
error: no matching package named `…
-
Currently adding support for [evcxr within emacs](https://github.com/SerialDev/evcxr-mode),
I wanted to request that a prompt is added in the repl.
>> || evcxr > || ~~
This will simplify t…
-
I tried to use the crate [`prettytable-rs`](https://crates.io/crates/prettytable-rs) in evcxr_jupyter, however I cannot get it to work. I think the problem is that even though the crate name is `prett…
-
I love this project and it already works surprisingly well.
So far only `:vars` is documented to be used in a Jupyter notebook. However, all the other special `:`-commands also work and are quite u…