davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

cell type "raw" not handled #60

Open heseber opened 2 years ago

heseber commented 2 years ago

nbterm breaks if a notebook contains cells of type raw. In the function set_input_readonly(), only cells of types markdown and code are used to set the text variable, so if a cell of type raw is encountered, the text variable will be uninitialized in line 181 of cell.py.

davidbrochart commented 2 years ago

Thanks @heseber, would you like to open a PR?