https://jsfiddle.net/ekv8w2e4/1/
我已经阅读了一些stackoverflow对人们使用flex滑块的问题的答案,但它们似乎都不适合我。我有5张幻灯片,但我只能在第一张幻灯片上显示文字,这与我放HTML的地方有关,它始终显示在第一张幻灯片上。我希望每张幻灯片都有自己的文本集。下面没有包含的css是flex滑块附带的css。
# ipython notebook specific
%pylab inline
# imports
from matplotlib import pyplot as plt
import matplotlib as mpl
from seaborn.apionly import set_palette
from IPython.display import set_matplotlib_formats
# configure plotting
set_matplotlib_formats('pdf', 'svg')
set_palette('Set1', n_colors=15, desat=None)
mpl.rcParams['figure.figsize']=(12.0,2.0)
非常感谢