You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I installed codon using the bash script, but it has no support for jupyter. I'm trying to compile from source, but I have issues with some include files (probably they are not in the right directory; I'm using brew gcc, but it looks there are conflict with conda install).
How to use functions from standard libraries such as random? Calling them as python objects (pyvars) works but makes the code performance suffer. Also importing from a module as codon function (with signature) the performance becomes much worse. It's a basic function to estimate pi via Monte Carlo. Numba is faster.
How to use codon in a conda virtual env? Even if I activate the environment, codon cannot load the proper libraries. Using the decorator inside a jupyter notebook works fine.
It looks like importing condon and numba creates conflict in my jupyter notebook. One or the other work fine, but together they crash.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I installed codon using the bash script, but it has no support for jupyter. I'm trying to compile from source, but I have issues with some include files (probably they are not in the right directory; I'm using brew gcc, but it looks there are conflict with conda install).
How to use functions from standard libraries such as random? Calling them as python objects (pyvars) works but makes the code performance suffer. Also importing from a module as codon function (with signature) the performance becomes much worse. It's a basic function to estimate pi via Monte Carlo. Numba is faster.
How to use codon in a conda virtual env? Even if I activate the environment, codon cannot load the proper libraries. Using the decorator inside a jupyter notebook works fine.
It looks like importing condon and numba creates conflict in my jupyter notebook. One or the other work fine, but together they crash.
Beta Was this translation helpful? Give feedback.
All reactions