Skip to content

Unable to detect Python Language on repository #5162

Discussion options

You must be logged in to vote

I've taken a look at your repository and I can see it is showing Jupyter notebook and Python:

If you click each of the languages in the side bar, you'll be able to see which files are responsible for each language. The reason Juptyer is the primary language is because your single Jupyter file is significantly larger than your single python file (16.7kb vs 1.09kb) and Linguist works on the bytes of code.

If you would like Python to be the primary language, you'll need to either write more python 😉 or implement an override as detailed in in the Overrides section of the README.md

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lildude
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5160 on January 22, 2021 17:32.