Not exactly a Feature Request.
Jupyter notebooks lead to a lot of line count since GitHub does not render them properly.
Adding new Jupyter notebooks will soon make this library with primary langauge of Jupyter very high.
While this library is in python. This creates a misconception in first sight.
A neat workaround is to have a .gitattributes file as follows. Remove # Where suitable
# Jupyter notebook
# For text count
# *.ipynb text
# To ignore it use below
# *.ipynb linguist-documentation
This is just a harmless addition. I guess it does not impact library.
That sounds like a good addition to me. Can you open a PR adding this?
Adding new Jupyter notebooks will soon make this library with primary langauge of Jupyter very high.
A neat workaround is to have a .gitattributes file as follows. Remove # Where suitable
Even with the PR merged, library is dominated by Jupyter notebook.

Probably that's because this keeps track of git history.
It actually works and is reduces the line count significantly.
Some issues that might help
Currently the count is text.
We can simple change to the comment I mentioned here
@oke-aditya let's ignore notebooks for this statistic counting, can you send a PR for that?
Sure
Most helpful comment
Even with the PR merged, library is dominated by Jupyter notebook.