##// END OF EJS Templates
Move method increment_filename from FileNotebookManager to NotebookManager...
Move method increment_filename from FileNotebookManager to NotebookManager The implementation requires only a minor change (call notebook_exists rather than checking for file existence) to be universally usable in other notebook managers.

File last commit:

r13347:54891794
r15292:480bdb67
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