Skip to content

Commit 0a92c0c

Browse files
malbnnicandro
authored andcommitted
request raw 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.
1 parent 47ad7f0 commit 0a92c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ Return the buffer switched to."
16951695
(jupyter-sent
16961696
(jupyter-history-request
16971697
:n jupyter-repl-history-maximum-length
1698-
:raw nil
1698+
:raw t
16991699
:unique t
17001700
:handlers '(not "status"))))
17011701
(erase-buffer)

0 commit comments

Comments
 (0)