Forum Discussion
wahmed20
3 years agoResolver I
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=[{'ho...
- 3 years ago
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
wahmed20
3 years agoResolver I
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