Show More
@@ -156,7 +156,7 b' def main():' | |||
|
156 | 156 | kernel_manager.start_kernel(**kwargs) |
|
157 | 157 | kernel_manager.start_channels() |
|
158 | 158 | |
|
159 |
local_kernel = (not args.existing) or args.ip |
|
|
159 | local_kernel = (not args.existing) or args.ip in LOCAL_IPS | |
|
160 | 160 | # Create the widget. |
|
161 | 161 | app = QtGui.QApplication([]) |
|
162 | 162 | if args.pure: |
General Comments 0
You need to be logged in to leave comments.
Login now