Matthew Seal

Results 380 comments of Matthew Seal

Ahh generally I just strip outputs (if you want a clean file) and commit the notebook to git directly, using papermill when I want to re-execute it. Saves one from...

Thanks for helping track these -- we need to do passes on deprecated capabilities across the jupyter repos

Sorry for the very late response, I was going back through issues and saw this. It looks like your writing to a mounted filesystem. There might be an issue with...

That's a different error you are getting. What versions of jupyter packages are you running and what command are you executing @aaronmarkham ?

Can you get the nbclient, nbsphinx and nbconvert versions in those environments. If you use a different conda env that has a later error you might need to post that...

I think I see the issue -- your sagemaker environment has an old version of jupyer_client. [nbclient requirements](https://github.com/jupyter/nbclient/blob/master/requirements.txt#L2) specifies that it needs >=6.1.5 to function

Sorry for the late reply, it's been a busy couple weeks. Overall bookstore mostly provides to API and not UI components as @captainsafia pointed out. The work wasn't really done...

Thanks that'd be very helpful.

Sorry I was't really tied into this thread originally. Can I ask why the front-end doesn't buffer sending request 101 to the shell until request 100 has completed? In jupyter...

> I don't see any reason to close socket A. Just keep it open for the next kernel that will start. You can't bind to a port that's already bound...