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

Loading multiple applets during initialisation #40

Open
fekad opened this issue Feb 2, 2022 · 0 comments
Open

Loading multiple applets during initialisation #40

fekad opened this issue Feb 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@fekad
Copy link
Owner

fekad commented Feb 2, 2022

In the case of using ipywidget.Output there are multiple viewers has been generated.
To reproduce the issue:

view4 = JsmolView()

o = Output()
display(o)

with o:
    display(view4)
    
view4.load_file('data/coord.xyz', '{2 2 2}', 'unitcell {4.365 4.625 6.359 90.0 90.0 90.0}', inline=True)    
@fekad fekad added the bug Something isn't working label Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant