Open dashesy opened 9 years ago
I'm not familiar with IPython or Jupyter, but this looks like a pretty straightforward project. I'll definitely give it a look and see what I can do.
+1 for this
I've started playing with https://crates.io/crates/jupyter-kernel and your project. One thing that's missing is to declare rusti in crates so that proper dependency declaration can be done :)
I'm a jupyter user, I'd like to test this and give you feedback if you like
Any update on this?
@xavier83: I'm not planning to implement any new features for rusti in light of the fact that the execution API is no longer supported by the Rust compiler (and the last working nightly is now just over one year old).
I'd still like very much to bring rusti back in line with the latest compiler releases, but the way to achieving that is not clear at this time. (See #86 for some discussion on that matter.)
That said, I can't speak for any of the other commentors here. If any of them would like to submit a PR, I would review and consider merging it. But, for the above reasons, I wouldn't blame them if they'd lost motivation to work on this, given its current state.
+1 Also want Rust kernel for Jupyter!
There is now another Rust REPL project that somehow managed to work on more recent compiler releases and support Jupyter. Probably it could be used for inspiration or joined forces with.
I want to learn
rust
but in the context of data processing, andrusti
looks like the way to go.Do you have any plans to support a kernel for iPython like this? It should at least make some common problems (readline, zmq, history, ...) easier, and a full integration means we can write notebooks that can run as examples on the web, look at some
.ipynb
files in this nice project.