Hello,
At this point in time the REPL feature in gram is not working - at least partially. I tested it with R (zed-r extension) (ark kernel) and Julia.
Whilst zed is properly showing the kernel sessions and buttons to interact with in the editor, gram is not able to find the kernel and show it in the session list and does not show the REPL + kernel selection menu in the editor.
gram version is 3.0.1.
How to reproduce:
- Install zed-R + ark kernel
- open any R script
- choose 'repl: refresh kernelspecs' in the action menu.
- choose 'repl: sessions' to see listed kernel sessions. -> No kernels listed
Expected behavior:
In zed: ark kernel should be found, listed and chooseable inside the editor after running 'refreshing kernelspec' command.
I did not test the repl feature with python yet, so I do not know if it maybe works there?
Idea: Might it be feasible to port the latest repl crate from zed towards gram ? I might try something like that though I fear that it will get very complicated (and my machine is a slow compiler :( ) Or is it better to debug...?
Thank you!
Hello,
At this point in time the REPL feature in gram is not working - at least partially. I tested it with R (zed-r extension) (ark kernel) and Julia.
Whilst zed is properly showing the kernel sessions and buttons to interact with in the editor, gram is not able to find the kernel and show it in the session list and does not show the REPL + kernel selection menu in the editor.
gram version is 3.0.1.
How to reproduce:
1. Install zed-R + ark kernel
2. open any R script
3. choose 'repl: refresh kernelspecs' in the action menu.
4. choose 'repl: sessions' to see listed kernel sessions. -> No kernels listed
Expected behavior:
In zed: ark kernel should be found, listed and chooseable inside the editor after running 'refreshing kernelspec' command.
I did not test the repl feature with python yet, so I do not know if it maybe works there?
Idea: Might it be feasible to port the latest repl crate from zed towards gram ? I might try something like that though I fear that it will get very complicated (and my machine is a slow compiler :( ) Or is it better to debug...?
Thank you!