Brian Cherinka
Brian Cherinka
@izkgao yes this is very helpful, thanks!
Ok let me try that. What's weird is that yesterday everything was working properly but perhaps it shouldn't have been.
So that PR is merged; I did a git pull and fresh install of `voila` from master, and I'm still getting the same error.
Yeah I had copied the new file over into my project but still had the same problem. I reset everything back to voila `0.2.7`, the old `embed`, closed everything down,...
Ok cool. I'll upgrade everything, give it a shake, and see if everything works!
Looks like everything is back to normal. I've tested the `voila=0.2.10` and the latest `voila-embed` work in the standard mode as well as the `hotpot` kernel pooling mode.
Can you check for any errors displayed in your browser developer console, and if any, post them here?
I'm using `voila==0.2.7`. I've had issues with `voila==0.2.8`. By `voila-embed` might be installing the latest voila. Maybe try downgrading your voila version to `0.2.7`?
Did you set up the command exactly in the readme `conda create -n ve -c conda-forge -y python voila ipyvuetify=1.0.4 bqplot=0.11 nodejs`? If so, the `ipyvuetify` and `bqplot` packages might...
Digging into things a bit. It looks like the conflict might be in the `body` element. in our `static/css/site.css` ``` body { font-family: 'Overpass-Regular', 'Overpass'; font-weight: 400; font-style: normal; margin-bottom:...