Example notebook for package “artemis_gnss”

This example illustrates how to integrate a Jupyter Notebook in the documentation of the package.

from artemis_gnss import hello_world
def test_hello_world():
    assert hello_world() is None
test_hello_world()
print('Done')