-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to work with plotly #36
Comments
[Voila] Serving static files from /home/xxxx/.conda/envs/py3/lib/python3.7/site-packages/voila/static. I looked into this folder, only found a file |
I think you would need to enable nbextensions to make any non-default extensions to work. |
@vidartf |
No, I meant running with |
Still no effect .
Add
chrome log
|
I am getting similar errors using standard voila (without vuetify) and plotly. The notebook gets executed, but the plots don't show up. It seems to only come up for voila versions >=0.2. I am running voila with these parameters:
(Adding and removing JS errors:
Voila errors:
Platform: Windows
|
This is due to require.min.js script element getting relocated to below notebook cell execution when the base.tpl file was reworked into index.html.j2 files. I've created a PR that addresses this: |
@eromoe have you tried out @jwminton's fix in voila-dashboards/voila#735? |
Nope, I don't use this now . |
I mentioned this in voila-dashboards/voila#619, but as a workaround, try wrapping your Plotly figure in a FigureWidget. |
Hello,
This widget is amazing for preview in notebooks!
But I found it have some problem with plotly , plotly figure can't be ploted , turn on console found a lot of error :
start with voila-vuetify
start plain
plotly figure render fine without
--template vuetify-default
env:
Do you have any idea?
The text was updated successfully, but these errors were encountered: