Skip to content
Snippets Groups Projects
02_classification.ipynb 4.3 MiB
Newer Older
  • Learn to ignore specific revisions
  • schmittu's avatar
    schmittu committed
        "    @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');\n",
        "    \n",
        "    @import url('http://fonts.googleapis.com/css?family=Lora'); \n",
        "\n",
        "    \n",
        "    body {\n",
        "        font-family: 'Lora', Consolas, sans-serif;\n",
        "       \n",
        "        -webkit-print-color-adjust: exact important !;\n",
        "        \n",
        "      \n",
        "       \n",
        "    }\n",
    
        "\n",
        "    .alert-block {\n",
        "        width: 95%;\n",
        "        margin: auto;\n",
        "    }\n",
        "    \n",
    
    schmittu's avatar
    schmittu committed
        "    .rendered_html code\n",
        "    {\n",
        "        color: black;\n",
        "        background: #eaf0ff;\n",
        "        background: #f5f5f5; \n",
        "        padding: 1pt;\n",
        "        font-family:  'Source Code Pro', Consolas, monocco, monospace;\n",
        "    }\n",
        "    \n",
        "    p {\n",
        "      line-height: 140%;\n",
        "    }\n",
        "    \n",
        "    strong code {\n",
        "        background: red;\n",
        "    }\n",
        "    \n",
        "    em  {\n",
        "        color: green;\n",
        "    }\n",
        "    \n",
        "    .rendered_html strong code\n",
        "    {\n",
        "        background: #f5f5f5;\n",
        "    }\n",
        "    \n",
        "    .CodeMirror pre {\n",
        "    font-family: 'Source Code Pro', monocco, Consolas, monocco, monospace;\n",
        "    }\n",
        "    \n",
        "    .cm-s-ipython span.cm-keyword {\n",
        "        font-weight: normal;\n",
        "     }\n",
        "     \n",
        "     strong {\n",
        "         background: #f5f5f5;\n",
        "         margin-top: 4pt;\n",
        "         margin-bottom: 4pt;\n",
        "         padding: 2pt;\n",
        "         border: 0.5px solid #a0a0a0;\n",
        "         font-weight: bold;\n",
        "         color: darkred;\n",
        "     }\n",
        "     \n",
        "    \n",
        "    div #notebook {\n",
        "        # font-size: 10pt; \n",
        "        line-height: 145%;\n",
        "        }\n",
        "        \n",
        "    li {\n",
        "        line-height: 145%;\n",
        "    }\n",
        "\n",
        "    div.output_area pre {\n",
        "        background: #fff9d8 !important;\n",
        "        padding: 5pt;\n",
        "       \n",
        "       -webkit-print-color-adjust: exact; \n",
        "        \n",
        "    }\n",
        " \n",
        "    \n",
        " \n",
        "    h1, h2, h3, h4 {\n",
        "        font-family: Kameron, arial;\n",
        "    }\n",
        "    \n",
        "    div#maintoolbar {display: none !important;}\n",
        "    </style>\"\"\"\n",
        "    return HTML(styles)\n",
        "css_styling()\n",
        "#REMOVEEND"
       ]
      },
      {
       "cell_type": "code",
       "execution_count": null,
       "metadata": {},
       "outputs": [],
       "source": []
      }
     ],
     "metadata": {
      "kernelspec": {
       "display_name": "Python 3",
       "language": "python",
       "name": "python3"
      },
      "language_info": {
       "codemirror_mode": {
        "name": "ipython",
        "version": 3
       },
       "file_extension": ".py",
       "mimetype": "text/x-python",
       "name": "python",
       "nbconvert_exporter": "python",
       "pygments_lexer": "ipython3",
    
       "version": "3.7.2"
    
    schmittu's avatar
    schmittu committed
      }
     },
     "nbformat": 4,
     "nbformat_minor": 2
    }