Changes between Version 114 and Version 135 of Ticket #16004
- Timestamp:
- 10/27/14 20:43:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16004
-
Property
Commit
changed from
to
c5354abd32c0f396ab06a46a4141e77ce487eb8e
-
Property
Branch
changed from
to
u/kcrisman/jsmolsagenb
-
Property
Commit
changed from
-
Ticket #16004 – Description
v114 v135 11 11 12 12 How to test: 13 1. Switch Sage to#1702013 1. Update Sage with #17020 14 14 1. Download the repackaged Jmol from the link provide in #17020 and save the package in the "upstream" directory of your sage install. 15 15 1. run `sage -f jmol` to install the new jmol. 16 1. Clone the `new_jmol` branch from the PR to anywhere convenient on your system: `git clone https://github.com/vbraun/sagenb.git -b new_jmol` 17 1. From within the sagenb repository run `sage -python setup.py install` 18 19 For testing, #17170 is also advised, since without it display in the notebook does not work properly. 16 1. Update Sage with the branch here 17 1. Put [http://sage.math.washington.edu/home/kcrisman/sagenb-0.11.0.tar the new upstream package] into `SAGE_ROOT/upstream` 18 1. Do `sage -f sagenb-0.11.0` 19 1. Test! 20 1. For testing, #17170 is also advised, since without it display in the notebook does not work properly.