You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run iocaml -completion, and then type print_e and press tab (to trigger completion), nothing pops up, and in fact the kernel stalls (no subsequent execution requests work, I have to kill the kernel).
When running the ocaml kernel under jupyter, completion requests don't do anything either, although it doesn't stall the kernel.
The text was updated successfully, but these errors were encountered:
When I run
iocaml -completion
, and then typeprint_e
and presstab
(to trigger completion), nothing pops up, and in fact the kernel stalls (no subsequent execution requests work, I have to kill the kernel).When running the ocaml kernel under jupyter, completion requests don't do anything either, although it doesn't stall the kernel.
The text was updated successfully, but these errors were encountered: