vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
176 stars 17 forks source link

Remove dependency on jquery #315

Closed BoPeng closed 3 years ago

BoPeng commented 3 years ago

With bootstrap moving to version 5 and jquery is no longer a dependency. We use jquery in a few places such as

https://github.com/vatlab/sos/blob/d09e265f3b6a817bf2c826d896e85d543aabd5e3/src/sos/templates/workflow_report.tpl#L330-L336

and it should be easy to remove such dependency.

BoPeng commented 3 years ago

This is not needed for sos because that is the only case when jquery is used and that is is used to set up tooltop for bootstrap 4.

BoPeng commented 3 years ago

sos-notebook does not use jquery either.