Skip to content

Commit fc94ad1

Browse files
committed
adding the getting started
1 parent 578572e commit fc94ad1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,21 @@ pip install wordlift-client # It's that simple!
188188

189189
Then [grab your API key](https://wordlift.io/pricing/)
190190

191+
You can also jumpstart a Knowledge Graph using our [getting-started-notebook](https://github.com/wordlift/getting-started-notebook):
192+
193+
```bash
194+
# Clone the repository
195+
git clone https://github.com/wordlift/getting-started-notebook.git
196+
cd getting-started-notebook
197+
198+
# Install dependencies using Poetry
199+
poetry install
200+
201+
# Configure with your WordLift Key and sitemap URL
202+
# Then run the notebook
203+
jupyter notebook getting_started_notebook.ipynb
204+
```
205+
191206
### 🤝 Enterprise Setup
192207

193208
[Let's talk!](https://wordlift.io/demo) We'll create a custom plan for you.

0 commit comments

Comments
 (0)