Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

py3Dmol widgets not working

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
jupyter, jupyter-notebook, python
Domain
documentation

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.

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)>
Dominant language
Jupyter Notebook
Stars
70
Forks
15
Avg merge
4d 11h
Merged PRs (30d)
4

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

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.

More from OpenFreeEnergy/ExampleNotebooks

All issues in OpenFreeEnergy/ExampleNotebooks

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.