-
I tried add a multi lines text in the graph, but the text can only shown in one line, like this:
`pub fn plot_test() -> evcxr::SVGWrapper {
evcxr_figure((500, 500), |root| {
root.fill(&…
-
Currently passing 15/20 runs
-
Hi, I am trying evcxr with vscode. I tried to import a local crate with:
```
:dep my_crate = { path = "../" }
```
error:
```
linking with `cc` failed: exit code: 1
```
Where can I find…
-
Dear all, thanks for checking this!
I'm trying to create a jupyter notebook with evcxr and plotters. I'm writing some extension code to plotters to support gif animation in the jupyter notebook. Ho…
-
Hi, I got this error:
```
❯ evcxr --version
evcxr 0.14.1
❯ evcxr
Welcome to evcxr. For help, type :help
>> use std::io::*;
>> let m…
-
Some ideas regarding the live reloading development workflow.
- I have had success with https://crates.io/crates/dynamic_reload for live reloading of Rust DLLs (auto rebuilding the DLL with `cargo wa…
-
I can't remember the exact code I used as I only noticed this a while after restarting the evcxr jupyter kernel.
```
thread '' panicked at 'HirDisplay failed when calling Display::fmt!', /home/bjo…
-
```
$ rust
Welcome to rust. For help, type :help
>>
```
Like with `scalac`/`scala` or `clojurec`/`clojure`.
-
Rust newbies (trust me) sometimes need to see what gets passed in as command-line arguments, via env::args or more complicated techniques. Currently std::env::args() just has something like `Args { i…
-
Thanks for the great Jupiter kernel
Is it possible to perhaps consider creating an installer that doesn’t depend on the Jupyter cli
Installing the kernel is basically just a matter of creating a fol…