davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

Rendering performance improvement #38

Closed davidbrochart closed 3 years ago

davidbrochart commented 3 years ago

This allows for opening large notebooks without performance degradation, by rendering only the cells that are visible (see https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1425). The downside is that the notebook sometimes move while it shouldn't, but I think that's acceptable. Closes #26