Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use io.open in notebookapp.py to fix #4303 #4349

Merged
merged 1 commit into from
Jan 16, 2019

Commits on Jan 16, 2019

  1. Use io.open in notebookapp.py to fix jupyter#4303

    Following the discussion at jupyter#4340, in Python 2 we need `io.open`
    rather than `open` if using a file descriptor rather than a file name.
    slel authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f8d7d40 View commit details
    Browse the repository at this point in the history