-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix windows utf8 encoding 2/3 #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @phaustin looks good otherwise
} | ||
], | ||
"metadata": { | ||
"test_name": "notebook1", | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"display_name": "Python 3.7.6 64-bit ('wintest': conda)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"display_name": "Python 3.7.6 64-bit ('wintest': conda)", | |
"display_name": "Python 3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
"language": "python", | ||
"name": "python3" | ||
"name": "python37664bitwintestconda98645fcb790a40ef81b350c15db9f1ca" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name": "python37664bitwintestconda98645fcb790a40ef81b350c15db9f1ca" | |
"name": "python3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
what's the reason for doing this in three parts? I'm a bit confused... |
the names were just to indicate that all three repositories need to be updated before the encoding |
ah gotcha OK - so we should get each PR into a state where we're ready to merge, and then do it all at once yeah? |
mainly just need all three before we remove item 1 in the windows instructions i.e. -- they don't individually break the PYTHONUTF8 hack |
sounds good - well this one looks good and we have an approval, so I'm merging! |
second of three parts -- see jupyter-book/jupyter-book#719