Educational ipython source code for applied thermodynamics.
In order to be able to interact and modify our material you will need to install python, numpy, sympy, matplotlib and jupyter notebook. They all come together in a bundle by Anaconda.
Here are the key steps to interact with our material and modify them:
summary of the steps: (see details below.)
- Install Anaconda
- Download our material from GitHub
- Use jupyter-notebook to open our
*.ipynb
files
Python 3.5 version
> 64-BIT INSTALLER
or 32-BIT INSTALLER
, dependeing on your own operational system.You can download it in the form of a zip file containing the latest release version either as a guest.
However, note that if you sign up on GitHub, you can, in addition to downloading the latest version of our material as a zip file, you will be able to:
Download as a zip file, using just your browser:
- click the green button “Clone or download”
- choose “Download ZIP”
Anaconda3 (??-bit)
in your start menu folders and click on Jupyter Notebook
to start it.
Now a terminal screen should open, and after a few seconds a tab in your browser should open with the address http://localhost:8888/tree/
.
You will be able to see a directory browsing tree view showing some of the files on your PC, probably just the ones under Libraries
, i.e. My documents
,My pictures
,My videos
and My music
Place the downloaded files inside some of these folders, e.g. inside My documents\PyTherm\GITSYNC
. (note that we recommend the directory name Pytherm to identify the project and the subdirectory name GITSYNC to identify that those are the files downloaded from github and that you might want to synchronize with the official repository when someone contributes with new stuff.)
open the *.ipynb
file you want to read in jupyter-notebook on your browser
*.ipynb
stands for ipython notebook, that is a file containing a mix of python code and descriptive text, that runs on the ipython kernel, that in turn, you can run on jupyter nortebook.