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
Inline with review openjournals/joss-reviews#1095 I went through the first steps notebook and realized that the to_excel method does not export the data when calling df.to_excel('tutorial_export.xlsx') at the end.
I installed pyam via conda create -n pyam -c conda-forge pyam and the documentation requirements via pip install -r doc/requirements.txt
Can you confirm this behaviour? I attached below some system information and the conda environment packages.
Hey @Chilipp, thanks for raising this issue. I just tested on my linux machine, and all seems fine. Our CI tests on all three OSes, so I opened #151 to start to investigate.
Inline with review openjournals/joss-reviews#1095 I went through the first steps notebook and realized that the to_excel method does not export the data when calling
df.to_excel('tutorial_export.xlsx')
at the end.I installed pyam via
conda create -n pyam -c conda-forge pyam
and the documentation requirements viapip install -r doc/requirements.txt
Can you confirm this behaviour? I attached below some system information and the conda environment packages.
conda info
conda list -n pyam
The text was updated successfully, but these errors were encountered: