-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Jupyter kernel support #108
Comments
Any updating in this feature? I believe there are many people like me is waiting for this. |
I just want to reiterate that tere is already evcxr which have jupyter support, I'm sure they would accept feature requests for missing features The problem with jupyterr and rust, is we don't have a real repl yet as in the code needs to be recompiled each time, so it's really slow, compare that to the instantaneous experience of Python and Julia for example To answer your question, unfortunately I don't have time to work on it now, I'll try to get to it when I can or maybe someone can send a pr |
I reread the jupyter docs and the implementation here https://github.com/sigmaSd/IRust/tree/master/crates/irust_repl#jupyter-kernel what I see is:
But I don't want to go through the effort of adding this, without knowing how people use it, so my plan for now is to wait for feedback on the current implementations:
And I'll try to keep fixing low hanging fruits, until the picture is more clear and I can start on the rework |
I put the |
Yes unfortunately that's a core limitation to this project, it's just how it works |
I improved the installation experience https://github.com/sigmaSd/IRust/blob/master/crates/irust_repl/README.md#jupyter-kernel Now to use the kernel you just need:
|
I added support for evcxr protocol, so now you can use programs that targets it, example: https://github.com/sigmaSd/IRust/blob/master/crates/irust_repl/irust_kernel/evcxr.ipynb |
Discussed in #107
Originally posted by baiguoname November 30, 2022
Jupyter is amazing, can I use Irust in Jupyter, especially in vscode-jupyter.
The text was updated successfully, but these errors were encountered: