##// END OF EJS Templates
Websockets were not started correctly on QtWebKit 4...
Websockets were not started correctly on QtWebKit 4 - Draft76 was added to support QtWebKit 4 (and hence PhantomJS) a little bit longer, but before this change kernel websockets failed to start on that platform.

File last commit:

r13347:54891794
r18922:ddce5a4e
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
from . import filters
from . import preprocessors
from . import postprocessors
from . import writers