OpenFreeEnergy / OpenFreeEnergy/ExampleNotebooks

py3Dmol widgets not working

Open
#82 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.