##// END OF EJS Templates
cleaner string/bytes solution, closes #4759...
cleaner string/bytes solution, closes #4759 Thanks @takluyver for the suggestion. I'll eventually learn this strings/bytes/unicode stuff properly for Python3.

File last commit:

r14009:6f019b30
r14731:2dce7a8a
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()