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
e for that. Best wishes Richard Sent from my Samsung Galaxy smartphone. Original message From: Lawrence Bottorff Date: 30/03/2019 03:18 (GMT+00:00) To: emacs-orgmode Mailinglist Subject: [O] Python with org-mode I've seen many "start using Python" parades, bu

[O] Python with org-mode

2019-03-29 Thread Lawrence Bottorff
I've seen many "start using Python" parades, but what is the best way to use Python with org-mode, i.e., in babel source blocks? I'm on U18.10, which comes with standard 2 (2.7.15+) and 3 (3.6.7). But then I keep hearing about Anaconda. Your opinions, experiences, please. LB