File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,21 @@ pip install wordlift-client # It's that simple!
188188
189189Then [ 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.
You can’t perform that action at this time.
0 commit comments