Import Layer SDK
After you install the Layer SDK, you can import the Layer SDK library into your notebook or script with the following command:
import layer
The first cell of your Jupyter Notebook or Python file might look like:
import layer
import seaborn as sns
import matplotlib.pyplot as plt
Once the library is imported, you can use any of the methods or functions included in the Layer SDK.