Okay, the basic question: What is a very simple .leo file that will create
a .ipynb file for a notebook with one markdown cell and one code cell that
reports the outcome of some calculation?
I tried:
@file Note.ipynb
@others
- - -title
@language markdown
## Title
- - -calculation
@language python
x=4
print(x+3)
but got something that didn't look like the format of other .ipynb files I
have.
On Friday, 8 November 2019 09:38:40 UTC-3:30, Edward K. Ream wrote:
>
>
>
>
>
>> The sort of thing I envisage goes:
>> "Can I do this useful (for my end purpose) thing with Leo?"
>>
>
> Leo's FAQ contains how-to's. Feel free to suggest additions.
>
>
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/d17969d3-e06e-41bf-839b-1fdfe5ba530b%40googlegroups.com.