##// END OF EJS Templates
Actually run some tests....
Actually run some tests. The ipdoctest was relying on the side-effects of applying `map()` which is lazy since Python3. Moving to an actual for loop. Closes #11276

File last commit:

r21337:03608cd1
r24503:0f7f2624
Show More
connect.py
2 lines | 69 B | text/x-python | PythonLexer
from ipykernel.connect import *
from jupyter_client.connect import *