##// END OF EJS Templates
added IPython.session_list...
added IPython.session_list before this, kernel_list and notebook_list each fetched and held onto their own copy of the sessions.

File last commit:

r13347:54891794
r15479:5872aa1a
Show More
__init__.py
4 lines | 88 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from ._jsonpointer import *