Adding PDF functionality to courses

Hey , I am trying to add and activate PDF in my tutor local
using

IONISx/xblock-pdf: Course component (Open edX XBlock) that provides an easy way to embed a PDF (github.com)

Already added to config.yml

  • name: ‘git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf’
    In Settings > Advanced Settings > advanced module is added “pdf”

What next because on my studio still is no PDF/Advanced button .
Any clues ?

Which version of tutor are you using? The xblock seems to be quite old and also there is some change in the way of adding additional pip requirements in the config.yml file.

OPENEDX_EXTRA_PIP_REQUIREMENTS:
- git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf

This is how we add it now in recent versions of tutor (we use tutor version Palm).

I am using latest version 17.0.1
Also trying with same method
OPENEDX_EXTRA_PIP_REQUIREMENTS:

  • git+https://github.com/IONISx/xblock-pdf.git@v1.0.0#egg=xblock-pdf

maybe some newer plugin for newest tutor edx You know it will work ?

Yes, I am using newer xblocks with this method and is working fine. For example, you can try the h5pxblock.