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 small inconsistency in nbconvert: etype -> ename #3186

Merged
merged 1 commit into from Apr 24, 2013

Conversation

maximsch2
Copy link
Contributor

All .ipynb files I've looked at have "ename" field, not "etype". That's also what is being sent from the kernel to the notebook.

@minrk
Copy link
Member

minrk commented Apr 16, 2013

Thanks, this looks correct to me. @ivanov does this affect what you were working on?

@ivanov
Copy link
Member

ivanov commented Apr 16, 2013

yes it does, thanks for the heads up, Min!

ivanov added a commit to ivanov/vim-ipython that referenced this pull request Apr 16, 2013
@maximsch2
Copy link
Contributor Author

By the way, do you actually send "crash" messages as described in the messaging protocol? I was looking through the notebook code and didn't find any mention of it.

@minrk
Copy link
Member

minrk commented Apr 24, 2013

@maximsch2 - no, we do not send crash messages. That is just an old proposal in the 'future ideas' section, it has not been implemented.

minrk added a commit that referenced this pull request Apr 24, 2013
Fix small inconsistency in nbformat: etype -> ename

We call this ename everywhere else, including in notebook files.
@minrk minrk merged commit 9456b7c into ipython:master Apr 24, 2013
@maximsch2 maximsch2 deleted the fix_etype_ename branch April 27, 2013 22:53
ivanov added a commit to ivanov/vim-ipython that referenced this pull request Feb 8, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix small inconsistency in nbformat: etype -> ename

We call this ename everywhere else, including in notebook files.
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.

None yet

3 participants