solving compatibility issues for python3 and windows #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
after a long hunt, I finally got it working, under python3+ windows.
log = json.load(open('ipython-log.json'))
print ("Number of commits = ", len(log));print (log[0])
Number of commits = 11964
{'author': {'date': 1377906000, 'name': 'Brian E. Granger', 'email': 'ellisonbg@gmail.com', 'timezone': '-0700'}, 'tree': 'f36455dce03a8e2e160f276e2ba1a5fff007c82d', 'commit': '9f92804762878b36b81885dccd9f44172b6cb18c', 'committer': {'date': 1377906000, 'name': 'Brian E. Granger', 'email': 'ellisonbg@gmail.com', 'timezone': '-0700'}, 'changes': [], 'message': 'Merge pull request #4090 from ellisonbg/citationAdd LaTeX citation handling to nbconvert', 'parents': ['6eb7d86707a0d35a3eb24c0aeaef0403630a8fa3', '99bb6f007c75a1af524a3bf6dd52ee22a84aa60d']}