Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update with nbformat #222

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

Merged
merged 11 commits into from
Sep 21, 2015
Merged

Update with nbformat #222

merged 11 commits into from
Sep 21, 2015

Conversation

arokem
Copy link
Owner

@arokem arokem commented Sep 21, 2015

Same as #213, but updated with recent master

I've changed the imports (two) in publish.py from IPython.nbformat to
nbformat. I'm concerned that this breaks backwards compatibility
though. I'm not sure how to assure that if nbformat doesn't exist,
Python.nbformat will be.
if nbformat exists as a package, import it instead of the legacy named
Python.nbformat . Corrects error thrown by Jupyter.
modify the python3.4 env variable so nbformat isn't added for older versions of python. 

I'm guessing at this point.
I have no idea how to fix this so travis can build it. My other changes seem to work, just not in travis.
@arokem arokem force-pushed the josephcslater-master branch from 659240b to d98c05c Compare September 21, 2015 15:30
@arokem
Copy link
Owner Author

arokem commented Sep 21, 2015

Oh, we are almost there! Installing nbformat on python 3.3 seems like a problem. I've asked on the jupyter list for advice to move forward here.

@arokem
Copy link
Owner Author

arokem commented Sep 21, 2015

OK - this is coming up green now. Merging...

arokem added a commit that referenced this pull request Sep 21, 2015
@arokem arokem merged commit fa6fd69 into master Sep 21, 2015
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