Jacob Peacock
Jacob Peacock
No worries, thanks for your eventual response! For others who might find this page, the [language-markdown](https://atom.io/packages/language-markdown) package now offers full support here.
I thought about this as I was implementing `--keep-count` and `--keep-output` and considered an options structure: --keep-count, -c --keep-output, -o --keep-text-output, -t --keep-image-output, -i --keep-metadata, -m Thus `nbstripout -o` would...
What would the regex flag be matched against? Every key in the ipynb?
You're probably getting a CAPTCHA page instead. Check the contents of `results.last_html_page`. If it's indeed a CAPTCHA try running the code again. Otherwise, try adding your [user agent](https://duckduckgo.com/?q=what%27s+my+user+agent&t=ffab&ia=answer) (first line)...
@naman-gupta99, are you able to try the provided work around?
@pouledodue Correct. Sometimes if your user agent/IP address/whatever else Amazon servers identify you by is flagged for captcha, waiting a bit for a "cool down" period can get you unflagged.
+1 Same experience. Concerning!
Is this the error exactly as it appeared? Line 1 of the script is `from bs4 import BeautifulSoup`, so it's a bit confusing.