raku-jupyter-kernel
raku-jupyter-kernel copied to clipboard
Raku Kernel for Jupyter notebooks
The following are observations whilst running jupyter-notebook in a venv. The background is that OpenSuse 15.4 has "alternate" Pythons, version 3.10 can be installed by the package manager (zypper/YAST) alongside...
I'd like to avoid prefixing commands with `use` at each command and have a `useall` keyword or something similar to persistently use a module in the sandbox. * Requirement: compile...
It would be nice to get the possibility to have a user configuration (alias init) file loaded in the sandbox. As #85, this would just fasten workflow. Ideas (inclusive): 1....
Even if no-one is reading them. Maybe no client use them because no kernel implements them ... ``` my $content = { :$status, |%extra, :$!execution_count, user_variables => {}, payload =>...
Well this one is pretty hard. Not sure I'll be able, I'm posting here to see if it triggers some interest.
I think most (if not all) user do not want to see jupyter.log in their current dir. It would be better to write in a OS specific `/tmp` directory by...
Executing a Raku cell with this code crashes the Jupyter kernel (in both Visual Studio Code and Safari): ```raku sub MAIN() { say 'HERE!!!'; } ``` I get the message:...
I am using recent JupyterLab/Notebook and can not get the completion get to work. One of the test cases is failing ``` ($pos,$end,$completions) = $r.completions('if "hello world".WHA'); is-deeply $completions, $("WHAT",...