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

in jupyter the kernel is showing as 'Python 2' - should show C# #15

Open
den-run-ai opened this issue Sep 13, 2015 · 6 comments
Open

in jupyter the kernel is showing as 'Python 2' - should show C# #15

den-run-ai opened this issue Sep 13, 2015 · 6 comments
Labels

Comments

@den-run-ai
Copy link
Contributor

icsharp1

@zabirauf zabirauf added the bug label Sep 13, 2015
@awb99
Copy link

awb99 commented Sep 13, 2015

@denfromufa how do you managed to run icsharp at all. I am still getting kernel errrors.

[C 12:00:49.682 NotebookApp] Malformed message: ['C71260293D3747E3960A9701A7838A04', '<IDS|MSG>', '', '{"msg_id":"2ea90403-114f-4aba-9943-a8eab7d06585","username":"icsharp_kernel","session":"C71260293D3747E3960A9701A7838A04","msg_type":"pyout","version":"4.0"}', '{"msg_id":"05C294B7EDA8485B8F09029F0378EC67","username":"username","session":"C71260293D3747E3960A9701A7838A04","msg_type":"execute_request","version":"5.0"}', '{}', '{"execution_count":1,"data":{"text/plain":"","text/html":""},"metadata":{}}']
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/notebook/base/zmqhandlers.py", line 184, in _on_zmq_reply
msg = self._reserialize_reply(msg_list, channel=channel)
File "/usr/local/lib/python2.7/dist-packages/notebook/base/zmqhandlers.py", line 165, in _reserialize_reply
msg = self.session.deserialize(msg_list)
File "/usr/local/lib/python2.7/dist-packages/jupyter_client/session.py", line 843, in deserialize
raise ValueError("Unsigned Message")
ValueError: Unsigned Message

@den-run-ai
Copy link
Contributor Author

Because I'm not on Linux :) I think Jupyter developers discussed with you
this unsigned message in some discussion thread. Maybe on Mono you need
extra steps to get signed.

On Sun, Sep 13, 2015, 7:39 AM awb99 [email protected] wrote:

@denfromufa https://github.com/denfromufa how do you managed to run
icsharp at all. I am still getting kernel errrors.

[C 12:00:49.682 NotebookApp] Malformed message:
['C71260293D3747E3960A9701A7838A04', '', '',
'{"msg_id":"2ea90403-114f-4aba-9943-a8eab7d06585","username":"icsharp_kernel","session":"C71260293D3747E3960A9701A7838A04","msg_type":"pyout","version":"4.0"}',
'{"msg_id":"05C294B7EDA8485B8F09029F0378EC67","username":"username","session":"C71260293D3747E3960A9701A7838A04","msg_type":"execute_request","version":"5.0"}',
'{}',
'{"execution_count":1,"data":{"text/plain":"","text/html":""},"metadata":{}}']
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/notebook/base/zmqhandlers.py", line
184, in _on_zmq_reply
msg = self._reserialize_reply(msg_list, channel=channel)
File
"/usr/local/lib/python2.7/dist-packages/notebook/base/zmqhandlers.py", line
165, in _reserialize_reply
msg = self.session.deserialize(msg_list)
File "/usr/local/lib/python2.7/dist-packages/jupyter_client/session.py",
line 843, in deserialize
raise ValueError("Unsigned Message")
ValueError: Unsigned Message


Reply to this email directly or view it on GitHub
#15 (comment).

@den-run-ai
Copy link
Contributor Author

@den-run-ai
Copy link
Contributor Author

@awb99 @zabirauf we fixed both unsigned message error and ICSHARP kernel not displayed manually like discussed here:

https://groups.google.com/forum/m/#!topic/jupyter/A7XJUSI-OHc

There is still pending work to automate this and sign messages in ICSHARP side.

@csells
Copy link

csells commented Mar 28, 2016

I installed the Python 3.x version of Anaconda and the C# kernel is showing as "Python 3" for me.

@den-run-ai
Copy link
Contributor Author

@csells did you install icsharp kernelspec which allows you to switch kernel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants