donnemartin / donnemartin/interactive-coding-challenges
Support dynamic notebooks (zero install)
Open
enhancement
- Dominant language
- Python
- Stars
- 31.8k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
[Binder](https://mybinder.org/v2/gh/donnemartin/interactive-coding-challenges/master) and [Google Colab](https://colab.research.google.com/) are popular hosting platforms for dynamic Jupyter notebooks, requiring no installation.
Steps:
* Remove `nose` package dependency so `nose` does not have to be installed on Binder and Colab
* Add Binder badges to README
* Update static links to dynamic links to Colab
* Update README "Notebook Installation" and "Running Challenges"
Contributor guide
Assessment
This issue has not been assessed yet.