-
I have a single repo with jupyter notebook, but the notebooks takes too much capacity. How do I hide it from the card? I tried But nothing works. Please help me here. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty541
Mar 2, 2024
Replies: 1 comment 2 replies
-
Hey, @adimail! You can hide jupyter notebook using <img src="https://github-readme-stats.vercel.app/api/top-langs?username=adimail&hide=jupyter%20notebook" /> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adimail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @adimail! You can hide jupyter notebook using
&hide=jupyter%20notebook
. Query string value should be URL encoded. I will add an example below.