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
Hello, I'm relatively new to Julia and I was hoping to get some help working with @manipulate.
I have the following code
using WebIO
WebIO.install_jupyter_nbextension()
using Plots, LinearAlgebra, Interact
gr()
@manipulate for i = 1:100
m = i
end
This produces a slider that I can adjust, however, the value will not change. I was trying to use the @manipulate to adjust the input to a simple linear function and plot it and saw that this was a test case for debugging if it was a plotting issue or not. I am using Julia version 1.4.1 and working in a Jupyter notebook. I would appreciate any help in solving/debugging this. Thank you!
The text was updated successfully, but these errors were encountered:
I can't explain it but I tried it again a day after and it worked. I'm guessing that it had to do with restarting the notebook/computer (which I thought I had tried but I guess not).
Hello, I'm relatively new to Julia and I was hoping to get some help working with
@manipulate
.I have the following code
This produces a slider that I can adjust, however, the value will not change. I was trying to use the
@manipulate
to adjust the input to a simple linear function and plot it and saw that this was a test case for debugging if it was a plotting issue or not. I am using Julia version 1.4.1 and working in a Jupyter notebook. I would appreciate any help in solving/debugging this. Thank you!The text was updated successfully, but these errors were encountered: