Re: #561: Please explain why making Leo a jupyter client is important

2017-10-31 Thread David Szent-Györgyi
On Sunday, October 29, 2017 at 6:02:35 PM UTC-4, Offray Vladimir Luna Cárdenas wrote: > > Collaboration could be done as a desktop app with the proper support for > Jupyter kernels with ZeroMQ. As for the Python/Web/Javascript > integration, Dash seems pretty interesting and Flask is a minimal

Re: Rev e312165: editpane tweaks and todo

2017-10-31 Thread Edward K. Ream
On Tuesday, October 31, 2017 at 12:13:20 PM UTC-5, Edward K. Ream wrote: A better description is that the names in leoQt are preferred throughout > Leo. Here is part of the docstring for leoQt.py: > leoQt.py may have reached a breaking point as far as code quality and readability go. I recent

Re: Rev e312165: editpane tweaks and todo

2017-10-31 Thread Edward K. Ream
On Tuesday, October 31, 2017 at 12:07:21 PM UTC-5, Edward K. Ream wrote: There was only *one significant change*, marked with ### in > webengineview.py: > - Change QtWebEngineWidgets to QtWebKitWidgets *as defined in > leoQt.py*. > Yes, this is truly horrible, but the leoQt code is

Rev e312165: editpane tweaks and todo

2017-10-31 Thread Edward K. Ream
As of rev e312165, both pyflakes and pylint profess themselves content with all files in the leo/core/editpane folder. Much of this rev is minor, but there are several items of note. Terry, please run your tests. It's possible I broke something... Here is the checkin log: Fixed all pyflake

Re: No module named 'clicky_splitter'

2017-10-31 Thread Edward K. Ream
On Mon, Oct 30, 2017 at 11:35 AM, Terry Brown wrote: Thanks for fixing, Edward - day jobs are so intrusive sometimes :-/ > ​You're welcome. I probably should have fixed this earlier myself. Studying the Jupyter sources has made me more aware of the complexity of imports and __init__.py files. I