Skip to main content

Getting started

Getting the code

Install latest stable release:

pip3 install --upgrade suvtools

Importing suvtools into your program:

Import suvtools as suv, so that we can refer to it in short (e.g., suv.load):

import suvtools as suv

Jupyter Notebook

I will be using Jupyter notebook to demonstrate the examples. You can install Jupyter Lab using pip:

pip3 install --upgrade jupyterlab

Launch jupyterlab and create or open Python 3 notebook:

jupyter lab
info

If you are new to Python programming, you can check out my python tutorials.