+ /* Jupyter Notebooks */
+ /*! Twilight; https://gist.github.com/dansimpson/803005 */
+ #notebook .highlight, #notebook .highlight pre,
+ #notebook .highlight table { background: #181818 !important; color: #F8F8F8 !important;font-family: Consolas, Monaco,"Lucida Console" !important; }
+ #notebook .highlight * { font-family: Consolas, Monaco,"Lucida Console" !important; color: #F8F8F8 !important; }
+ #notebook .highlight .hll { background-color: #ffffcc !important; }
+ #notebook .highlight .c { color: #5F5A60 !important; font-style: italic !important; } /* Comment */
+ #notebook .highlight .err { border:#B22518 !important; } /* Error */
+ #notebook .highlight .k { color: #CDA869 !important; } /* Keyword */
+ #notebook .highlight .cm { color: #5F5A60 !important; font-style: italic !important; } /* Comment.Multiline */
+ #notebook .highlight .cp { color: #5F5A60 !important; } /* Comment.Preproc */
+ #notebook .highlight .c1 { color: #5F5A60 !important; font-style: italic !important; } /* Comment.Single */
+ #notebook .highlight .cs { color: #5F5A60 !important; font-style: italic !important; } /* Comment.Special */
+ #notebook .highlight .gd { background: #420E09 !important; } /* Generic.Deleted */
+ #notebook .highlight .ge { font-style: italic !important; } /* Generic.Emph */
+ #notebook .highlight .gr { background: #B22518 !important; } /* Generic.Error */
+ #notebook .highlight .gh { color: #000080 !important; font-weight: bold !important; } /* Generic.Heading */
+ #notebook .highlight .gi { background: #253B22 !important; } /* Generic.Inserted */
+ #notebook .highlight .go { } /* Generic.Output */
+ #notebook .highlight .gp { font-weight: bold !important; } /* Generic.Prompt */
+ #notebook .highlight .gs { font-weight: bold !important; } /* Generic.Strong */
+ #notebook .highlight .gu { color: #800080 !important; font-weight: bold !important; } /* Generic.Subheading */
+ #notebook .highlight .gt { } /* Generic.Traceback */
+ #notebook .highlight .kc { } /* Keyword.Constant */
+ #notebook .highlight .kd { color: #e9df8f !important; } /* Keyword.Declaration */
+ #notebook .highlight .kn { } /* Keyword.Namespace */
+ #notebook .highlight .kp { color: #9B703F !important; } /* Keyword.Pseudo */
+ #notebook .highlight .kr { } /* Keyword.Reserved */
+ #notebook .highlight .kt { } /* Keyword.Type */
+ #notebook .highlight .m { } /* Literal.Number */
+ #notebook .highlight .s { } /* Literal.String */
+ #notebook .highlight .na { color: #F9EE98 !important; } /* Name.Attribute */
+ #notebook .highlight .nb { color: #CDA869 !important; } /* Name.Builtin */
+ #notebook .highlight .nc { color: #9B859D !important; font-weight: bold !important; } /* Name.Class */
+ #notebook .highlight .no { color: #9B859D !important; } /* Name.Constant */
+ #notebook .highlight .nd { color: #7587A6 !important; } /* Name.Decorator */
+ #notebook .highlight .ni { color: #CF6A4C !important; font-weight: bold !important; } /* Name.Entity */
+ #notebook .highlight .nf { color: #9B703F !important; font-weight: bold !important; } /* Name.Function */
+ #notebook .highlight .nn { color: #9B859D !important; font-weight: bold !important; } /* Name.Namespace */
+ #notebook .highlight .nt { color: #CDA869 !important; font-weight: bold !important; } /* Name.Tag */
+ #notebook .highlight .nv { color: #7587A6 !important; } /* Name.Variable */
+ #notebook .highlight .ow { color: #AA22FF !important; font-weight: bold !important; } /* Operator.Word */
+ #notebook .highlight .w { color: #141414 !important; } /* Text.Whitespace */
+ #notebook .highlight .mf { color: #CF6A4C !important; } /* Literal.Number.Float */
+ #notebook .highlight .mh { color: #CF6A4C !important; } /* Literal.Number.Hex */
+ #notebook .highlight .mi { color: #CF6A4C !important; } /* Literal.Number.Integer */
+ #notebook .highlight .mo { color: #CF6A4C !important; } /* Literal.Number.Oct */
+ #notebook .highlight .sb { color: #8F9D6A !important; } /* Literal.String.Backtick */
+ #notebook .highlight .sc { color: #8F9D6A !important; } /* Literal.String.Char */
+ #notebook .highlight .sd { color: #8F9D6A !important; font-style: italic !important; } /* Literal.String.Doc */
+ #notebook .highlight .s2 { color: #8F9D6A !important; } /* Literal.String.Double */
+ #notebook .highlight .se { color: #F9EE98 !important; font-weight: bold !important; } /* Literal.String.Escape */
+ #notebook .highlight .sh { color: #8F9D6A !important; } /* Literal.String.Heredoc */
+ #notebook .highlight .si { color: #DAEFA3 !important; font-weight: bold !important; } /* Literal.String.Interpol */
+ #notebook .highlight .sx { color: #8F9D6A !important; } /* Literal.String.Other */
+ #notebook .highlight .sr { color: #E9C062 !important; } /* Literal.String.Regex */
+ #notebook .highlight .s1 { color: #8F9D6A !important; } /* Literal.String.Single */
+ #notebook .highlight .ss { color: #CF6A4C !important; } /* Literal.String.Symbol */
+ #notebook .highlight .bp { color: #00aaaa !important; } /* Name.Builtin.Pseudo */
+ #notebook .highlight .vc { color: #7587A6 !important; } /* Name.Variable.Class */
+ #notebook .highlight .vg { color: #7587A6 !important; } /* Name.Variable.Global */
+ #notebook .highlight .vi { color: #7587A6 !important; } /* Name.Variable.Instance */
+ #notebook .highlight .il { color: #009999 !important; } /* Literal.Number.Integer.Long */
+