Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/lusid-jam
LUSID JupyterHub Access Token Manager
https://github.com/finbourne/lusid-jam
Last synced: 22 days ago
JSON representation
LUSID JupyterHub Access Token Manager
- Host: GitHub
- URL: https://github.com/finbourne/lusid-jam
- Owner: finbourne
- License: mit
- Created: 2019-12-04T09:47:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:41:55.000Z (7 months ago)
- Last Synced: 2024-06-24T15:20:27.170Z (7 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 12
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
Use within a LUSID hosted Jupyter notebook as follows:
```
import os
from lusid.utilities import ApiClientFactory
from lusidjam import RefreshingToken as rtapi_factory = ApiClientFactory(token=rt.RefreshingToken(), api_url=os.getenv("FBN_LUSID_API_URL", None), app_name="Jupyter")
````$ pip install lusid-jam`