Installation¶
Local Installation¶
Clone the PaleoSTeHM repository:
git clone https://github.com/radical-collaboration/PaleoSTeHM.git
Create and activate a Python virtual environment, and install PaleoSTeHM’s Python dependencies in it. Using conda:
cd PaleoSTeHM/
conda env create -f environment.yml
conda activate ve3PaleoSTeHM
Load Jupyter Lab (or Jupyter Notebook) and navigate to the tutorial of interest:
jupyter-lab
Google Colab Installation¶
The following are instructions on how to run PaleoSTeHM tutorials through Google Colab. One must have a Google account and access to Google Drive to use PaleoSTeHM in this configuration.
Navigate to Google Colab and select “+ New Notebook” when prompted.
In the new notebook, copy and paste the following into a cell:
from google.colab import drive
drive.mount('/content/drive')
%cd /content/drive/MyDrive
!git clone https://github.com/radical-collaboration/PaleoSTeHM.git
Open Google Drive and navigate to the newly created PaleoSTeHM repo. Go to the tutorial you would like to run (i.e. /PaleoSTeHM/Tutorials/1.introduction/introduction.ipynb), right-click and select “run from Google Colab”.
Pip Installation¶
pip install PaleoSTeHM