Re: [Off-topic?] Blog post about Grafoscopio and Jupyter

2017-11-20 Thread Matt Wilkie
off-topic perhaps, but welcome :) Thanks Offray On Mon, Nov 20, 2017 at 2:53 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > Ideas about interactive computing and documentation has been discussed > on this list. So I thought this like could be interesting for some > member

[Off-topic?] Blog post about Grafoscopio and Jupyter

2017-11-20 Thread Offray Vladimir Luna Cárdenas
Hi, Ideas about interactive computing and documentation has been discussed on this list. So I thought this like could be interesting for some members in this community: How the Results of Disruption Changes the Discussion Between Aficionados of Specific Languages and Environments https://medium.

new Github [Pip] issues label for pip, pypi.org, setup.py

2017-11-20 Thread Matt Wilkie
I created a new Github issues label named [Pip]. Use it for anything related to `setup.py`, installing with `pip`, and/or the python package index (PyPi: http://pypi.org) -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gro

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Matt Wilkie
> > For now, I think Leo's beautify commands are good enough. Note that you > can suppress these commands in individual nodes with @nobeautify. > Thanks for the reminder. I forgot they existed and had been doing things by hand. ;-) -- You received this message because you are subscribed to the

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Edward K. Ream
On Mon, Nov 20, 2017 at 11:06 AM, jkn wrote: Just a general reminder for people (like me) who forget this sometimes: the > scope of PEP-8 is quite limited: > >This document gives coding conventions for the Python code *comprising > the standard library* in the main Python distribution > ​Heh

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread jkn
On Monday, November 20, 2017 at 2:31:38 AM UTC, Edward K. Ream wrote: > > > > On Sun, Nov 19, 2017 at 5:09 PM, Terry Brown > wrote: > >> >> >> > I have just created #584: clean up the worst pep8 offenses >> > . >> ​​ >> >> >> I occasionally fi

Re: viewrendered fails to load

2017-11-20 Thread Terry Brown
On Mon, 20 Nov 2017 06:44:35 -0800 (PST) Josef wrote: > Here is the log window. Ah - looks like viewrendered's not loading :-} Can you create a blank node in Leo, put import leo.plugins.viewrendered in the body, hit Ctrl-B, and post whatever shows up in the log when you hit Ctrl-B? Thanks, T

Re: viewrendered fails to load

2017-11-20 Thread Josef
Here is the log window. BTW, on the old kubuntu setup viewrendered worked with the python2 and PyQt4 that comes with kubuntu. I haven't got any other combination to work yet. This one is on my new xubuntu 16.4 installation, with python3 installed via conda and PyQt5 installed via pip. The error m

Re: Cleaning up the worst pep8 offenses

2017-11-20 Thread Edward K. Ream
On Sun, Nov 19, 2017 at 10:51 PM, Matt Wilkie wrote: > This passed off the port bow this evening: https://github.com/hayd/ > pep8radius. I like the approach, applying pep8 only in the vicinity of > where one has recently been working. > ​Interesting, and I like the demo. For now, I think Leo's

Re: Back to fixing bugs

2017-11-20 Thread Edward K. Ream
On Thursday, November 16, 2017 at 10:54:19 AM UTC-6, Edward K. Ream wrote: This filter >

Rev 24da84a completes #327, letting local files unbind bindings

2017-11-20 Thread Edward K. Ream
Rev 24da84a completes #327: Create a way to unbind bindings in leoSettings.leo . The new code is