Re: LeoInteg using Leo's Null GUI ?

2024-01-28 Thread Edward K. Ream
On Sun, Jan 28, 2024 at 11:05 AM Viktor Ransmayr wrote: > It is time for me to start reading the 'pip' documentation in detail ! Thanks for your efforts! #3767 has some links you might find interesting. Edward -- You received this

Re: LeoInteg using Leo's Null GUI ?

2024-01-28 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Mittwoch, 24. Januar 2024 um 08:26:44 UTC+1: On Wed, Jan 24, 2024 at 12:06 AM Viktor Ransmayr wrote: Viktor, as an experiment, you could try the following: - git clone leo, that is: git clone https://github.com/leo-editor/leo-editor.git - Create your

Re: LeoInteg using Leo's Null GUI ?

2024-01-28 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Mittwoch, 24. Januar 2024 um 08:26:44 UTC+1: On Wed, Jan 24, 2024 at 12:06 AM Viktor Ransmayr wrote: Viktor, as an experiment, you could try the following: - git clone leo, that is: git clone https://github.com/leo-editor/leo-editor.git - Create your

Re: LeoInteg using Leo's Null GUI ?

2024-01-23 Thread Edward K. Ream
On Wed, Jan 24, 2024 at 12:06 AM Viktor Ransmayr wrote: > Viktor, as an experiment, you could try the following: >> >> >> - git clone leo, that is: git clone >> https://github.com/leo-editor/leo-editor.git >> >> - Create your own version of requirements.txt that omits anything related >> to

Re: LeoInteg using Leo's Null GUI ?

2024-01-23 Thread Edward K. Ream
On Tue, Jan 23, 2024 at 10:36 PM Robert-Felix wrote: Hi Viktor, thanks for bringing this up! I've thought about this in the past > and completely forgot about it!! > > I would also like very much users to be able to just need the leo sources, > without installing any qt libs nor any other

Re: LeoInteg using Leo's Null GUI ?

2024-01-23 Thread Viktor Ransmayr
Hello Edward, Am Mo., 22. Jan. 2024 um 21:49 Uhr schrieb Edward K. Ream < edream...@gmail.com>: > > What effort would it be to package a version of Leo providing > ~everything~ but the GUI? > > > Thanks for this timely question. > > > *tl;dr:* Making things work as I am guessing you would like

Re: LeoInteg using Leo's Null GUI ?

2024-01-23 Thread Robert-Felix
Hi Viktor, thanks for bringing this up! I've thought about this in the past and completely forgot about it!! I would also like very much users to be able to just need the leo sources, without installing any qt libs nor any other UI/graphical libs, to be able to run leoInteg or use the bridge /

Re: LeoInteg using Leo's Null GUI ?

2024-01-22 Thread Thomas Passin
On Monday, January 22, 2024 at 5:09:27 PM UTC-5 Edward K. Ream wrote: On Mon, Jan 22, 2024 at 3:10 PM Thomas Passin wrote: Didn't we decide not to support Jupyter notebooks any more? If so, nbformat can probably be omitted in the future. Good catch. Hehe, VR3 still has some references to

Re: LeoInteg using Leo's Null GUI ?

2024-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2024 at 3:10 PM Thomas Passin wrote: > Didn't we decide not to support Jupyter notebooks any more? If so, > nbformat can probably be omitted in the future. > Good catch. Hehe, VR3 still has some references to nbformat! Edward -- You received this message because you are

Re: LeoInteg using Leo's Null GUI ?

2024-01-22 Thread Thomas Passin
On Monday, January 22, 2024 at 3:49:42 PM UTC-5 Edward K. Ream wrote: setup.py specifies requirements in the section called << define install_requires >>. This section lists the following dependencies: install_requires = [ # Other entries omitted 'nbformat', # for Jupyter

Re: LeoInteg using Leo's Null GUI ?

2024-01-22 Thread Edward K. Ream
> What effort would it be to package a version of Leo providing ~everything~ but the GUI? Thanks for this timely question. *tl;dr:* Making things work as I am guessing you would like should be straightforward. *Background* leoserver.py creates the link between LeoInteg and Leo using Leo's

LeoInteg using Leo's Null GUI ?

2024-01-22 Thread Viktor Ransmayr
Hello Edward, hello Felix, Currently whenever I'd like to install LeoInteg on any non-Windows host I have to install Leo with PyQt. - This is sometimes quite difficult / tricky ... AFAIK LeoInteg is relying solely on the GUI provided through VS Code. What effort would it be to package a