Nbterm: Jupyter Notebooks in the Terminal
11–20 of 76 posts
Re: Nbterm: Jupyter Notebooks in the Terminal
#12The web interface was the main reason I never really used the tool for more than a few test runs. Writing code in the browser combines bad usability and performance with a lack of useful dev tools. Which brings me to the question whether I can edit the code in a text editor as well or I have to write it as shown in the animation. It would be really helpful if there was a shortcut to open the current (code) section in…
Re: Nbterm: Jupyter Notebooks in the Terminal
#13I would love early HN feedback on Notebook Ninja, which is (pre-)alpha here: https://notebook.ninja
Re: Nbterm: Jupyter Notebooks in the Terminal
#14Re: Nbterm: Jupyter Notebooks in the Terminal
#15Why would one need this when you already have ipython?
Re: Nbterm: Jupyter Notebooks in the Terminal
#16Re: Nbterm: Jupyter Notebooks in the Terminal
#17Ok, I failed in basic usage: Entering nbterm, I assumed some standard key bindings -- None seemed to work. Neither Ctrl-C, Ctrl-D, Ctrl-x ctrl-c, escape q, escape :q, ... seems to work. So off to google: Escape Ctrl-q should work. But does not. Ok I'm stuck, let's at least get 1+1 to work. So entering 1+1 and .. hitting Enter? Shift Enter? No. Ok, command mode, Ctrl E.. aaaaand it's stuck. Looks nice but I just don't…
Re: Nbterm: Jupyter Notebooks in the Terminal
#18A perfect use case for unicode plotting [1] (shameless plug)
Re: Nbterm: Jupyter Notebooks in the Terminal
#19VS Code has been making progress to support Jupyter notebooks ( https://code.visualstudio.com/docs/python/jupyter-support ), but it's not quite there yet. Code completion works, but other features such as user snippets are missing, and it can be quite laggy. Apparently that's because the VS Code team has to reimplement a lot of stuff for Jupyter specifically (compared to adding support for Rust or Go with a language…
Re: Nbterm: Jupyter Notebooks in the Terminal
#20Very cool to see this – but will only be successful with great terminal plotting tools. The ones the author mentions like the matplotlib interface clearly won't do[0] due to lack of resolution A perfect use case for unicode plotting [1] (shameless plug) [0] https://github.com/domitry/matascii [1] https://github.com/olavolav/uniplot