Nick Volynets

Results 4 issues of Nick Volynets

IPython notebook is a popular interactive development environment for Python. Displaying vprof stats inline for some functions would be pretty cool.

feature request

async/await is integral part of Python 3.6. Adding support for it would be nice.

feature request

Since UI can display too many things at once, adding search to UI would improve usability.

feature request

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...