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 utf-8 encoding in execute_api example #921

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Commits on Nov 28, 2018

  1. Use utf-8 encoding in example

    As not setting the utf-8 encoding explicitly might produce broken notebooks on Windows, the encoding is set explicitly in the example. Moreover, the mode is set to 'w' only as text mode is standard for open and the 't' flag is not commonly used.
    JarnoRFB authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    39a515d View commit details
    Browse the repository at this point in the history