Sandbox
- Page ID
- 3807
Code \(\PageIndex{1}\) (Python):
%%python3 import numpy as np import matplotlib.pyplot as plt import ipywidgets as widgets %matplotlib inline @widgets.interact def square(x=5): print(x)
Code \(\PageIndex{1}\) (Python):
%%python3 import numpy as np import matplotlib.pyplot as plt import ipywidgets as widgets %matplotlib inline @widgets.interact def square(x=5): print(x)