##// END OF EJS Templates
Merge pull request #3217 from ivanov/load-for-dirs...
Merge pull request #3217 from ivanov/load-for-dirs informative error when trying to load directories prior to this commit, the error message for trying to load a directory looked like this: ValueError: '~' was not found in history, as a file, url, nor in the user namespace. now, the error displayed is as follows: ValueError: '~' is a directory, not a regular file.

File last commit:

r10198:3b3c55b4
r10349:106d3e86 merge
Show More
__init__.py
10 lines | 303 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
# just for friendlier zmq version check
from . import zmq
from .connect import *
from .launcher import *
from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager