mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-25 13:30:27 +08:00
comparaison between kernel completion and context-completin were returning duplicate entry in some cases, due to trailing space. sripping trailing space in comparaison prevent this. fixes #3563 example import bar from foo im<tab> used to propose `import` twice (actually `import` and `import[space]` as$ `import` was a token on the first line) now just complete directly to$ `import[space]`.
Description
Languages
Jupyter Notebook
75.5%
TypeScript
17.8%
Python
2.2%
JavaScript
1.9%
CSS
1.7%
Other
0.8%