Re: [jupyter] Msg type description

2018-03-13 Thread Michael Milligan
Probably this is the documentation you are looking for: http://jupyter-client.readthedocs.io/en/stable/messaging.html On Mar 13, 2018 7:07 PM, wrote: > Hi, > > I'm analyzing Jupiter Notebook kernel data and found some message types. I > couldn't find the documentation of the

[jupyter] Msg type description

2018-03-13 Thread lianghui
Hi, I'm analyzing Jupiter Notebook kernel data and found some message types. I couldn't find the documentation of the message types online. If anyone could help clarify, that would be great. Type: 1) execute_result: I assume this means program runs without any syntax error. 2) stream:

[jupyter] Re: How soon is too soon to send a message to the shell channel?

2018-03-13 Thread Trevor Murphy
I tried sending the following over email, but I guess it didn't post correctly. Apologies for spam if this is your second time seeing my email. > What you are likely running into is a failure to propagate subscriptions on the PUB/SUB channel. Thanks, this was spot on. I added a millisecond

[jupyter] Have submitted notebooks import from local directory

2018-03-13 Thread Kevin Yang
I had students edit a python file and then submit it along with the notebooks. However, when I run the autograder, nbgrader imports the python file from my source directory instead of the submitted one. This, of course, leads to the test cells that test their implementation always passing no

Re: [jupyter] MemoryError while running code in jupyter notebook

2018-03-13 Thread Thomas Kluyver
MemoryError usually means your computer has run out of memory (or the user/process has used up its memory quota, and the system won't give it any more). On 13 March 2018 at 10:04, PREMVARDHAN KUMAR wrote: > When i am creating tf-idf feature matrix it shows me

[jupyter] MemoryError while running code in jupyter notebook

2018-03-13 Thread PREMVARDHAN KUMAR
When i am creating tf-idf feature matrix it shows me MemoryError in the jupyter notebook. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to