Nbterm: Jupyter Notebooks in the Terminal
blog.jupyter.org
Nbterm: Jupyter Notebooks in the Terminal
1–10 of 76 posts
Re: Nbterm: Jupyter Notebooks in the Terminal
#2Which 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 $EDITOR, kind of like Git and other tools do it.
Re: Nbterm: Jupyter Notebooks in the Terminal
#3If you use emacs, ein is also a good choice: https://github.com/millejoh/emacs-ipython-notebook
Re: Nbterm: Jupyter Notebooks in the Terminal
#4Re: Nbterm: Jupyter Notebooks in the Terminal
#5Re: Nbterm: Jupyter Notebooks in the Terminal
#6Re: Nbterm: Jupyter Notebooks in the Terminal
#7The 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
#8The 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
#9Ok 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 seem to get it to work using anaconda on macos..
Re: Nbterm: Jupyter Notebooks in the Terminal
#10The 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…