##// END OF EJS Templates
Backport PR #4214: engine ID metadata should be unicode, not bytes...
Backport PR #4214: engine ID metadata should be unicode, not bytes fixes `TypeError: b'f5b984b0-fd8c-4873-a23e-658425c1e28a' is not JSON serializable` when an engine dies while working on a task in Python 3. candidate for backport to 1.2

File last commit:

r11747:f7935438
r13957:31883c04
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 transformers
import post_processors
import writers