##// END OF EJS Templates
Backport PR #4098: pass profile-dir instead of profile name to Kernel...
Backport PR #4098: pass profile-dir instead of profile name to Kernel avoids relative path issues for local profiles when the notebook server starts in a different directory from the kernels. moves the `profile-dir` alias from the parallel apps up to the base IPython app Candidate for backport to 1.1

File last commit:

r11773:9f558bbf
r12342:1f52f29c
Show More
__init__.py
3 lines | 108 B | text/x-python | PythonLexer
from .base import PostProcessorBase
from .pdf import PDFPostProcessor
from .serve import ServePostProcessor