Improve the performance of nbterm
dclong opened this issue · 2 comments
dclong commented
nbterm runs slowly on even small notebooks. It responses slowly to navigation keys (up key, down key, etc).
davidbrochart commented
My experience is that nbterm doesn't scale well with the number of cells in the notebook, in terms of performance. I am not sure how to improve that, see prompt-toolkit/python-prompt-toolkit#1425.
davidbrochart commented
I think the best would be to use the ScrollingContainer
implemented in euporie, see joouha/euporie#6.