DavidBreuer / ifsc-analysis

Analysis of IFSC Bouldering Competitions 2007 - 2022
2 stars 0 forks source link

Question about your plotly visualizations and nbconverter #1

Open noah-kg opened 1 year ago

noah-kg commented 1 year ago

This isn't an issue with your code at all, but more about any issues you faced with hosting your notebook on GitHub Pages. I too was doing my own analysis of the IFSC bouldering comps, and I stumbled across your repo by chance and really got invested in your visualizations. I essentially set a goal to learn how to make some of the visualizations you made, but I'm having issues with them.

In my notebooks, the visualizations show up perfectly, and function as I'd expect them too. However, when I convert them to HTML and put it on the GH Page, the "climber's participation in finals over time" visualization (the one that looks like a heatmap) gets completely broken and skewed. I was wondering if you had any similar issues?

I made a post on the Plotly forums about it, so you can see what I'm talking about. Anyways, just wondered if you faced the same issue - I've been bashing my head against the wall trying to figure this out for about 3 days now, haha.

DavidBreuer commented 1 year ago

Hi @noah-kg, thanks for your post! It's been a while but I vaguely recall some issues with the html conversion, not sure about the details. However, the solution for me was a strict setting of some (non-latest, so to say) Python package versions in the requirements.txt. Maybe that works for you, too?