notebook/IPython/html/static
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
..
auth mv IPython.html.notebook -> IPython.html 2013-06-27 11:14:10 -07:00
base mv IPython.html.notebook -> IPython.html 2013-06-27 11:14:10 -07:00
custom mv IPython.html.notebook -> IPython.html 2013-06-27 11:14:10 -07:00
notebook Fix duplicate completion in notebook 2013-07-10 14:16:35 +02:00
services/kernels/js add a dialog when the kernel is auto-restarted 2013-06-29 15:35:39 -07:00
style set overflow-x: hidden on Firefox only 2013-07-05 12:31:48 -07:00
tree mv IPython.html.notebook -> IPython.html 2013-06-27 11:14:10 -07:00