##// END OF EJS Templates
use contents manager to handle redirect of /notebooks -> /files...
use contents manager to handle redirect of /notebooks -> /files avoids 404 on /files for visiting a nonexistent notebook

File last commit:

r17299:154e8d32
r17531:ec353c7d
Show More
incompat-py3compat-open.rst
2 lines | 103 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-py3compat-open.rst
Thomas Kluyver
Remove py3compat.open in favour of io.open
r17299 * ``IPython.utils.py3compat.open`` was removed: :func:`io.open` provides all
the same functionality.