Opened 7 years ago
Last modified 6 weeks ago
#19529 new defect
Jmol sub-menu items do not function from Jupyter notebook
Reported by: | strogdon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interfaces | Keywords: | jupyter, jmol |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The Jmol
menu is basically non-functional from the Jupyter
notebook. To see this
./sage -n jupyter
In[1]: x, y = var('x y') plot3d(sin(pi*(x^2+y^2))/2,(x,-1,1),(y,-1,1))
and then right-click on the resulting jmol. The Console
and JavaScript
menu items do appear to function.
Change History (4)
comment:1 Changed 7 years ago by
Type: | PLEASE CHANGE → defect |
---|
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by
comment:4 Changed 6 weeks ago by
Milestone: | sage-6.10 |
---|
Note: See
TracTickets for help on using
tickets.
The Jsmol iframe on jupyter uses only static assets (html, js) that are embedded in the notebook. Any functionality that requires jsmol to load additional stuff (like the menu) is not working.