We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad452e7 commit 9d1ce78Copy full SHA for 9d1ce78
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