forked from finbourne/sample-notebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.mustache
20 lines (14 loc) · 1.04 KB
/
README.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# LUSID Jupyter notebooks
This repository contains Jupyter notebooks that show how to use [LUSID](https://www.finbourne.com/lusid-technology). The examples in this repository are in Python. but the underlying LUSID functionality can be implemented using any language that has a HTTP client library. The notebooks are divided into two categories:
* `features` - Notebooks showing specific LUSID features. These notebooks are short and specific.
* `use-cases` - Notebooks showing sample business implementations or use-cases. These notebooks will combine various LUSID features to solve a business use-case. The `use-case` notebooks are generally longer than the `features` ones.
{{#paths}}
## {{k}}
| filename | title | description | features |
| --- | --- | --- | --- |
{{#v}}
| [{{filename}}](<{{link}}/{{url_filename}}>) | {{title}} | {{{description}}} | {{formatted_features}} |
{{/v}}
{{/paths}}
| :warning: This file is generated, any direct edits will be lost. For instructions on how to generate the file, see [docgen/README](../docgen/). |
| --- |