gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.84k stars 265 forks source link

support is_complete_request #230

Closed mackong closed 3 years ago

mackong commented 3 years ago

A naive implementation of is_complete_request message by just use parser.Parser to check errors or not. But seems no easy way to get the indent when incomplete.

Fix #224