jupyter / jupyter-js-notebook

JupyterLab notebook
BSD 3-Clause "New" or "Revised" License
46 stars 18 forks source link

Completion feature #214

Closed afshin closed 8 years ago

afshin commented 8 years ago

This PR is a first pass at a tab completion feature. Its behavior will almost certainly require some tweaks to get right, but it's a good place to start.

cf. https://github.com/jupyter/jupyter-js-notebook/issues/170

completion

blink1073 commented 8 years ago

Awesome, works well.