Forum Discussion

wahmed20's avatar
wahmed20
Resolver I
3 years ago
Solved

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...