Skip to content
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

py3Dmol widgets not working #82

Open
richardjgowers opened this issue Sep 1, 2023 · 1 comment
Open

py3Dmol widgets not working #82

richardjgowers opened this issue Sep 1, 2023 · 1 comment

Comments

@richardjgowers
Copy link
Contributor

richardjgowers commented Sep 1, 2023

On a fresh install I get the below in the creating_networks_from_external_files notebook

# traverse through all views

edges = list(ligand_network.edges)

interact(display_edge, index=widgets.IntSlider(min=0, max=len(edges)-1, step=1))
>>> Error displaying widget

<function __main__.display_edge(index)>
@IAlibay
Copy link
Member

IAlibay commented Sep 1, 2023

Yeah I've been having a hard time getting py3dmol to work on fresh installs lately. There's probably something upstream going on but I've not had a chance to dig into itt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants