Hello world, I am back again to science… and this time I will program PDEs using Python!
Firstly, we need to download the Anaconda package, in my case for Linux and python 3.xCopy the package downloaded to the path for out installation and execute the script:
bash Anaconda3-2020.02-Linux-x86_64.sh
Press yes if you accept running the installer to initialize, as follows:
To reload the modification of the bashrc file, we need to execute the source command:
source ~/.bashrc
To navigate on Anaconda applications like Jupyter Notebook, you might run on terminal:
anaconda-navigator
Finally you can launch Jupyter which will be work locally as you can see:Check out into your browser to see the tree of files presented by Jupyter. I am going to create a folder called FEniCS to run some PDEs programs. Then, locate into the new created folder, and click on New > Notebook: Python3
To execute your code, press SHIFT + ENTER
Muchas gracias!! lo seguí todo al pie de la letra y está funcionando perfecto!, ahora necesito estudiar con juicio.