##// END OF EJS Templates
Change css path because the flatten of notebook dir.
damianavila -
Show More
@@ -83,7 +83,7 b' class CSSHtmlHeaderTransformer(ActivatableTransformer):'
83 header = []
83 header = []
84
84
85 #Construct path to iPy CSS
85 #Construct path to iPy CSS
86 sheet_filename = os.path.join(path.get_ipython_package_dir(), 'frontend',
86 sheet_filename = os.path.join(path.get_ipython_package_dir(),
87 'html', 'notebook', 'static', 'style', 'style.min.css')
87 'html', 'notebook', 'static', 'style', 'style.min.css')
88
88
89 #Load style CSS file.
89 #Load style CSS file.
General Comments 0
You need to be logged in to leave comments. Login now