OpenFreeEnergy / OpenFreeEnergy/ExampleNotebooks
py3Dmol widgets not working
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 70
- Forks
- 15
- Avg merge
- 10h 42m
- Merged PRs (30d)
- 2
Description
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)>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the creating_networks_from_external_files notebook from a fresh install and reproduce the error at the interact(display_edge, index=widgets.IntSlider(...)) entry point. Inspect the notebook's widget and py3Dmol setup, then verify that the edge slider displays the expected widget without an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, jupyter-notebook, python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100