jupyter / jupyter-js-notebook

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

Completion in notebook #222

Closed jasongrout closed 8 years ago

jasongrout commented 8 years ago

Here are some things I observed with ffc042c06fb4470bc845b209b53f755be5f16b55 (from the cleanup PR).

completion

blink1073 commented 8 years ago

I also saw this bug:

screen shot 2016-05-31 at 1 36 34 pm screen shot 2016-05-31 at 1 36 41 pm
blink1073 commented 8 years ago

This was after closing a notebook.

blink1073 commented 8 years ago

Executing a cell currently makes the widget lose focus as well.

afshin commented 8 years ago

FYI, I am looking at these.

afshin commented 8 years ago

These issues and a few more are resolved in this PR: https://github.com/jupyter/jupyter-js-notebook/pull/225

blink1073 commented 8 years ago

Calling this one fixed, thanks @afshin!