FAIRiCUBE / FAIRiCUBE-Hub-issue-tracker

FAIRiCUBE HUB issue tracker
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Add DoWhy Python package to UC2 Python kernel on EOX and rasdaman Jupyter Hub #60

Closed robknapen closed 2 weeks ago

robknapen commented 4 weeks ago

Hi,

For our use case (UC2) we want to look into the DoWhy library for causal modelling. Can that package (with dependencies) please be added to our Python kernels on Jupyter Hub, both on EOX and rasdaman. DoWhy v.0.11.1 is preferred.

https://www.pywhy.org/dowhy/v0.11.1/index.html

Thanks!

eox-cs1 commented 4 weeks ago

forwarded request to our EOxHUB Team

eox-cs1 commented 3 weeks ago

@robknapen The DoWhy 0.11.1 has been added to "fairicubeuc2_torch". Let me know if you need it somewhere else, too. Please test it, and if it works and close this issue. Else let me know.

robknapen commented 3 weeks ago

I have tested it on EOX, working fine @eox-cs1.

@pebau Any update regarding installation on the rasdaman Jupyter Hub for UC2?

pebau commented 3 weeks ago

@misev can you have a look?

misev commented 3 weeks ago

It's installed now on the rasdaman jupyter hub, please check if it works.

robknapen commented 2 weeks ago

Thanks for installing it @misev. Python still has trouble finding it from a Jupyter Notebook, see screenshot. Something seems to be out of sync, any idea?

Screenshot 2024-06-13 at 10 23 39

misev commented 2 weeks ago

It works fine for me, not sure how to reproduce your issue?

Screenshot_20240614_160307

eox-cs1 commented 2 weeks ago

@robknapen I don't know how rasdaman is handling Jupyter, but make sure that you really start up a NEW Jupyter session. Just an idea...

misev commented 2 weeks ago

@robknapen Following the discussion today I setup our JupyterLab with GitHub login. You'd need to logout and then click on Sign in with GitHub.

robknapen commented 2 weeks ago

@misev Thanks. GitHub sign in to JupyterLab is working :)

The DoWhy package now can be imported as well in my notebook. So that issue seems to have resolved itself as well.

(The machine seems to be a bit sluggish though at the moment.)