Re: jupyter

Giovanni Piredda <[email protected]> Sat, 5 Oct 2024 14:39:54 +0000
Newsgroups gmane.editors.texmacs.user
Message-ID <[email protected]>
On 05/10/24 15:30, vincent douce wrote:
> but i find it would be really more practical if instead of « console » 
> cells we would have « typing code » cells exactly like in quarto or 
> jupyter
>
Right click for context menu -> Input options -> Multiline input


> also, in quarto if ever i want to run a cell that depends of further 
> cells (definitions in cells above for example) i can click on « run 
> cells above » before running current cell
>
Right click for context menu -> Evaluate -> Evaluate above

(I did not check if when you split a session it evaluates the current 
"block" only or all of the previous ones too)

>
> in quarto i can also hide the contents / or / the result / of a cell

I did not find out how to hide the contents; one can hide the result of 
all of the cells by folding/unfolding (context menu -> Session and look 
at the entries there). Maybe someone knows how to do this with some Scheme.


>  (inserting pictures for example)

Inserting pictures might be a good discussion for the forum, and maybe 
the whole discussion on how to improve sessions; maybe just a little bit 
of work is sufficient to give them some more convenient properties and 
behaviours.