You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows allows spaces in filenames. On Windows, sending a jupyter-load-file command to a Python kernel will result a query like %run C:/Hello There/test.py to be evaluated, which causes problems because a python script called C:/Hello doesn't exist. Quoting the filename in jupyter-load-file-code seems to fix the problem:
Windows allows spaces in filenames. On Windows, sending a
jupyter-load-file
command to a Python kernel will result a query like%run C:/Hello There/test.py
to be evaluated, which causes problems because a python script calledC:/Hello
doesn't exist. Quoting the filename injupyter-load-file-code
seems to fix the problem:The text was updated successfully, but these errors were encountered: