How to remove a language from code language stats #4312
-
I have a couple of repos with some Jupyter notebooks, and Most of my code is in other languages, but because of this, 80% is by Jupyter notebooks(ouch!). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can tell GitHub Linguist (the library GitHub uses to detect repo language stats) to ignore specific file types like |
Beta Was this translation helpful? Give feedback.
-
Yeah, GitHub stats get messy when Jupyter notebooks are around since they’re huge files and dominate the chart. 🔹 Fix:
Optional:
Easiest = .gitattributes trick 👍 if you want to do it with all repo. unfort you have to do this one by one to all |
Beta Was this translation helpful? Give feedback.
Hello @AnirudhG07
You can hide the Jupiter notebook from your card by adding the
&hide=jupyter%20notebook
parameter into the image URL. Here is an example: