00:34:54 <ralsina> [Tritium]: yep 14:59:32 <neiluj> Hello! It looks like most of the nikola themes do not support jupyter notebooks (or, at least, they don't render well). How can I change the way notebooks are displayed? 15:03:23 <ChrisWarrick> neiluj: There are two css files that affect appearance 15:03:59 <ChrisWarrick> neiluj: some themes may not include support for jupyter; it’s trivial to add (look at built-in themes) 15:05:36 <neiluj> ChrisWarrick: Thanks, looking at it. 15:23:30 <neiluj> ChrisWarrick: Is that the css files you had in mind? https://github.com/getnikola/nikola/tree/master/bower_components/bootstrap/dist/css 15:24:30 <ChrisWarrick> neiluj: no, those are bootstrap CSS files 15:25:11 <ChrisWarrick> neiluj: The files are ipython.min.css and nikola_ipython.css, available in https://github.com/getnikola/nikola/tree/v7-maintenance/nikola/data/themes/base/assets/css 15:25:30 <neiluj> Thank you! 15:25:50 <ChrisWarrick> neiluj: To use them, just do this: https://github.com/getnikola/nikola/blob/v7-maintenance/nikola/data/themes/base/templates/base_helper.tmpl#L95-L98 15:35:03 <neiluj> Thanks, that worked like a charm! 15:37:45 <neiluj> And I see that there is an ugly grey square next to the code: https://framapic.org/Iqh8ThYpUrXd/YU58MQW766nD.png 15:38:23 <neiluj> How to change its color? 15:39:07 <ChrisWarrick> neiluj: Write a custom CSS rule and add it to files/assets/css/custom.css for example 15:39:37 <neiluj> Oh right, thanks again 15:55:42 <neiluj> Tha 15:56:24 <neiluj> I managed to make jupyter notebooks look like I wanted :) 16:08:56 <ChrisWarrick> awesome!