##// END OF EJS Templates
restore websocket_url configurable...
restore websocket_url configurable allows ws to be handled via separate proxies, as appears to be the case on OpenShift and some other hosting services.

File last commit:

r13347:54891794
r17303:36967884
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