donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic notebooks (zero install)

donnemartin opened this issue · comments

Binder and Google Colab 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"