Hi, This problem is with master 0e80619 when calling %run with parameters that have quotation marks keep the quotation marks in sys.argv. Example runbug.py: import sys print sys.argv In [2]: %run runbug.py "hello world" [u'runbug.py', u'"hello world"'] I'm off for the weekend without access to internet. /Jörgen