{"library":"recommender-xblock","title":"Recommender XBlock","description":"An Open edX XBlock that provides course content recommendations to learners. Current version 5.0.0, aimed at the edx-platform Lilac release or later.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install recommender-xblock"],"cli":null},"imports":["from recommender import RecommenderXBlock"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from recommender import RecommenderXBlock\n# The XBlock is typically used within edx-platform. For local testing:\nfrom xblock.core import XBlock\nblock = RecommenderXBlock()\nprint(block.student_view({}))","lang":"python","description":"Basic import and instantiation of RecommenderXBlock","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}