Matplotlib figure is not updating with ipywidgets slider

前端 未结 0 1766

I have the following code to generate a simple graph.

%matplotlib notebook
from ipywidgets import *
import numpy as np
import matplotlib.pyplot as plt

x = np.lin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题