Skip to content

Commit 9f8d728

Browse files
author
Heiru Wu
committed
docs(readme,notebook): add a notebook example
1 parent 065c9ab commit 9f8d728

File tree

3 files changed

+419
-5
lines changed

3 files changed

+419
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
# Release Notes
21

3-
## 0.0.0 (YYYY-MM-DD)
4-
5-
- TBD

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ hosts:
9595
9696
### Create client
9797
98+
**You can also find some notebook examples [here](https://github.com/instill-ai/python-sdk/tree/main/notebooks)**
99+
98100
Simply import the `get_client` function to get the client that are connected to all services with the config you setup previously.
99101

100102
```python
@@ -411,7 +413,7 @@ instill_model_pipeline([i])[0][0]["output"][0]["category"] == "dog"
411413

412414
## Contributing
413415

414-
Please refer to the [Contributing Guidelines](./.github/CONTRIBUTING.md) for more details.
416+
Please refer to the [Contributing Guidelines](https://github.com/instill-ai/python-sdk/blob/main/.github/CONTRIBUTING.md) for more details.
415417

416418
## Community support
417419

0 commit comments

Comments
 (0)