equinor/webviz-archived

MathJax works after dev-install, but not install

Opened this issue · 0 comments

Description
MathJax works after make dev-install, but not after make install

Expected behavior

MathJax works after make install.

Actual behavior

MathJax does not work after make install (but works correctly after make dev-install).

How to reproduce

  • To check that it works, do make dev-install on ./core, and run minimal_example.py.
  • To reproduce that it doesn't work, do make install on ./core, and run minimal_example.py.