[O] Python source block weirdness #2

2019-03-30 Thread Brad Knotwell
Good day all-- I've a similar problem that might hint at what's occurring.  You can't use an else or elif block in a python src block (might be session-specific).  Looking through the commits, I wonder if    1966d58b253d0077025589c736b9223010682e17 Had some unintended consequences. Thx. --Brad #

Re: [O] Python with org-mode

2019-03-30 Thread Martin Schöön
Just a comment related to Anaconda. Your Ubuntu 18.10 already has some Python installed and bringing in Python packages from outside of the Ubuntu ecology may create problems. I don't know how this works with Anaconda but I have 'been there, done that' with pip before I learned how to use pip prop

Re: [O] Python with org-mode

2019-03-30 Thread Martin Alsinet
Lawrence, It depends on what you want to do. Anaconda is a python distribution intended for data science and machine learning, so if you want to work on machine learning, it provides an easy way to install all the required packages for that. You can use any python distribution with org-mode, you j

Re: [O] Python with org-mode

2019-03-30 Thread richardfieldsend
I recently began experimenting with literate programming, starting with converting my configuration to use org and elisp. Python is the second language I have worked with. My observations so far:* you need to activate languages other than elisp. I am on my phone, so I don't have the links to han