-
Is there any interest in adding support for [`evcxr_jupyter`](https://github.com/google/evcxr/tree/master/evcxr_jupyter)?
It looks like it has some [quirks](https://github.com/google/evcxr/blob/45447…
-
https://github.com/google/evcxr
-
## Environment
* **IntelliJ Rust plugin version:** 0.2.121.3059-201-stable
* **Rust toolchain version:** Tested with:
* (stable) 1.43.0 (4fb7144ed 2020-04-20)
* 1.44.0-nightly (b2e36e6c2 2…
-
### What is the feature ?
Support for 3D plots (lines, contours, surfaces).
### (Optional) Why this feature is useful and how people would use the feature ?
Many mature plotting libraries provide…
-
```
Compiling sig v1.0.0
error[E0425]: cannot find value `SIGSTKFLT` in crate `libc`
--> /User/.cargo/registry/src/github.com-1ecc6299db9ec823/sig-1.0.0/src/ffi.rs:32:38
|
32 | pub…
-
Try pasting this (wrong) code to evcxr :)
```rust
#[derive(Debug)]
pub struct Players {
names: Vec,
health: Vec,
locations: Vec,
velocities: Vec,
acceleration: Vec,
}
…
-
rustyline's has support for `Vi` edit_mode.
basically `` puts you in `vi` mode, `k` and `j` move in history, and the usual movement keys `h`, `l`, `^`, `$` work.
Almost the same thing as bash does…
-
## Environment
* **IntelliJ Rust plugin version:** 0.2.117.2170-193
* **Rust toolchain version:** Rust 1.43 nightly
* **IDE name and version:** CLion 2019.3.4 193.6494.38
* **Operating system:**…
-
I'm connected to MS Access database using `julia` odbc as below:
```julia
db=ODBC.DSN("Driver={Microsoft Access Driver (*.mdb, *.accdb)}; DBQ=C:/Users/hasan.yousef/Documents/myDB.accdb")
```
I'm…
-
Version: 0.5.0
CPU: Ryzen 1700
OS: Windows 10
Toolchain: x86_64-pc-windows-msvc
How to recreate the error:
1. Install evcxr: `cargo install evcxr`
2. Wait for the REPL to load completely
3.…