;; in a jupyter notbook cell: ;;-------------------------------------- ;;guix environment g <- guile ;;--------------------------------------- ;; [small pause] ;; new cell (display "foo") ;; results in ;; Out[]: # ;; I see "foo"guile kernel[1]: sending execution result for "(begin (display \"foo\"))" ;; in the "logging" in the terminal where I run `jupyter notebook`