Using Interact in a Jupyter Notebook through Binder

Hello,

I would like to ask if somebody knows how to make a Jupyter Notebook with slide bars in Julia work using Binder. Locally, in my machine, after installing the necessary dependencies in the project I am able to make it work. However, after uploading my repo to binder, I get the missing WebIO error all the time.

Is there any example online where something similar is done?

I set it up here: GitHub - mitmath/binder-env: Binder environments for MIT math courses

Note the postBuild step to install webio.

2 Likes

Thank you, Steven!

Just need this. Many thanks!