Matthias BUSSONNIER 1e75582e48 Fix duplicate completion in notebook
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]`.
2013-07-10 14:16:35 +02:00
2013-05-03 13:08:54 -07:00
2012-06-29 17:20:46 -07:00
2013-06-30 18:05:02 -07:00
Description
No description provided
BSD-3-Clause 69 MiB
Languages
Jupyter Notebook 75.5%
TypeScript 17.8%
Python 2.2%
JavaScript 1.9%
CSS 1.7%
Other 0.8%