문제 상황
예전에 python공부, 학습하면서 github 레포지토리에 jupyter_notebook을 통채로 올리고, 다른 오픈 소스를 forked했던 것이 코드 양이 많아 내 github통계 1등이 jupyter_notebook 차지하는 부분이 너무많았다.
레포를 다 삭제하는 방법도 있겠지만 삭제하는건 언제나 조심스럽기 때문에 일단 통계에서 제외시키고싶었다.
[](https://github.com/anuraghazra/github-readme-stats)
여기 위링크에서 특정 언어를 제외하는 방법이 hide=제외할언어1,제외할언어2 ...으로 하면 된다고 해서 hide=jupyter_notebook로 해도 되지않았다.
++ 다시 다른 정보를 보려고 읽다보니
앞전에 이렇게 써있었다.
이런 특수한 옵션은 따로 빼두지 않고 바로 아래에다 두는게 더 정보력이 좋을 것 같다는 생각이 든다.
해결
해결 참고 링크 : https://github.com/anuraghazra/github-readme-stats/issues/201
How to hide jupyter Notebook? · Issue #201 · anuraghazra/github-readme-stats
My top language is Jupyter Notebook and I want to hide it. Then, how can I write the query string to hide it? I tried hide=jupyter_notebook hide=jupyterNotebook hide=Jupyter_notebook hide=JupyterNo...
github.com
그러다 위 링크로 hide=jupyter%20notebook로 해결할 수 있었다.