Nick Volynets
Nick Volynets
IPython notebook is a popular interactive development environment for Python. Displaying vprof stats inline for some functions would be pretty cool.
async/await is integral part of Python 3.6. Adding support for it would be nice.
Since UI can display too many things at once, adding search to UI would improve usability.
At present all Notebook cells are executed linearly: ``` Cell 1 | Cell 2 | Cell 3 ``` but sometimes there's no need to calculate `Cell 2` in order to...