Skip to content

Instantly share code, notes, and snippets.

@nisc
Created December 16, 2011 17:52
Show Gist options
  • Save nisc/1487118 to your computer and use it in GitHub Desktop.
Save nisc/1487118 to your computer and use it in GitHub Desktop.
iPython Crash 2
n% ipy /home/n/.config/ipython/profile_default
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
profile_default [1]> åæ
File "<ipython-input-1-84a62556aeb2>", line 1
åæ
^
SyntaxError: invalid syntax
profile_default [2]> ´³
File "<ipython-input-2-d4e3438178d4>", line 1
´³
^
SyntaxError: invalid syntax
profile_default [3]> ³å÷ò÷æ
File "<ipython-input-3-7174ca1c7575>", line 1
³å÷ò÷æ
^
SyntaxError: invalid syntax
profile_default [4]> êïêwo
File "<ipython-input-4-0b7bf4868911>", line 1
êïêwo
^
SyntaxError: invalid syntax
profile_default [5]> J:OJ:
WARNING:
********
You or a %run:ed script called sys.stdin.close() or sys.stdout.close()!
Exiting IPython!
n%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment