Right now, on changes, we re-parse the entire notebook, but we really don't need to. We should spend some time to optimize so that we are only really re-parsing the several lines of code that have likely changed.
Gives more performance for large notebooks.
Right now, on changes, we re-parse the entire notebook, but we really don't need to. We should spend some time to optimize so that we are only really re-parsing the several lines of code that have likely changed.
Gives more performance for large notebooks.