changed path to css styles
This commit is contained in:
parent
9519d878e6
commit
ba7ba68d5d
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ from IPython.core.display import HTML
|
||||
import matplotlib.pylab as pylab
|
||||
|
||||
def load_style():
|
||||
styles = open("./styles/custom2.css", "r").read()
|
||||
styles = open("../styles/custom2.css", "r").read()
|
||||
return HTML(styles)
|
||||
|
||||
pylab.rcParams['lines.linewidth'] = 2
|
||||
|
Loading…
Reference in New Issue
Block a user