jupyter / jupyter-js-notebook

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

Assume that our notebook model multiline strings are really strings. #137

Closed jasongrout closed 8 years ago

jasongrout commented 8 years ago

On disk, a multiline string in the notebook format standard could be a list of strings, one per line. We work with notebook models after they come off the disk, so we assume the list-of-strings has been joined to be a single string.

jasongrout commented 8 years ago

CC @blink1073 - this should be ready for review.

blink1073 commented 8 years ago

Thanks!