jupyter-widgets / tutorial

A tutorial for widgets
BSD 3-Clause "New" or "Revised" License
394 stars 164 forks source link

Add a basic bqplot exercise to the bqplot notebook #96

Closed ibdafna closed 4 years ago

ibdafna commented 4 years ago

Oops, the ipyleaflet version fix commit is still here. We may still be able to merge..I'll reopen if not

martinRenou commented 4 years ago

Oops, the ipyleaflet version fix commit is still here. We may still be able to merge..I'll reopen if not

It will disappear if you rebase your branch:

git checkout master && git pull upstream master
git checkout add_bqplot_exercises
git rebase -i master
git push upstream add_bqplot_exercises