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 deprecations and small bugs #756

Merged
merged 8 commits into from
May 31, 2017
Merged

Conversation

jhamrick
Copy link
Member

This PR fixes a few deprecation warnings and other small bugs that were causing travis to break.

  • Fixes metadata in notebooks so that nbformat doesn't complain about the kernelspec missing
  • Fix spelling errors
  • Correctly set the submitted directory in managing_assignments_manually.ipynb
  • Replace self.log.warn with self.log.warning (fixes Fix DeprecationWarning for logging warnings #753 )

@jhamrick jhamrick merged commit 87962c2 into jupyter:master May 31, 2017
@jhamrick jhamrick deleted the fix-deprecations branch May 31, 2017 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix DeprecationWarning for logging warnings
1 participant