Matthew Seal
Matthew Seal
**Application or Package Used** State which application or package this affects. For example: nteract desktop, nteract web, nteract on jupyter, etc. nteract on jupyter **Describe the bug** A clear and...
**Application or Package Used** State which application or package this affects. For example: nteract desktop, nteract web, nteract on jupyter, etc. nteract desktop **Describe the bug** A clear and concise...
I have not made this branch run yet, just doing a dump of changes made on the netflix fork internally somewhere it can be evaluated for use in commuter open...
Using the python dict diff from nbdimes we'd like to have a component based UI to render the diff between two notebook versions. There could be more use cases past...
Ideally a user should be able to run papermill and set the output path to a bookstore reference. The papermill run would generate a new version of the notebook and...
Using nbstripout, enable publish or version saving to strip outputs before sharing. https://github.com/kynan/nbstripout
FYI, the 6.1.4 release was out for a couple minutes with the wrong set of commits relative to the changelog. I deleted that release after correcting the issue with a...
I wanted to catch up on what the status of the master vs 5.x branch is. 5.x has some changes that need to be merged down but they've deviated so...
We have access to the underlying nbformat structure from testbook which can be helpful to know more about in testing. Documenting what's in this structure and where it's library/documentation lives...
We intended for testbook to be able to run other language kernels as well. We should add support for an R kernel by getting an example / tests running and...