- 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 us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Microsoft Fabric Community Conference 2025
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
Subject | Author | Posted | |
---|---|---|---|
03-08-2024 12:24 AM | |||
09-16-2024 07:42 AM | |||
12-22-2023 01:16 AM | |||
05-17-2024 02:43 AM | |||
04-08-2024 12:05 PM |
User | Count |
---|---|
8 | |
5 | |
4 | |
3 | |
1 |
User | Count |
---|---|
12 | |
8 | |
5 | |
5 | |
4 |