Skip to content

Instantly share code, notes, and snippets.

@geggo
Created February 14, 2016 18:28
Show Gist options
  • Save geggo/462f028e59ce3abbbcfa to your computer and use it in GitHub Desktop.
Save geggo/462f028e59ce3abbbcfa to your computer and use it in GitHub Desktop.
IPython notebook with unicode
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"äöü\n"
]
}
],
"source": [
"print u\"äöü\""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment