This is a guide how to use ElasticSearch with Python and Jupyter.
To make the Jupyter works on my environment, I want to create a “miniconda” virtual environment, which caused error with “pyenv”. Here is the instructions how to make it work.
1 | pyenv local miniconda3-4.3.30 |
The following links are also used to get the final solution: