jupyter / jupyter-js-notebook

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

WIP: update console to support creating new prompts after executing a cell. #196

Closed afshin closed 8 years ago

afshin commented 8 years ago

This PR:

  1. updates the output cell style for the console
  2. allows execution of a line to result in output and then creation of a new prompt
  3. fixes a bug that caused an error when trying to run an empty code cell

cc: @ellisonbg @jasongrout @blink1073 @sccolbert @dwillmer re: https://github.com/jupyter/jupyter-js-notebook/issues/170

console

blink1073 commented 8 years ago

LGTM.