##// END OF EJS Templates
Remove separate 'path', 'name' in Contents API...
Remove separate 'path', 'name' in Contents API - path is full path (including name) - name is only used for read-only convenience, and plays no role in any API - remove 'untitled upload' (POST with content and no path)

File last commit:

r13347:54891794
r18749:b287d2c3
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