Safia Abdalla
Safia Abdalla
Last week, I was debugging a memory leak in nteract's notebook app component. The memory leak occurred in both the nteract Jupyter extension and in nteract notebook app components used...
 The file browser sidebar enables you to browse and open files right within nteract. The file browser sidebar enables you to browse and open files right within nteract. #...
We've got quite a few standardized labels configured in our GitHub but no documentation on which labels to use and when. We should add a "Labeling Issues" section to our...
As part of the TypeScript conversion, we "migrated" all our tests from Flow to TypeScript. However, they are currently being transpiled only and not type checked. Before we enough type...
Inspired by the work @gitanuj and @languy have brought over to the repo with the concent of the IContentProvider, I'd like to introduce the concept of an IKernelProvider. This RFC...
The Jupyter messaging protocol now includes support for messages for debugging messages. This is formalized enough that it is now used in the visual debugger [in JupyterLab](https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559). A note to...
 The cell enables people to add code or text to their notebook. It represents the main element within nteract people spend the most time with. # What...
With the new model of each component within stateful-components mapping its own state from Redux (as opposed to a top-level component mapping the state and propagating it down), we have...
Follow-up on https://github.com/nteract/nteract/issues/5090. Ref: https://github.com/nteract/nteract/issues/5090#issuecomment-627525729
**Problem** Over the past few months, I've had the chance to experience how developers leverage the state selectors exposed by the nteract SDK to do development work. The key takeaway...