raku-jupyter-kernel icon indicating copy to clipboard operation
raku-jupyter-kernel copied to clipboard

Feature: Fill `user_variables` in `execute_reply`

Open tinmarino opened this issue 4 years ago • 0 comments

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 => [], user_expressions => {} }
$shell.send: 'execute_reply',

tinmarino avatar Mar 08 '20 17:03 tinmarino