##// END OF EJS Templates
fixes #4039....
fixes #4039. Issues is that $(selector).val() return the associated text if no data is present (hence one cannot associate explicitely an option to "undefined") fix in doc and example.

File last commit:

r12249:4563b2ee
r12649:4c1106f8
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import preprocessors
import postprocessors
import writers