lusid-jam

Jupyter Access Token Management for LUSID


Keywords
FINBOURNE, LUSID, API, python
License
MIT
Install
pip install lusid-jam==0.1.2

Documentation

Use within a LUSID hosted Jupyter notebook as follows:

import os
from lusid.utilities import ApiClientFactory
from lusidjam import RefreshingToken as rt

api_factory = ApiClientFactory(token=rt.RefreshingToken(), api_url=os.getenv("FBN_LUSID_API_URL", None), app_name="Jupyter")