Created
May 10, 2011 18:27
-
-
Save certik/965070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ondrej@eagle:~$ qsnake --lab | |
Starting Web GUI: Open your web browser at http://localhost:8888/ | |
Press CTRL+C to kill it | |
WARNING:root:404 GET /favicon.ico (127.0.0.1) 0.42ms | |
Starting the kernel at pid: 2691 | |
XREP Channel on port 45759 | |
PUB Channel on port 48341 | |
REQ Channel on port 36245 | |
Heartbeat REP Channel on port 43260 | |
To connect another client to this kernel, use: | |
-e --xreq 45759 --sub 48341 --rep 36245 --hb 43260 | |
*** MESSAGE TYPE:execute_request*** | |
Content: {u'user_variables': [], u'code': u'1+1', u'silent': False, u'user_expressions': {}} | |
---> | |
{'content': {u'status': u'ok', 'execution_count': 1, u'payload': [], u'user_expressions': {}, u'user_variables': {}}, 'header': {'username': u'kernel', 'msg_id': 3, 'session': 'c6df1372-1262-42b9-9d22-e3934deeff2b'}, 'parent_header': {u'username': u'bgranger', u'msg_id': u'2BF0ADBE4B0043229976F19838D0285A'}, 'msg_type': u'execute_reply'} | |
^CTraceback (most recent call last): | |
File "/home/ondrej/repos/qsnake/spkg/base/qsnake_run.py", line 819, in <module> | |
main() | |
File "/home/ondrej/repos/qsnake/spkg/base/qsnake_run.py", line 222, in main | |
run_lab() | |
File "/home/ondrej/repos/qsnake/spkg/base/qsnake_run.py", line 648, in run_lab | |
ioloop.IOLoop.instance().start() | |
File "/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/zmq/eventloop/ioloop.py", line 245, in start | |
event_pairs = self._impl.poll(poll_timeout) | |
KeyboardInterrupt | |
ondrej@eagle:~$ --------------------------------------------------------------------------- | |
KeyboardInterrupt Traceback (most recent call last) | |
/home/ondrej/<string> in <module>() | |
/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/IPython/zmq/ipkernel.pyc in main() | |
658 shell=kernel.shell) | |
659 | |
--> 660 start_kernel(namespace, kernel) | |
661 | |
662 | |
/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/IPython/zmq/entry_point.pyc in start_kernel(namespace=Namespace(colors=None, hb=43260, ip='127.0.0.1',...pub=48341, pylab='inline', req=36245, xrep=45759), kernel=<IPython.zmq.ipkernel.Kernel object at 0x3e60550>) | |
142 | |
143 # Start the kernel mainloop. | |
--> 144 kernel.start() | |
145 | |
146 | |
/home/ondrej/repos/qsnake/local/lib/python2.6/site-packages/IPython/zmq/ipkernel.pyc in start(self=<IPython.zmq.ipkernel.Kernel object at 0x3e60550>) | |
170 """ | |
171 while True: | |
--> 172 time.sleep(self._poll_interval) | |
global Returns = undefined | |
173 self.do_one_iteration() | |
174 | |
KeyboardInterrupt: | |
Killed by parent poller! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment