##// END OF EJS Templates
Fixed timecode for python 2.x
Jonathan Frederic -
Show More
@@ -251,13 +251,13 b''
251 "output_type": "pyout",
251 "output_type": "pyout",
252 "prompt_number": 6,
252 "prompt_number": 6,
253 "text": [
253 "text": [
254 "{'hello': {},\n",
254 "{1: {2: {'stroke': 'lime'},\n",
255 " 3: {'stroke': 'lime'},\n",
256 " 'goodbye': {'stroke': 'lime'}},\n",
255 " 2: {1: {'stroke': 'lime'}},\n",
257 " 2: {1: {'stroke': 'lime'}},\n",
256 " 3: {1: {'stroke': 'lime'}},\n",
258 " 3: {1: {'stroke': 'lime'}},\n",
257 " 'goodbye': {1: {'stroke': 'lime'}},\n",
259 " 'goodbye': {1: {'stroke': 'lime'}},\n",
258 " 1: {2: {'stroke': 'lime'},\n",
260 " 'hello': {}}"
259 " 3: {'stroke': 'lime'},\n",
260 " 'goodbye': {'stroke': 'lime'}}}"
261 ]
261 ]
262 }
262 }
263 ],
263 ],
@@ -277,7 +277,7 b''
277 "output_type": "pyout",
277 "output_type": "pyout",
278 "prompt_number": 7,
278 "prompt_number": 7,
279 "text": [
279 "text": [
280 "{'hello': {}, 2: {}, 3: {}, 'goodbye': {'fill': 'red'}, 1: {}}"
280 "{1: {}, 2: {}, 3: {}, 'goodbye': {'fill': 'red'}, 'hello': {}}"
281 ]
281 ]
282 }
282 }
283 ],
283 ],
@@ -967,7 +967,7 b''
967 "metadata": {},
967 "metadata": {},
968 "output_type": "display_data",
968 "output_type": "display_data",
969 "text": [
969 "text": [
970 "<IPython.core.display.Javascript at 0x7fc26c030890>"
970 "<IPython.core.display.Javascript at 0x21e9a90>"
971 ]
971 ]
972 }
972 }
973 ],
973 ],
@@ -1089,7 +1089,7 b''
1089 "import time, datetime\n",
1089 "import time, datetime\n",
1090 "import math\n",
1090 "import math\n",
1091 "\n",
1091 "\n",
1092 "twitter_timestamp_format = \"%a %b %d %X %z %Y\""
1092 "twitter_timestamp_format = \"%a %b %d %X +0000 %Y\""
1093 ],
1093 ],
1094 "language": "python",
1094 "language": "python",
1095 "metadata": {},
1095 "metadata": {},
General Comments 0
You need to be logged in to leave comments. Login now