Matthew Seal
Matthew Seal
Yes, the method was deprecated with some improvements made to the underlying models. It's just a warning for now, but will disappear in some future minor or major release (shouldn't...
Sorry I missed the ping for this issue in my inbox. Information related to execution defaults in the notebook document is definitely not standardized. Most ecosystems track this information outside...
There is a `cell['metadata']['execution']` placehold for storing execution information today in the 4.4 spec. Today it's housing what values were during execution rather than setting enforcement limits to adhere against....
Sorry for the late response. > A class that can parallelize the execution of notebooks Possibly -- it can be tricky to generalize as there's multiple parallelization strategies. It might...
These are all good suggestions! Thanks everyone for adding thoughts here. We'll want to make issues and tag then with 1.0 milestone for anything that doesn't already have such an...
I was just thinking the same thing last night. I'm good with a proper 0.4.0 release.
Done
> Quick note for releases: > > I think that we should rather have a fast-forward commit dedicated to the release and labelled "Release M.m.p". Recently, we have been tagging...
So there were many long threads on this topic in the past: https://github.com/jupyter/nbconvert/issues/680 https://github.com/jupyter/nbconvert/issues/730 https://github.com/jupyter/nbconvert/issues/838 https://github.com/jupyter/nbconvert/pull/684 Essentially, every interface supported this at the time it was implemented except nbconvert and...
I'll have to look into what the `Output` widget is doing. It's possibly it's relying on there being a javascript engine, or is reusing display ids but I'll need to...