0. Preface: Appendix

0. Preface: Appendix: Images


In [ ]:
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
from IPython.display import HTML 
HTML('../style/course.css') #apply general CSS

Here you find an example to insert an image.

**Figure 0.A1**: Spherical triangle $STZ$

In [ ]:
from wand.image import Image as WImage
img = WImage(filename='00_figures/bla.eps')
img

0. Preface: Appendix: Citations

This is an example to cite Bosma (1982).