We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5773717 commit d06b291Copy full SHA for d06b291
jupyter-repl.el
@@ -833,7 +833,7 @@ Return the `jupyter-request' representing the executed code."
833
(save-excursion
834
(goto-char (jupyter-repl-cell-code-beginning-position))
835
(run-hooks 'jupyter-repl-cell-pre-send-hook))
836
- (let ((code (string-trim (jupyter-repl-cell-code))))
+ (let ((code (string-trim (jupyter-repl-cell-code) "[\r\n]+")))
837
(jupyter-run-with-client client
838
(jupyter-mlet* ((req (jupyter-execute-request
839
:code code
0 commit comments