Mahmoud ouf

Results 17 comments of Mahmoud ouf

Hi @Alliages, Thanks so much for this feedback. Yes, you are right, I'll try fixing it and upload it again . Regards, Mahmoud

Hi @Piebekoster, GhCpython, doesn't recognize Pandas df object, however, you can output the df as a Json `df.to_json()` and dumps it as a string `json.dumps(df.to_json())`

Hi @strdesigner, Thanks so much for the feedback, This feature is not available at the moment yet, but I'll try to make it work. Best regards, Mahmoud.

Hi @buka71, You can set them inside the python code, once you initiate the component, you might need to delete the default input `_input` and add other inputs e.g. `x,...

Hi @loooo94 , Are you able to import numpy and matplotlib using `D:\anaconda3\Python.exe` ?

I suggest that you interchange numpy matrices between different components using `numpy.dumps(the_np_array)` and read it from the other component as `numpy.loads(the_dumps_array)` https://docs.scipy.org/doc/numpy-1.10.0/reference/generated/numpy.ndarray.dumps.html

Hi @Aban6, You need to specify the location of the interpreter first (make sure you choose the anaconda address), as follows: ![](https://user-images.githubusercontent.com/6969514/29310266-55758290-81ad-11e7-80cd-5b3dcde4d66a.jpg) or goto `python > interpreter ..`

Hi @Alliages, I'm supposed to modify datatree in GH_CPython, I'll start doing it and I'll infrom you as soon as possible, I'll appreciate it if you give me an example....

Thanks so much, now everything is clear, I'll add this feature as soon as I can . Best regards, Mahmoud

@varoudis , I have modified it to work with lists, you can check it out via this link: https://github.com/MahmoudAbdelRahman/GH_CPython/blob/master/GH_CPython.zip Best regards, Mahmoud