Brian Duggan
Brian Duggan
Usually I would think a single `use` would be enough...but in this case changes to the grammar are not persisted. It seems like perhaps the behavior that would would make...
`#% run` could still work -- always would just really mean _always_ -- so if the first cell has an `always` and the second one has `run`, the always would...
> Is that overkill ? No -- makes total sense -- I was thinking of just starting with `always` but there might be more options later, like `always after` or...
Thanks for the detailed report. Interesting. If I'm following...it sounds like some bespoke error handling by the python kernel. Could you add the specific error messages coming from the raku...
Okay -- I made this into a warning, so that the kernel at least doesn't crash. Any better?
Just `zef install Jupyter::Kernel` won't get the latest version from git -- you'll want to ``` git clone github.com:bduggan/p6-jupyter-kernel cd p6-jupyter-kernel zef install --force-install . ``` If it works, then...
or ` zef install --force-install http://github.com/bduggan/p6-jupyter-kernel.git` should work too
Just calling `WHY` on an object could be a start; then we can make use of core improvements, i.e. have `\help DateTime` just be like `say DateTime.WHY` ``` > say...
Hmm -- it is configurable -- https://github.com/bduggan/p6-jupyter-kernel/blob/master/README.md#logging -- I'm open to ideas for another default but `$*TMPDIR` or `/tmp` doesn't seem like a great fit since generally log files are...