Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use io.open in notebookapp.py to fix #4303
Following the discussion at #4340, in Python 2 we need `io.open` rather than `open` if using a file descriptor rather than a file name.
- Loading branch information