diff --git a/jupyter-python.el b/jupyter-python.el index 8841642a..e96082c6 100644 --- a/jupyter-python.el +++ b/jupyter-python.el @@ -73,7 +73,7 @@ buffer." (t nil))))) (cl-defmethod jupyter-load-file-code (file &context (jupyter-lang python)) - (concat "%run " file)) + (concat "%run \"" file "\"")) ;;; `jupyter-org'