Skip to content

Commit

Permalink
workaround for tty changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bduggan committed Dec 20, 2024
1 parent 9eab312 commit 35f743d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Jupyter/Kernel/Sandbox.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class Jupyter::Kernel::Sandbox is export {
$!handler = Jupyter::Kernel::Handler.new unless $.handler;
$OUTERS::iopub_supplier = $iopub_supplier;
$!compiler := nqp::getcomp("Raku") || nqp::getcomp('perl6');
$*IN.^find_method('t').wrap( { True } );
$!repl = REPL.new($!compiler, {});
$!completer = Jupyter::Kernel::Sandbox::Autocomplete.new(:$.handler);
self.eval(q:to/INIT/);
Expand Down

0 comments on commit 35f743d

Please sign in to comment.