Show HN: Euporie-lite, Jupyter notebooks in terminal in the browser(euporie.readthedocs.io)
3 points by joouha 3 days ago | 1 comments
- bityard 3 days agoI'm using https://jupyter.org/try-jupyter/lab/ for this purpose, but this is interesting.
One bug I noticed is that if you open a new console and enter a statement that doesn't print anything (`import sys`, `foo = 1`), it doesn't show up unless you either scroll up or enter another line.