Skip to content

Commit

Permalink
request raw history
Browse files Browse the repository at this point in the history
If raw is nil then with SageMath kernels the history we're getting is `Integer(1) + Integer(2)` if `1+2` was issued as a command before, i.e. SageMath does some heavy processing of inputs.
  • Loading branch information
malb authored and nnicandro committed Nov 26, 2023
1 parent 47ad7f0 commit 0a92c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ Return the buffer switched to."
(jupyter-sent
(jupyter-history-request
:n jupyter-repl-history-maximum-length
:raw nil
:raw t
:unique t
:handlers '(not "status"))))
(erase-buffer)
Expand Down

0 comments on commit 0a92c0c

Please sign in to comment.