EGI-Federation / notebooks

The EGI Notebooks and Replay services
https://notebooks.egi.eu
Apache License 2.0
1 stars 1 forks source link

JMES Path #2

Open rrotondo opened 5 years ago

rrotondo commented 5 years ago

Short Description of the issue

Hi, I've started using JupyterLab and I noticed JMESPath libraries are not included in python. Could you add them for everyone? Moreover you support python 3, but I still do have project in python2, could be possible have both versions available?

Summary of proposed changes

Add JMESPath python libraries (http://jmespath.org/libraries.html); Python 2 available.

Cheers, Riccardo

enolfc commented 5 years ago

Thanks @rrotondo for reporting the issue.

JMESPath is currently being added to the image (https://github.com/EGI-Foundation/egi-notebooks-images/commit/5739396a3f98a32db3e60a40bc6e7d3f076b2041)

Do you have a list of libraries you are expecting to have in python2?

rrotondo commented 5 years ago

Dear @enolfc , Thank you for your quick reply. Apart from JMESPath, Beautiful Soup is another commonly used for web crawling.

enolfc commented 5 years ago

Hi @rrotondo

python 2 is now available with JMESPath and beautifulsoup4

Let me know if it works for you.