You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already lovely support for live updates for html http://livejs.com/
The only limitation is that it does not work for file:/// protocol, however that is not a problem at all in many cases as you can easily setup a local file server. In Intellij Idea this is already automatically done.
The only changes which need to be applied are
adding a new Boolean function argument to the plot function, useLivejs for instance
like done with the useCdn flag, when useLivejs==true, the header below has to be appended inside the head tag
There is already lovely support for live updates for html http://livejs.com/
The only limitation is that it does not work for file:/// protocol, however that is not a problem at all in many cases as you can easily setup a local file server. In Intellij Idea this is already automatically done.
The only changes which need to be applied are
adding a new Boolean function argument to the plot function,
useLivejs
for instancelike done with the
useCdn
flag, whenuseLivejs==true
, the header below has to be appended inside the head tagThe text was updated successfully, but these errors were encountered: