Online Platforms

stratapy can be used on online platforms such as Google Colab, which allow you to run Python code in your web browser without installing anything on your local machine. This is a convenient option if you want to try out stratapy quickly, are new to programming, or if you are using a device where you cannot install software.

Using Google Colab

Google Colab is a free online platform that provides a Jupyter notebook environment. You can use it to run Python code, including stratapy, directly in your web browser.

A tutorial Google Colab notebook with stratapy ready to go is available here: stratapy Tutorial Notebook.

Alternatively, to use stratapy yourself on Google Colab, follow these steps:

  1. Go to the Google Colab website: https://colab.research.google.com/

  2. Sign in with your Google account if you are not already signed in.

  3. Create a new notebook by clicking on “File” > “New notebook”.

  4. In the first cell of the notebook, install stratapy by running the following command:

    !pip install stratapy

  5. After the installation is complete, you can import stratapy and start using it in your notebook; see Tutorial.

Other Online Platforms

Other online platforms that support Jupyter notebooks, such as Kaggle or Binder, can also be used to run stratapy. The installation process is similar to that of Google Colab; simply create a new notebook and install stratapy using pip.