WebIO Installation Problem

I was trying to use the @manipulate macro using the Interact package in my regular Jupyter Notebook. But I was having trouble with this. I tried uninstalling and reinstalling as instructed to here IJulia (Jupyter) · WebIO. But this still didn’t work. I also tried doing the following

using Conda
Conda.pip_interop(true)
Conda.pip("install", "webio_jupyter_extension")

and then running my code with the @manipulate macro, but this failed as well

Are there any workaround for this?