##// END OF EJS Templates
add ipython[kernel]...
add ipython[kernel] which depends on ipython_kernel removing the need to install 'all' on travis

File last commit:

r20906:1a805ad1
r21230:d9347d5b
Show More
__init__.py
7 lines | 151 B | text/x-python | PythonLexer
from .base import PostProcessorBase
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass