Re: Leo in the IPython notebook: Leo's new direction?

2015-01-15 Thread Edward K. Ream
On Thursday, January 15, 2015 at 10:27:01 AM UTC-6, Edward K. Ream wrote: var code = cell.get_code(); if (code.indexOf("nef.Network")!=-1) { code='<

Leo in the IPython notebook: Leo's new direction?

2015-01-15 Thread Edward K. Ream
IPython and its notebook is a superb platform for scientific computation. http://ipython.org/ipython-doc/dev/development/how_ipython_works.html Rather than considering the IPython notebook as a "competitor" to Leo, it will be more useful to think of the notebook as a powerful platform on which t

Re: Bug in copy node

2015-01-15 Thread Kent Tenney
Hmm dang. Happens in vim, not in gedit ... so that's not Leo's problem and big nevermind. Thanks, Kent On Thu, Jan 15, 2015 at 9:26 AM, 'Terry Brown' via leo-editor wrote: > On Thu, 15 Jan 2015 07:08:11 -0600 > Kent Tenney wrote: > >> One rogue newline. >> >> Copying a node puts a valid Leo f

Re: Bug in copy node

2015-01-15 Thread 'Terry Brown' via leo-editor
On Thu, 15 Jan 2015 07:08:11 -0600 Kent Tenney wrote: > One rogue newline. > > Copying a node puts a valid Leo file in the clipboard, > IOW: rclick on a node -> copy -> open editor -> paste -> save as > test.leo test.leo opens as a Leo file > > Great feature, except > currently the text starts

Bug in copy node

2015-01-15 Thread Kent Tenney
One rogue newline. Copying a node puts a valid Leo file in the clipboard, IOW: rclick on a node -> copy -> open editor -> paste -> save as test.leo test.leo opens as a Leo file Great feature, except currently the text starts with a blank line, preventing parsing. Thanks, Kent -- You received t