- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Connecting computer code to notebook
There are some code which can work only in your computer. For example accessing elasticsearch using python client.
from elasticsearch import Elasticsearch
es = Elasticsearch(
hosts=[{'host': 'ip', 'port': 9200}],
http_auth=('name', 'username'),
)
Where the ip is the ip on which elasticsearch is running. This ip can run from my computer only. I want to run this code on the notebook of fabric. What setup I should do in this regrad?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code works if you run the notebook with Vs code.
For further details
https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code works if you run the notebook with Vs code.
For further details
https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
This question appears to be better suited for the Synapse community which does cover notebooks. This community focuses primarily on the components found inside of the Data Factory which are, today, Data pipelines and Dataflows.
I'd encourage you to post this question on the Synapse community.

Helpful resources
Join our Fabric User Panel
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Fabric Monthly Update - June 2025
Check out the June 2025 Fabric update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
02-16-2025 08:54 AM | |||
05-26-2025 07:17 AM | |||
03-17-2025 07:00 AM | |||
04-17-2025 09:49 PM | |||
03-23-2025 11:15 PM |
User | Count |
---|---|
55 | |
27 | |
18 | |
10 | |
4 |
User | Count |
---|---|
66 | |
54 | |
21 | |
8 | |
6 |