rfeynman42 @alien.top
BOT
Posts 0
Comments 1
Create "code blocks" that I can collapse and expand with mouse next to functions? 1 0
For quick reference here's the tutorial: https://orgmode.org/worg/org-contrib/babel/intro.html
Once you have it set up you can have Python code in the file like this:
#+begin_src python
# python code here
#+end_src
Reply
Next