-
* evcxr-0.3.3: [start](https://crater-reports.s3.amazonaws.com/beta-1.36-1/1.35.0/reg/evcxr-0.3.3/log.txt) v. [end](https://crater-reports.s3.amazonaws.com/beta-1.36-1/beta-2019-05-30/reg/evcxr-0.3.3…
-
This requires implementing a method called `evcxr_display` which returns HTML.
See: https://github.com/google/evcxr/blob/master/evcxr_jupyter/README.md#custom-output
zacps updated
5 years ago
-
It will be nice to have REPL with history and minimal environment. I guess we could reuse some urils from node.js like "repl" module:
```js
const Repl = require('repl');
const repl = Repl.start(…
-
I want to rewrite some python code to rust code.
I tested rust, But it says below message. emacs-jupyter checks always `kernel-info` but rust kernel works on jupyter lab. Can i handle this?
~~~
…
-
See: https://github.com/38/plotters/issues/6
The example given in the readme fails with the following error:
```rust
error[E0308]: mismatched types
--> src/lib.rs:21:60
|
21 | evcxr_var…
zacps updated
5 years ago
-
I'm interested in using this for projects in Windows, and I see there's an Appveyor build going (and plenty of issues related to windows) but I have no idea how to actually install/use it. Can instruc…
-
When the expression is not started with pub, then it will just show the warning. How about we default make it as 'pub' visibility?
When the expression is closure function, it will show the error "u…
-
This is a great resource. Thank you. Being new to Rust, I was looking forward to playing with the language in jupyter. This lib provides a key ingredient. This said, I was trying to parse through …
-
Seem like you already detect when fields of structs are not pub, with the error message:
> Items currently need to be explicitly made pub along with all fields of structs.
Could it be possible w…
-
In the unlikely event that it already works on Mac OS, please let me know.
If you'd like to work on this, feel free to reach out with any questions. I'm not really sure what will be involved, since…