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

Fix notebooks and update to nbformat v4 #16

Merged
merged 15 commits into from
Feb 28, 2015
Merged

Fix notebooks and update to nbformat v4 #16

merged 15 commits into from
Feb 28, 2015

Conversation

rossant
Copy link
Contributor

@rossant rossant commented Feb 27, 2015

  • The original v3 notebooks were invalid (metadata problem), so IPython couldn't update them to v4.
  • In this PR, I've fixed the v3 notebooks and then updated to v4.
  • The Python 3 kernel is used by default in all recipes, except in the Python-2-only recipes.
  • Please report any further problem!

Closes #15.

@Carreau
Copy link

Carreau commented Feb 27, 2015

Seem it will take some time to review by hand.

If ever you want to check the v3 notebook we have a schema for them.

@rossant
Copy link
Contributor Author

rossant commented Feb 27, 2015

Seem it will take some time to review by hand.

I'm on it (long night ahead ☕ )

If ever you want to check the v3 notebook we have a schema for them.

All notebooks should be v4 now, and I validated them during the conversion.

I've created a tag for the previous version (v3/IPython 2.0). Gonna merge this soon. Then next step will be to update things for IPython 3.0 (widgets etc). See #11 #17.

rossant added a commit that referenced this pull request Feb 28, 2015
Fix notebooks and update to nbformat v4
@rossant rossant merged commit 15df7c7 into master Feb 28, 2015
@rossant rossant deleted the nbfv4 branch February 7, 2016 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update all notebooks to nbformat v4
2 participants