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

solving compatibility issues for python3 and windows #6

Merged
merged 3 commits into from
Sep 29, 2013
Merged

solving compatibility issues for python3 and windows #6

merged 3 commits into from
Sep 29, 2013

Conversation

stonebig
Copy link
Contributor

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']}

tarmstrong added a commit that referenced this pull request Sep 29, 2013
@tarmstrong tarmstrong merged commit d895af6 into tarmstrong:master Sep 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants