Skip to content

Instantly share code, notes, and snippets.

@KelvinJin
Created February 2, 2017 23:38
Show Gist options
  • Save KelvinJin/50393936c62c871bc3731d32040927be to your computer and use it in GitHub Desktop.
Save KelvinJin/50393936c62c871bc3731d32040927be to your computer and use it in GitHub Desktop.
Logs printed out after running jupyter console
iMac:Jupyter jin$ jupyter console --Session.key="b''" --debug --Session.debug=True --kernel=LocalKernel
[ZMQTerminalIPythonApp] Searching ['/Users/jin/Projects/Python/Jupyter', '/Users/jin/.jupyter', '/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[ZMQTerminalIPythonApp] Looking for jupyter_config in /etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_config in /usr/local/etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_config in /usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_config in /Users/jin/.jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_config in /Users/jin/Projects/Python/Jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_console_config in /etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_console_config in /usr/local/etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_console_config in /usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/etc/jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_console_config in /Users/jin/.jupyter
[ZMQTerminalIPythonApp] Looking for jupyter_console_config in /Users/jin/Projects/Python/Jupyter
[ZMQTerminalIPythonApp] Connection File not found: /Users/jin/Library/Jupyter/runtime/kernel-53374.json
[ZMQTerminalIPythonApp] WARNING | Message signing is disabled.  This is insecure and not recommended!
[ZMQTerminalIPythonApp] Found kernel localkernel in /usr/local/share/jupyter/kernels
[ZMQTerminalIPythonApp] Native kernel (python3) available from /usr/local/lib/python3.6/site-packages/ipykernel/resources
[ZMQTerminalIPythonApp] Starting kernel: ['/Users/jin/Projects/Swift/iSwift.Linux/.build/debug/iSwift', '-f', '/Users/jin/Library/Jupyter/runtime/kernel-53374.json']
[ZMQTerminalIPythonApp] Connecting to: tcp://127.0.0.1:60316
[ZMQTerminalIPythonApp] connecting shell channel to tcp://127.0.0.1:60313
[ZMQTerminalIPythonApp] Connecting to: tcp://127.0.0.1:60313
{'content': {},
 'header': {'date': datetime.datetime(2017, 2, 3, 10, 15, 26, 45125),
            'msg_id': '7db434ce-4b35-463e-aece-1e0d109bed83',
            'msg_type': 'kernel_info_request',
            'session': '46335486-06f2-4929-be20-8f76f21d0a08',
            'username': 'jin',
            'version': '5.0'},
 'metadata': {},
 'msg_id': '7db434ce-4b35-463e-aece-1e0d109bed83',
 'msg_type': 'kernel_info_request',
 'parent_header': {}}
[b'<IDS|MSG>',
 b'',
 b'{"version":"5.0","date":"2017-02-03T10:15:26.045125","session":"46335486-06f'
 b'2-4929-be20-8f76f21d0a08","username":"jin","msg_type":"kernel_info_request",'
 b'"msg_id":"7db434ce-4b35-463e-aece-1e0d109bed83"}',
 b'{}',
 b'{}',
 b'{}']
[]
[ZMQTerminalIPythonApp] connecting iopub channel to tcp://127.0.0.1:60314
[ZMQTerminalIPythonApp] Connecting to: tcp://127.0.0.1:60314
[ZMQTerminalIPythonApp] connecting stdin channel to tcp://127.0.0.1:60315
[ZMQTerminalIPythonApp] Connecting to: tcp://127.0.0.1:60315
[ZMQTerminalIPythonApp] connecting heartbeat channel to tcp://127.0.0.1:60317
info -- ["Current connection: Connection(controlPort: 60316, shellPort: 60313, transport: iSwift.TransportType.TCP, signatureScheme: iSwift.SignatureSchemeType.Sha256, stdinPort: 60315, hbPort: 60317, ip: \"127.0.0.1\", iopubPort: 60314, key: \"\")"]
{'content': {},
 'header': {'date': datetime.datetime(2017, 2, 3, 10, 15, 26, 50281),
            'msg_id': '653eb61e-97b9-4961-9c4f-47852e03024a',
            'msg_type': 'kernel_info_request',
            'session': '46335486-06f2-4929-be20-8f76f21d0a08',
            'username': 'jin',
            'version': '5.0'},
 'metadata': {},
 'msg_id': '653eb61e-97b9-4961-9c4f-47852e03024a',
 'msg_type': 'kernel_info_request',
 'parent_header': {}}
[b'<IDS|MSG>',
 b'',
 b'{"version":"5.0","date":"2017-02-03T10:15:26.050281","session":"46335486-06f'
 b'2-4929-be20-8f76f21d0a08","username":"jin","msg_type":"kernel_info_request",'
 b'"msg_id":"653eb61e-97b9-4961-9c4f-47852e03024a"}',
 b'{}',
 b'{}',
 b'{}']
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment