pyensae icon indicating copy to clipboard operation
pyensae copied to clipboard

Helpers for teaching materials in python at the ENSAE

Results 6 pyensae issues
Sort by recently updated
recently updated
newest added

Hi, here is a short note/message... When using the Corrplot class and adding a colorbar, the ticks were a bit misaligned. I modified the plot function to return the cbar...

hi, Thanks for the amazing work! While running following ``` from pyensae.languages import r2python ``` I get following error: ImportError: cannot import name 'r2python' from 'pyensae.languages' (/home/ajnadk/anaconda3/lib/python3.8/site-packages/pyensae/languages/__init__.py) In the 'languages...

Hello, sorry if this has been asked before already. Would this "convert R script into python code" module work for a R script with external libraries? I suspect it doesn't...

Hi, First of all this an awesome library, I am using it to convert R code to Python. Here is my question. I see for most of the functions like...