Installation#

You can install Tcplotter using pip.

pip install tcplotter

Note: In order for Tcplotter to work properly you will also need to install the thermochronometer age prediction programs available in the Tccore package.

Optional graphical progress bar#

It is possible to enable a graphical progress bar with tcplotter when using it in a Jupyter notebook. This requires the ipywidgets library. ipywidgets can also be installed using pip or conda:

pip install ipywidgets

or

conda install -c conda-forge ipywidgets