ines / course-starter-python

👩‍🏫🐍 Starter repo for building interactive Python courses
https://course-starter-python.netlify.com
MIT License
504 stars 118 forks source link

ipywidgets functionality? #20

Open mathematicalmichael opened 4 years ago

mathematicalmichael commented 4 years ago

Hi, thank you for this template. I've been digging into juniper trying to get it to load ipywidgets the way that thebelab does (ex: https://minrk.github.io/thebelab/widgets.html) but haven't been able to make it work by comparing the two projects javascript dependencies. I can tell there's significant overlap so it's likely just a few steps away...

Is there a path to getting interactive widgets embedded? What files need to get added to? (I can get the python-side properly configured, so the objects are created, but they are not displayed).