diff --git a/files/jupyter.css b/files/jupyter.css
index 97f7504..b0812e1 100644
--- a/files/jupyter.css
+++ b/files/jupyter.css
@@ -1,4 +1,4 @@
-.markup.jupyter {
+.markdown.jupyter {
   /*!
 *
 * Twitter Bootstrap
@@ -224,249 +224,249 @@ Adapted from GitHub theme
   /* Literal.Number.Integer.Long */
   /* Overrides of notebook CSS for static HTML export */
 }
-.markup.jupyter html {
+.markdown.jupyter html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
 }
-.markup.jupyter body {
+.markdown.jupyter body {
   margin: 0;
 }
-.markup.jupyter article,
-.markup.jupyter aside,
-.markup.jupyter details,
-.markup.jupyter figcaption,
-.markup.jupyter figure,
-.markup.jupyter footer,
-.markup.jupyter header,
-.markup.jupyter hgroup,
-.markup.jupyter main,
-.markup.jupyter menu,
-.markup.jupyter nav,
-.markup.jupyter section,
-.markup.jupyter summary {
+.markdown.jupyter article,
+.markdown.jupyter aside,
+.markdown.jupyter details,
+.markdown.jupyter figcaption,
+.markdown.jupyter figure,
+.markdown.jupyter footer,
+.markdown.jupyter header,
+.markdown.jupyter hgroup,
+.markdown.jupyter main,
+.markdown.jupyter menu,
+.markdown.jupyter nav,
+.markdown.jupyter section,
+.markdown.jupyter summary {
   display: block;
 }
-.markup.jupyter audio,
-.markup.jupyter canvas,
-.markup.jupyter progress,
-.markup.jupyter video {
+.markdown.jupyter audio,
+.markdown.jupyter canvas,
+.markdown.jupyter progress,
+.markdown.jupyter video {
   display: inline-block;
   vertical-align: baseline;
 }
-.markup.jupyter audio:not([controls]) {
+.markdown.jupyter audio:not([controls]) {
   display: none;
   height: 0;
 }
-.markup.jupyter [hidden],
-.markup.jupyter template {
+.markdown.jupyter [hidden],
+.markdown.jupyter template {
   display: none;
 }
-.markup.jupyter a {
+.markdown.jupyter a {
   background-color: transparent;
 }
-.markup.jupyter a:active,
-.markup.jupyter a:hover {
+.markdown.jupyter a:active,
+.markdown.jupyter a:hover {
   outline: 0;
 }
-.markup.jupyter abbr[title] {
+.markdown.jupyter abbr[title] {
   border-bottom: 1px dotted;
 }
-.markup.jupyter b,
-.markup.jupyter strong {
+.markdown.jupyter b,
+.markdown.jupyter strong {
   font-weight: bold;
 }
-.markup.jupyter dfn {
+.markdown.jupyter dfn {
   font-style: italic;
 }
-.markup.jupyter h1 {
+.markdown.jupyter h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
-.markup.jupyter mark {
+.markdown.jupyter mark {
   background: #ff0;
   color: #000;
 }
-.markup.jupyter small {
+.markdown.jupyter small {
   font-size: 80%;
 }
-.markup.jupyter sub,
-.markup.jupyter sup {
+.markdown.jupyter sub,
+.markdown.jupyter sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
-.markup.jupyter sup {
+.markdown.jupyter sup {
   top: -0.5em;
 }
-.markup.jupyter sub {
+.markdown.jupyter sub {
   bottom: -0.25em;
 }
-.markup.jupyter img {
+.markdown.jupyter img {
   border: 0;
 }
-.markup.jupyter svg:not(:root) {
+.markdown.jupyter svg:not(:root) {
   overflow: hidden;
 }
-.markup.jupyter figure {
+.markdown.jupyter figure {
   margin: 1em 40px;
 }
-.markup.jupyter hr {
+.markdown.jupyter hr {
   box-sizing: content-box;
   height: 0;
 }
-.markup.jupyter pre {
+.markdown.jupyter pre {
   overflow: auto;
 }
-.markup.jupyter code,
-.markup.jupyter kbd,
-.markup.jupyter pre,
-.markup.jupyter samp {
+.markdown.jupyter code,
+.markdown.jupyter kbd,
+.markdown.jupyter pre,
+.markdown.jupyter samp {
   font-family: monospace, monospace;
   font-size: 1em;
 }
-.markup.jupyter button,
-.markup.jupyter input,
-.markup.jupyter optgroup,
-.markup.jupyter select,
-.markup.jupyter textarea {
+.markdown.jupyter button,
+.markdown.jupyter input,
+.markdown.jupyter optgroup,
+.markdown.jupyter select,
+.markdown.jupyter textarea {
   color: inherit;
   font: inherit;
   margin: 0;
 }
-.markup.jupyter button {
+.markdown.jupyter button {
   overflow: visible;
 }
-.markup.jupyter button,
-.markup.jupyter select {
+.markdown.jupyter button,
+.markdown.jupyter select {
   text-transform: none;
 }
-.markup.jupyter button,
-.markup.jupyter html input[type="button"],
-.markup.jupyter input[type="reset"],
-.markup.jupyter input[type="submit"] {
+.markdown.jupyter button,
+.markdown.jupyter html input[type="button"],
+.markdown.jupyter input[type="reset"],
+.markdown.jupyter input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
 }
-.markup.jupyter button[disabled],
-.markup.jupyter html input[disabled] {
+.markdown.jupyter button[disabled],
+.markdown.jupyter html input[disabled] {
   cursor: default;
 }
-.markup.jupyter button::-moz-focus-inner,
-.markup.jupyter input::-moz-focus-inner {
+.markdown.jupyter button::-moz-focus-inner,
+.markdown.jupyter input::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
-.markup.jupyter input {
+.markdown.jupyter input {
   line-height: normal;
 }
-.markup.jupyter input[type="checkbox"],
-.markup.jupyter input[type="radio"] {
+.markdown.jupyter input[type="checkbox"],
+.markdown.jupyter input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
 }
-.markup.jupyter input[type="number"]::-webkit-inner-spin-button,
-.markup.jupyter input[type="number"]::-webkit-outer-spin-button {
+.markdown.jupyter input[type="number"]::-webkit-inner-spin-button,
+.markdown.jupyter input[type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
-.markup.jupyter input[type="search"] {
+.markdown.jupyter input[type="search"] {
   -webkit-appearance: textfield;
   box-sizing: content-box;
 }
-.markup.jupyter input[type="search"]::-webkit-search-cancel-button,
-.markup.jupyter input[type="search"]::-webkit-search-decoration {
+.markdown.jupyter input[type="search"]::-webkit-search-cancel-button,
+.markdown.jupyter input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
-.markup.jupyter fieldset {
+.markdown.jupyter fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
 }
-.markup.jupyter legend {
+.markdown.jupyter legend {
   border: 0;
   padding: 0;
 }
-.markup.jupyter textarea {
+.markdown.jupyter textarea {
   overflow: auto;
 }
-.markup.jupyter optgroup {
+.markdown.jupyter optgroup {
   font-weight: bold;
 }
-.markup.jupyter table {
+.markdown.jupyter table {
   border-collapse: collapse;
   border-spacing: 0;
 }
-.markup.jupyter td,
-.markup.jupyter th {
+.markdown.jupyter td,
+.markdown.jupyter th {
   padding: 0;
 }
 @media print {
-  .markup.jupyter *,
-  .markup.jupyter *:before,
-  .markup.jupyter *:after {
+  .markdown.jupyter *,
+  .markdown.jupyter *:before,
+  .markdown.jupyter *:after {
     background: transparent !important;
     box-shadow: none !important;
     text-shadow: none !important;
   }
-  .markup.jupyter a,
-  .markup.jupyter a:visited {
+  .markdown.jupyter a,
+  .markdown.jupyter a:visited {
     text-decoration: underline;
   }
-  .markup.jupyter a[href]:after {
+  .markdown.jupyter a[href]:after {
     content: " (" attr(href) ")";
   }
-  .markup.jupyter abbr[title]:after {
+  .markdown.jupyter abbr[title]:after {
     content: " (" attr(title) ")";
   }
-  .markup.jupyter a[href^="#"]:after,
-  .markup.jupyter a[href^="javascript:"]:after {
+  .markdown.jupyter a[href^="#"]:after,
+  .markdown.jupyter a[href^="javascript:"]:after {
     content: "";
   }
-  .markup.jupyter pre,
-  .markup.jupyter blockquote {
+  .markdown.jupyter pre,
+  .markdown.jupyter blockquote {
     border: 1px solid #999;
     page-break-inside: avoid;
   }
-  .markup.jupyter thead {
+  .markdown.jupyter thead {
     display: table-header-group;
   }
-  .markup.jupyter tr,
-  .markup.jupyter img {
+  .markdown.jupyter tr,
+  .markdown.jupyter img {
     page-break-inside: avoid;
   }
-  .markup.jupyter img {
+  .markdown.jupyter img {
     max-width: 100% !important;
   }
-  .markup.jupyter p,
-  .markup.jupyter h2,
-  .markup.jupyter h3 {
+  .markdown.jupyter p,
+  .markdown.jupyter h2,
+  .markdown.jupyter h3 {
     orphans: 3;
     widows: 3;
   }
-  .markup.jupyter h2,
-  .markup.jupyter h3 {
+  .markdown.jupyter h2,
+  .markdown.jupyter h3 {
     page-break-after: avoid;
   }
-  .markup.jupyter .navbar {
+  .markdown.jupyter .navbar {
     display: none;
   }
-  .markup.jupyter .btn > .caret,
-  .markup.jupyter .dropup > .btn > .caret {
+  .markdown.jupyter .btn > .caret,
+  .markdown.jupyter .dropup > .btn > .caret {
     border-top-color: #000 !important;
   }
-  .markup.jupyter .label {
+  .markdown.jupyter .label {
     border: 1px solid #000;
   }
-  .markup.jupyter .table {
+  .markdown.jupyter .table {
     border-collapse: collapse !important;
   }
-  .markup.jupyter .table td,
-  .markup.jupyter .table th {
+  .markdown.jupyter .table td,
+  .markdown.jupyter .table th {
     background-color: #fff !important;
   }
-  .markup.jupyter .table-bordered th,
-  .markup.jupyter .table-bordered td {
+  .markdown.jupyter .table-bordered th,
+  .markdown.jupyter .table-bordered td {
     border: 1px solid #ddd !important;
   }
 }
@@ -475,7 +475,7 @@ Adapted from GitHub theme
   src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
   src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
 }
-.markup.jupyter .glyphicon {
+.markdown.jupyter .glyphicon {
   position: relative;
   top: 1px;
   display: inline-block;
@@ -486,855 +486,855 @@ Adapted from GitHub theme
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
-.markup.jupyter .glyphicon-asterisk:before {
+.markdown.jupyter .glyphicon-asterisk:before {
   content: "\002a";
 }
-.markup.jupyter .glyphicon-plus:before {
+.markdown.jupyter .glyphicon-plus:before {
   content: "\002b";
 }
-.markup.jupyter .glyphicon-euro:before,
-.markup.jupyter .glyphicon-eur:before {
+.markdown.jupyter .glyphicon-euro:before,
+.markdown.jupyter .glyphicon-eur:before {
   content: "\20ac";
 }
-.markup.jupyter .glyphicon-minus:before {
+.markdown.jupyter .glyphicon-minus:before {
   content: "\2212";
 }
-.markup.jupyter .glyphicon-cloud:before {
+.markdown.jupyter .glyphicon-cloud:before {
   content: "\2601";
 }
-.markup.jupyter .glyphicon-envelope:before {
+.markdown.jupyter .glyphicon-envelope:before {
   content: "\2709";
 }
-.markup.jupyter .glyphicon-pencil:before {
+.markdown.jupyter .glyphicon-pencil:before {
   content: "\270f";
 }
-.markup.jupyter .glyphicon-glass:before {
+.markdown.jupyter .glyphicon-glass:before {
   content: "\e001";
 }
-.markup.jupyter .glyphicon-music:before {
+.markdown.jupyter .glyphicon-music:before {
   content: "\e002";
 }
-.markup.jupyter .glyphicon-search:before {
+.markdown.jupyter .glyphicon-search:before {
   content: "\e003";
 }
-.markup.jupyter .glyphicon-heart:before {
+.markdown.jupyter .glyphicon-heart:before {
   content: "\e005";
 }
-.markup.jupyter .glyphicon-star:before {
+.markdown.jupyter .glyphicon-star:before {
   content: "\e006";
 }
-.markup.jupyter .glyphicon-star-empty:before {
+.markdown.jupyter .glyphicon-star-empty:before {
   content: "\e007";
 }
-.markup.jupyter .glyphicon-user:before {
+.markdown.jupyter .glyphicon-user:before {
   content: "\e008";
 }
-.markup.jupyter .glyphicon-film:before {
+.markdown.jupyter .glyphicon-film:before {
   content: "\e009";
 }
-.markup.jupyter .glyphicon-th-large:before {
+.markdown.jupyter .glyphicon-th-large:before {
   content: "\e010";
 }
-.markup.jupyter .glyphicon-th:before {
+.markdown.jupyter .glyphicon-th:before {
   content: "\e011";
 }
-.markup.jupyter .glyphicon-th-list:before {
+.markdown.jupyter .glyphicon-th-list:before {
   content: "\e012";
 }
-.markup.jupyter .glyphicon-ok:before {
+.markdown.jupyter .glyphicon-ok:before {
   content: "\e013";
 }
-.markup.jupyter .glyphicon-remove:before {
+.markdown.jupyter .glyphicon-remove:before {
   content: "\e014";
 }
-.markup.jupyter .glyphicon-zoom-in:before {
+.markdown.jupyter .glyphicon-zoom-in:before {
   content: "\e015";
 }
-.markup.jupyter .glyphicon-zoom-out:before {
+.markdown.jupyter .glyphicon-zoom-out:before {
   content: "\e016";
 }
-.markup.jupyter .glyphicon-off:before {
+.markdown.jupyter .glyphicon-off:before {
   content: "\e017";
 }
-.markup.jupyter .glyphicon-signal:before {
+.markdown.jupyter .glyphicon-signal:before {
   content: "\e018";
 }
-.markup.jupyter .glyphicon-cog:before {
+.markdown.jupyter .glyphicon-cog:before {
   content: "\e019";
 }
-.markup.jupyter .glyphicon-trash:before {
+.markdown.jupyter .glyphicon-trash:before {
   content: "\e020";
 }
-.markup.jupyter .glyphicon-home:before {
+.markdown.jupyter .glyphicon-home:before {
   content: "\e021";
 }
-.markup.jupyter .glyphicon-file:before {
+.markdown.jupyter .glyphicon-file:before {
   content: "\e022";
 }
-.markup.jupyter .glyphicon-time:before {
+.markdown.jupyter .glyphicon-time:before {
   content: "\e023";
 }
-.markup.jupyter .glyphicon-road:before {
+.markdown.jupyter .glyphicon-road:before {
   content: "\e024";
 }
-.markup.jupyter .glyphicon-download-alt:before {
+.markdown.jupyter .glyphicon-download-alt:before {
   content: "\e025";
 }
-.markup.jupyter .glyphicon-download:before {
+.markdown.jupyter .glyphicon-download:before {
   content: "\e026";
 }
-.markup.jupyter .glyphicon-upload:before {
+.markdown.jupyter .glyphicon-upload:before {
   content: "\e027";
 }
-.markup.jupyter .glyphicon-inbox:before {
+.markdown.jupyter .glyphicon-inbox:before {
   content: "\e028";
 }
-.markup.jupyter .glyphicon-play-circle:before {
+.markdown.jupyter .glyphicon-play-circle:before {
   content: "\e029";
 }
-.markup.jupyter .glyphicon-repeat:before {
+.markdown.jupyter .glyphicon-repeat:before {
   content: "\e030";
 }
-.markup.jupyter .glyphicon-refresh:before {
+.markdown.jupyter .glyphicon-refresh:before {
   content: "\e031";
 }
-.markup.jupyter .glyphicon-list-alt:before {
+.markdown.jupyter .glyphicon-list-alt:before {
   content: "\e032";
 }
-.markup.jupyter .glyphicon-lock:before {
+.markdown.jupyter .glyphicon-lock:before {
   content: "\e033";
 }
-.markup.jupyter .glyphicon-flag:before {
+.markdown.jupyter .glyphicon-flag:before {
   content: "\e034";
 }
-.markup.jupyter .glyphicon-headphones:before {
+.markdown.jupyter .glyphicon-headphones:before {
   content: "\e035";
 }
-.markup.jupyter .glyphicon-volume-off:before {
+.markdown.jupyter .glyphicon-volume-off:before {
   content: "\e036";
 }
-.markup.jupyter .glyphicon-volume-down:before {
+.markdown.jupyter .glyphicon-volume-down:before {
   content: "\e037";
 }
-.markup.jupyter .glyphicon-volume-up:before {
+.markdown.jupyter .glyphicon-volume-up:before {
   content: "\e038";
 }
-.markup.jupyter .glyphicon-qrcode:before {
+.markdown.jupyter .glyphicon-qrcode:before {
   content: "\e039";
 }
-.markup.jupyter .glyphicon-barcode:before {
+.markdown.jupyter .glyphicon-barcode:before {
   content: "\e040";
 }
-.markup.jupyter .glyphicon-tag:before {
+.markdown.jupyter .glyphicon-tag:before {
   content: "\e041";
 }
-.markup.jupyter .glyphicon-tags:before {
+.markdown.jupyter .glyphicon-tags:before {
   content: "\e042";
 }
-.markup.jupyter .glyphicon-book:before {
+.markdown.jupyter .glyphicon-book:before {
   content: "\e043";
 }
-.markup.jupyter .glyphicon-bookmark:before {
+.markdown.jupyter .glyphicon-bookmark:before {
   content: "\e044";
 }
-.markup.jupyter .glyphicon-print:before {
+.markdown.jupyter .glyphicon-print:before {
   content: "\e045";
 }
-.markup.jupyter .glyphicon-camera:before {
+.markdown.jupyter .glyphicon-camera:before {
   content: "\e046";
 }
-.markup.jupyter .glyphicon-font:before {
+.markdown.jupyter .glyphicon-font:before {
   content: "\e047";
 }
-.markup.jupyter .glyphicon-bold:before {
+.markdown.jupyter .glyphicon-bold:before {
   content: "\e048";
 }
-.markup.jupyter .glyphicon-italic:before {
+.markdown.jupyter .glyphicon-italic:before {
   content: "\e049";
 }
-.markup.jupyter .glyphicon-text-height:before {
+.markdown.jupyter .glyphicon-text-height:before {
   content: "\e050";
 }
-.markup.jupyter .glyphicon-text-width:before {
+.markdown.jupyter .glyphicon-text-width:before {
   content: "\e051";
 }
-.markup.jupyter .glyphicon-align-left:before {
+.markdown.jupyter .glyphicon-align-left:before {
   content: "\e052";
 }
-.markup.jupyter .glyphicon-align-center:before {
+.markdown.jupyter .glyphicon-align-center:before {
   content: "\e053";
 }
-.markup.jupyter .glyphicon-align-right:before {
+.markdown.jupyter .glyphicon-align-right:before {
   content: "\e054";
 }
-.markup.jupyter .glyphicon-align-justify:before {
+.markdown.jupyter .glyphicon-align-justify:before {
   content: "\e055";
 }
-.markup.jupyter .glyphicon-list:before {
+.markdown.jupyter .glyphicon-list:before {
   content: "\e056";
 }
-.markup.jupyter .glyphicon-indent-left:before {
+.markdown.jupyter .glyphicon-indent-left:before {
   content: "\e057";
 }
-.markup.jupyter .glyphicon-indent-right:before {
+.markdown.jupyter .glyphicon-indent-right:before {
   content: "\e058";
 }
-.markup.jupyter .glyphicon-facetime-video:before {
+.markdown.jupyter .glyphicon-facetime-video:before {
   content: "\e059";
 }
-.markup.jupyter .glyphicon-picture:before {
+.markdown.jupyter .glyphicon-picture:before {
   content: "\e060";
 }
-.markup.jupyter .glyphicon-map-marker:before {
+.markdown.jupyter .glyphicon-map-marker:before {
   content: "\e062";
 }
-.markup.jupyter .glyphicon-adjust:before {
+.markdown.jupyter .glyphicon-adjust:before {
   content: "\e063";
 }
-.markup.jupyter .glyphicon-tint:before {
+.markdown.jupyter .glyphicon-tint:before {
   content: "\e064";
 }
-.markup.jupyter .glyphicon-edit:before {
+.markdown.jupyter .glyphicon-edit:before {
   content: "\e065";
 }
-.markup.jupyter .glyphicon-share:before {
+.markdown.jupyter .glyphicon-share:before {
   content: "\e066";
 }
-.markup.jupyter .glyphicon-check:before {
+.markdown.jupyter .glyphicon-check:before {
   content: "\e067";
 }
-.markup.jupyter .glyphicon-move:before {
+.markdown.jupyter .glyphicon-move:before {
   content: "\e068";
 }
-.markup.jupyter .glyphicon-step-backward:before {
+.markdown.jupyter .glyphicon-step-backward:before {
   content: "\e069";
 }
-.markup.jupyter .glyphicon-fast-backward:before {
+.markdown.jupyter .glyphicon-fast-backward:before {
   content: "\e070";
 }
-.markup.jupyter .glyphicon-backward:before {
+.markdown.jupyter .glyphicon-backward:before {
   content: "\e071";
 }
-.markup.jupyter .glyphicon-play:before {
+.markdown.jupyter .glyphicon-play:before {
   content: "\e072";
 }
-.markup.jupyter .glyphicon-pause:before {
+.markdown.jupyter .glyphicon-pause:before {
   content: "\e073";
 }
-.markup.jupyter .glyphicon-stop:before {
+.markdown.jupyter .glyphicon-stop:before {
   content: "\e074";
 }
-.markup.jupyter .glyphicon-forward:before {
+.markdown.jupyter .glyphicon-forward:before {
   content: "\e075";
 }
-.markup.jupyter .glyphicon-fast-forward:before {
+.markdown.jupyter .glyphicon-fast-forward:before {
   content: "\e076";
 }
-.markup.jupyter .glyphicon-step-forward:before {
+.markdown.jupyter .glyphicon-step-forward:before {
   content: "\e077";
 }
-.markup.jupyter .glyphicon-eject:before {
+.markdown.jupyter .glyphicon-eject:before {
   content: "\e078";
 }
-.markup.jupyter .glyphicon-chevron-left:before {
+.markdown.jupyter .glyphicon-chevron-left:before {
   content: "\e079";
 }
-.markup.jupyter .glyphicon-chevron-right:before {
+.markdown.jupyter .glyphicon-chevron-right:before {
   content: "\e080";
 }
-.markup.jupyter .glyphicon-plus-sign:before {
+.markdown.jupyter .glyphicon-plus-sign:before {
   content: "\e081";
 }
-.markup.jupyter .glyphicon-minus-sign:before {
+.markdown.jupyter .glyphicon-minus-sign:before {
   content: "\e082";
 }
-.markup.jupyter .glyphicon-remove-sign:before {
+.markdown.jupyter .glyphicon-remove-sign:before {
   content: "\e083";
 }
-.markup.jupyter .glyphicon-ok-sign:before {
+.markdown.jupyter .glyphicon-ok-sign:before {
   content: "\e084";
 }
-.markup.jupyter .glyphicon-question-sign:before {
+.markdown.jupyter .glyphicon-question-sign:before {
   content: "\e085";
 }
-.markup.jupyter .glyphicon-info-sign:before {
+.markdown.jupyter .glyphicon-info-sign:before {
   content: "\e086";
 }
-.markup.jupyter .glyphicon-screenshot:before {
+.markdown.jupyter .glyphicon-screenshot:before {
   content: "\e087";
 }
-.markup.jupyter .glyphicon-remove-circle:before {
+.markdown.jupyter .glyphicon-remove-circle:before {
   content: "\e088";
 }
-.markup.jupyter .glyphicon-ok-circle:before {
+.markdown.jupyter .glyphicon-ok-circle:before {
   content: "\e089";
 }
-.markup.jupyter .glyphicon-ban-circle:before {
+.markdown.jupyter .glyphicon-ban-circle:before {
   content: "\e090";
 }
-.markup.jupyter .glyphicon-arrow-left:before {
+.markdown.jupyter .glyphicon-arrow-left:before {
   content: "\e091";
 }
-.markup.jupyter .glyphicon-arrow-right:before {
+.markdown.jupyter .glyphicon-arrow-right:before {
   content: "\e092";
 }
-.markup.jupyter .glyphicon-arrow-up:before {
+.markdown.jupyter .glyphicon-arrow-up:before {
   content: "\e093";
 }
-.markup.jupyter .glyphicon-arrow-down:before {
+.markdown.jupyter .glyphicon-arrow-down:before {
   content: "\e094";
 }
-.markup.jupyter .glyphicon-share-alt:before {
+.markdown.jupyter .glyphicon-share-alt:before {
   content: "\e095";
 }
-.markup.jupyter .glyphicon-resize-full:before {
+.markdown.jupyter .glyphicon-resize-full:before {
   content: "\e096";
 }
-.markup.jupyter .glyphicon-resize-small:before {
+.markdown.jupyter .glyphicon-resize-small:before {
   content: "\e097";
 }
-.markup.jupyter .glyphicon-exclamation-sign:before {
+.markdown.jupyter .glyphicon-exclamation-sign:before {
   content: "\e101";
 }
-.markup.jupyter .glyphicon-gift:before {
+.markdown.jupyter .glyphicon-gift:before {
   content: "\e102";
 }
-.markup.jupyter .glyphicon-leaf:before {
+.markdown.jupyter .glyphicon-leaf:before {
   content: "\e103";
 }
-.markup.jupyter .glyphicon-fire:before {
+.markdown.jupyter .glyphicon-fire:before {
   content: "\e104";
 }
-.markup.jupyter .glyphicon-eye-open:before {
+.markdown.jupyter .glyphicon-eye-open:before {
   content: "\e105";
 }
-.markup.jupyter .glyphicon-eye-close:before {
+.markdown.jupyter .glyphicon-eye-close:before {
   content: "\e106";
 }
-.markup.jupyter .glyphicon-warning-sign:before {
+.markdown.jupyter .glyphicon-warning-sign:before {
   content: "\e107";
 }
-.markup.jupyter .glyphicon-plane:before {
+.markdown.jupyter .glyphicon-plane:before {
   content: "\e108";
 }
-.markup.jupyter .glyphicon-calendar:before {
+.markdown.jupyter .glyphicon-calendar:before {
   content: "\e109";
 }
-.markup.jupyter .glyphicon-random:before {
+.markdown.jupyter .glyphicon-random:before {
   content: "\e110";
 }
-.markup.jupyter .glyphicon-comment:before {
+.markdown.jupyter .glyphicon-comment:before {
   content: "\e111";
 }
-.markup.jupyter .glyphicon-magnet:before {
+.markdown.jupyter .glyphicon-magnet:before {
   content: "\e112";
 }
-.markup.jupyter .glyphicon-chevron-up:before {
+.markdown.jupyter .glyphicon-chevron-up:before {
   content: "\e113";
 }
-.markup.jupyter .glyphicon-chevron-down:before {
+.markdown.jupyter .glyphicon-chevron-down:before {
   content: "\e114";
 }
-.markup.jupyter .glyphicon-retweet:before {
+.markdown.jupyter .glyphicon-retweet:before {
   content: "\e115";
 }
-.markup.jupyter .glyphicon-shopping-cart:before {
+.markdown.jupyter .glyphicon-shopping-cart:before {
   content: "\e116";
 }
-.markup.jupyter .glyphicon-folder-close:before {
+.markdown.jupyter .glyphicon-folder-close:before {
   content: "\e117";
 }
-.markup.jupyter .glyphicon-folder-open:before {
+.markdown.jupyter .glyphicon-folder-open:before {
   content: "\e118";
 }
-.markup.jupyter .glyphicon-resize-vertical:before {
+.markdown.jupyter .glyphicon-resize-vertical:before {
   content: "\e119";
 }
-.markup.jupyter .glyphicon-resize-horizontal:before {
+.markdown.jupyter .glyphicon-resize-horizontal:before {
   content: "\e120";
 }
-.markup.jupyter .glyphicon-hdd:before {
+.markdown.jupyter .glyphicon-hdd:before {
   content: "\e121";
 }
-.markup.jupyter .glyphicon-bullhorn:before {
+.markdown.jupyter .glyphicon-bullhorn:before {
   content: "\e122";
 }
-.markup.jupyter .glyphicon-bell:before {
+.markdown.jupyter .glyphicon-bell:before {
   content: "\e123";
 }
-.markup.jupyter .glyphicon-certificate:before {
+.markdown.jupyter .glyphicon-certificate:before {
   content: "\e124";
 }
-.markup.jupyter .glyphicon-thumbs-up:before {
+.markdown.jupyter .glyphicon-thumbs-up:before {
   content: "\e125";
 }
-.markup.jupyter .glyphicon-thumbs-down:before {
+.markdown.jupyter .glyphicon-thumbs-down:before {
   content: "\e126";
 }
-.markup.jupyter .glyphicon-hand-right:before {
+.markdown.jupyter .glyphicon-hand-right:before {
   content: "\e127";
 }
-.markup.jupyter .glyphicon-hand-left:before {
+.markdown.jupyter .glyphicon-hand-left:before {
   content: "\e128";
 }
-.markup.jupyter .glyphicon-hand-up:before {
+.markdown.jupyter .glyphicon-hand-up:before {
   content: "\e129";
 }
-.markup.jupyter .glyphicon-hand-down:before {
+.markdown.jupyter .glyphicon-hand-down:before {
   content: "\e130";
 }
-.markup.jupyter .glyphicon-circle-arrow-right:before {
+.markdown.jupyter .glyphicon-circle-arrow-right:before {
   content: "\e131";
 }
-.markup.jupyter .glyphicon-circle-arrow-left:before {
+.markdown.jupyter .glyphicon-circle-arrow-left:before {
   content: "\e132";
 }
-.markup.jupyter .glyphicon-circle-arrow-up:before {
+.markdown.jupyter .glyphicon-circle-arrow-up:before {
   content: "\e133";
 }
-.markup.jupyter .glyphicon-circle-arrow-down:before {
+.markdown.jupyter .glyphicon-circle-arrow-down:before {
   content: "\e134";
 }
-.markup.jupyter .glyphicon-globe:before {
+.markdown.jupyter .glyphicon-globe:before {
   content: "\e135";
 }
-.markup.jupyter .glyphicon-wrench:before {
+.markdown.jupyter .glyphicon-wrench:before {
   content: "\e136";
 }
-.markup.jupyter .glyphicon-tasks:before {
+.markdown.jupyter .glyphicon-tasks:before {
   content: "\e137";
 }
-.markup.jupyter .glyphicon-filter:before {
+.markdown.jupyter .glyphicon-filter:before {
   content: "\e138";
 }
-.markup.jupyter .glyphicon-briefcase:before {
+.markdown.jupyter .glyphicon-briefcase:before {
   content: "\e139";
 }
-.markup.jupyter .glyphicon-fullscreen:before {
+.markdown.jupyter .glyphicon-fullscreen:before {
   content: "\e140";
 }
-.markup.jupyter .glyphicon-dashboard:before {
+.markdown.jupyter .glyphicon-dashboard:before {
   content: "\e141";
 }
-.markup.jupyter .glyphicon-paperclip:before {
+.markdown.jupyter .glyphicon-paperclip:before {
   content: "\e142";
 }
-.markup.jupyter .glyphicon-heart-empty:before {
+.markdown.jupyter .glyphicon-heart-empty:before {
   content: "\e143";
 }
-.markup.jupyter .glyphicon-link:before {
+.markdown.jupyter .glyphicon-link:before {
   content: "\e144";
 }
-.markup.jupyter .glyphicon-phone:before {
+.markdown.jupyter .glyphicon-phone:before {
   content: "\e145";
 }
-.markup.jupyter .glyphicon-pushpin:before {
+.markdown.jupyter .glyphicon-pushpin:before {
   content: "\e146";
 }
-.markup.jupyter .glyphicon-usd:before {
+.markdown.jupyter .glyphicon-usd:before {
   content: "\e148";
 }
-.markup.jupyter .glyphicon-gbp:before {
+.markdown.jupyter .glyphicon-gbp:before {
   content: "\e149";
 }
-.markup.jupyter .glyphicon-sort:before {
+.markdown.jupyter .glyphicon-sort:before {
   content: "\e150";
 }
-.markup.jupyter .glyphicon-sort-by-alphabet:before {
+.markdown.jupyter .glyphicon-sort-by-alphabet:before {
   content: "\e151";
 }
-.markup.jupyter .glyphicon-sort-by-alphabet-alt:before {
+.markdown.jupyter .glyphicon-sort-by-alphabet-alt:before {
   content: "\e152";
 }
-.markup.jupyter .glyphicon-sort-by-order:before {
+.markdown.jupyter .glyphicon-sort-by-order:before {
   content: "\e153";
 }
-.markup.jupyter .glyphicon-sort-by-order-alt:before {
+.markdown.jupyter .glyphicon-sort-by-order-alt:before {
   content: "\e154";
 }
-.markup.jupyter .glyphicon-sort-by-attributes:before {
+.markdown.jupyter .glyphicon-sort-by-attributes:before {
   content: "\e155";
 }
-.markup.jupyter .glyphicon-sort-by-attributes-alt:before {
+.markdown.jupyter .glyphicon-sort-by-attributes-alt:before {
   content: "\e156";
 }
-.markup.jupyter .glyphicon-unchecked:before {
+.markdown.jupyter .glyphicon-unchecked:before {
   content: "\e157";
 }
-.markup.jupyter .glyphicon-expand:before {
+.markdown.jupyter .glyphicon-expand:before {
   content: "\e158";
 }
-.markup.jupyter .glyphicon-collapse-down:before {
+.markdown.jupyter .glyphicon-collapse-down:before {
   content: "\e159";
 }
-.markup.jupyter .glyphicon-collapse-up:before {
+.markdown.jupyter .glyphicon-collapse-up:before {
   content: "\e160";
 }
-.markup.jupyter .glyphicon-log-in:before {
+.markdown.jupyter .glyphicon-log-in:before {
   content: "\e161";
 }
-.markup.jupyter .glyphicon-flash:before {
+.markdown.jupyter .glyphicon-flash:before {
   content: "\e162";
 }
-.markup.jupyter .glyphicon-log-out:before {
+.markdown.jupyter .glyphicon-log-out:before {
   content: "\e163";
 }
-.markup.jupyter .glyphicon-new-window:before {
+.markdown.jupyter .glyphicon-new-window:before {
   content: "\e164";
 }
-.markup.jupyter .glyphicon-record:before {
+.markdown.jupyter .glyphicon-record:before {
   content: "\e165";
 }
-.markup.jupyter .glyphicon-save:before {
+.markdown.jupyter .glyphicon-save:before {
   content: "\e166";
 }
-.markup.jupyter .glyphicon-open:before {
+.markdown.jupyter .glyphicon-open:before {
   content: "\e167";
 }
-.markup.jupyter .glyphicon-saved:before {
+.markdown.jupyter .glyphicon-saved:before {
   content: "\e168";
 }
-.markup.jupyter .glyphicon-import:before {
+.markdown.jupyter .glyphicon-import:before {
   content: "\e169";
 }
-.markup.jupyter .glyphicon-export:before {
+.markdown.jupyter .glyphicon-export:before {
   content: "\e170";
 }
-.markup.jupyter .glyphicon-send:before {
+.markdown.jupyter .glyphicon-send:before {
   content: "\e171";
 }
-.markup.jupyter .glyphicon-floppy-disk:before {
+.markdown.jupyter .glyphicon-floppy-disk:before {
   content: "\e172";
 }
-.markup.jupyter .glyphicon-floppy-saved:before {
+.markdown.jupyter .glyphicon-floppy-saved:before {
   content: "\e173";
 }
-.markup.jupyter .glyphicon-floppy-remove:before {
+.markdown.jupyter .glyphicon-floppy-remove:before {
   content: "\e174";
 }
-.markup.jupyter .glyphicon-floppy-save:before {
+.markdown.jupyter .glyphicon-floppy-save:before {
   content: "\e175";
 }
-.markup.jupyter .glyphicon-floppy-open:before {
+.markdown.jupyter .glyphicon-floppy-open:before {
   content: "\e176";
 }
-.markup.jupyter .glyphicon-credit-card:before {
+.markdown.jupyter .glyphicon-credit-card:before {
   content: "\e177";
 }
-.markup.jupyter .glyphicon-transfer:before {
+.markdown.jupyter .glyphicon-transfer:before {
   content: "\e178";
 }
-.markup.jupyter .glyphicon-cutlery:before {
+.markdown.jupyter .glyphicon-cutlery:before {
   content: "\e179";
 }
-.markup.jupyter .glyphicon-header:before {
+.markdown.jupyter .glyphicon-header:before {
   content: "\e180";
 }
-.markup.jupyter .glyphicon-compressed:before {
+.markdown.jupyter .glyphicon-compressed:before {
   content: "\e181";
 }
-.markup.jupyter .glyphicon-earphone:before {
+.markdown.jupyter .glyphicon-earphone:before {
   content: "\e182";
 }
-.markup.jupyter .glyphicon-phone-alt:before {
+.markdown.jupyter .glyphicon-phone-alt:before {
   content: "\e183";
 }
-.markup.jupyter .glyphicon-tower:before {
+.markdown.jupyter .glyphicon-tower:before {
   content: "\e184";
 }
-.markup.jupyter .glyphicon-stats:before {
+.markdown.jupyter .glyphicon-stats:before {
   content: "\e185";
 }
-.markup.jupyter .glyphicon-sd-video:before {
+.markdown.jupyter .glyphicon-sd-video:before {
   content: "\e186";
 }
-.markup.jupyter .glyphicon-hd-video:before {
+.markdown.jupyter .glyphicon-hd-video:before {
   content: "\e187";
 }
-.markup.jupyter .glyphicon-subtitles:before {
+.markdown.jupyter .glyphicon-subtitles:before {
   content: "\e188";
 }
-.markup.jupyter .glyphicon-sound-stereo:before {
+.markdown.jupyter .glyphicon-sound-stereo:before {
   content: "\e189";
 }
-.markup.jupyter .glyphicon-sound-dolby:before {
+.markdown.jupyter .glyphicon-sound-dolby:before {
   content: "\e190";
 }
-.markup.jupyter .glyphicon-sound-5-1:before {
+.markdown.jupyter .glyphicon-sound-5-1:before {
   content: "\e191";
 }
-.markup.jupyter .glyphicon-sound-6-1:before {
+.markdown.jupyter .glyphicon-sound-6-1:before {
   content: "\e192";
 }
-.markup.jupyter .glyphicon-sound-7-1:before {
+.markdown.jupyter .glyphicon-sound-7-1:before {
   content: "\e193";
 }
-.markup.jupyter .glyphicon-copyright-mark:before {
+.markdown.jupyter .glyphicon-copyright-mark:before {
   content: "\e194";
 }
-.markup.jupyter .glyphicon-registration-mark:before {
+.markdown.jupyter .glyphicon-registration-mark:before {
   content: "\e195";
 }
-.markup.jupyter .glyphicon-cloud-download:before {
+.markdown.jupyter .glyphicon-cloud-download:before {
   content: "\e197";
 }
-.markup.jupyter .glyphicon-cloud-upload:before {
+.markdown.jupyter .glyphicon-cloud-upload:before {
   content: "\e198";
 }
-.markup.jupyter .glyphicon-tree-conifer:before {
+.markdown.jupyter .glyphicon-tree-conifer:before {
   content: "\e199";
 }
-.markup.jupyter .glyphicon-tree-deciduous:before {
+.markdown.jupyter .glyphicon-tree-deciduous:before {
   content: "\e200";
 }
-.markup.jupyter .glyphicon-cd:before {
+.markdown.jupyter .glyphicon-cd:before {
   content: "\e201";
 }
-.markup.jupyter .glyphicon-save-file:before {
+.markdown.jupyter .glyphicon-save-file:before {
   content: "\e202";
 }
-.markup.jupyter .glyphicon-open-file:before {
+.markdown.jupyter .glyphicon-open-file:before {
   content: "\e203";
 }
-.markup.jupyter .glyphicon-level-up:before {
+.markdown.jupyter .glyphicon-level-up:before {
   content: "\e204";
 }
-.markup.jupyter .glyphicon-copy:before {
+.markdown.jupyter .glyphicon-copy:before {
   content: "\e205";
 }
-.markup.jupyter .glyphicon-paste:before {
+.markdown.jupyter .glyphicon-paste:before {
   content: "\e206";
 }
-.markup.jupyter .glyphicon-alert:before {
+.markdown.jupyter .glyphicon-alert:before {
   content: "\e209";
 }
-.markup.jupyter .glyphicon-equalizer:before {
+.markdown.jupyter .glyphicon-equalizer:before {
   content: "\e210";
 }
-.markup.jupyter .glyphicon-king:before {
+.markdown.jupyter .glyphicon-king:before {
   content: "\e211";
 }
-.markup.jupyter .glyphicon-queen:before {
+.markdown.jupyter .glyphicon-queen:before {
   content: "\e212";
 }
-.markup.jupyter .glyphicon-pawn:before {
+.markdown.jupyter .glyphicon-pawn:before {
   content: "\e213";
 }
-.markup.jupyter .glyphicon-bishop:before {
+.markdown.jupyter .glyphicon-bishop:before {
   content: "\e214";
 }
-.markup.jupyter .glyphicon-knight:before {
+.markdown.jupyter .glyphicon-knight:before {
   content: "\e215";
 }
-.markup.jupyter .glyphicon-baby-formula:before {
+.markdown.jupyter .glyphicon-baby-formula:before {
   content: "\e216";
 }
-.markup.jupyter .glyphicon-tent:before {
+.markdown.jupyter .glyphicon-tent:before {
   content: "\26fa";
 }
-.markup.jupyter .glyphicon-blackboard:before {
+.markdown.jupyter .glyphicon-blackboard:before {
   content: "\e218";
 }
-.markup.jupyter .glyphicon-bed:before {
+.markdown.jupyter .glyphicon-bed:before {
   content: "\e219";
 }
-.markup.jupyter .glyphicon-apple:before {
+.markdown.jupyter .glyphicon-apple:before {
   content: "\f8ff";
 }
-.markup.jupyter .glyphicon-erase:before {
+.markdown.jupyter .glyphicon-erase:before {
   content: "\e221";
 }
-.markup.jupyter .glyphicon-hourglass:before {
+.markdown.jupyter .glyphicon-hourglass:before {
   content: "\231b";
 }
-.markup.jupyter .glyphicon-lamp:before {
+.markdown.jupyter .glyphicon-lamp:before {
   content: "\e223";
 }
-.markup.jupyter .glyphicon-duplicate:before {
+.markdown.jupyter .glyphicon-duplicate:before {
   content: "\e224";
 }
-.markup.jupyter .glyphicon-piggy-bank:before {
+.markdown.jupyter .glyphicon-piggy-bank:before {
   content: "\e225";
 }
-.markup.jupyter .glyphicon-scissors:before {
+.markdown.jupyter .glyphicon-scissors:before {
   content: "\e226";
 }
-.markup.jupyter .glyphicon-bitcoin:before {
+.markdown.jupyter .glyphicon-bitcoin:before {
   content: "\e227";
 }
-.markup.jupyter .glyphicon-btc:before {
+.markdown.jupyter .glyphicon-btc:before {
   content: "\e227";
 }
-.markup.jupyter .glyphicon-xbt:before {
+.markdown.jupyter .glyphicon-xbt:before {
   content: "\e227";
 }
-.markup.jupyter .glyphicon-yen:before {
+.markdown.jupyter .glyphicon-yen:before {
   content: "\00a5";
 }
-.markup.jupyter .glyphicon-jpy:before {
+.markdown.jupyter .glyphicon-jpy:before {
   content: "\00a5";
 }
-.markup.jupyter .glyphicon-ruble:before {
+.markdown.jupyter .glyphicon-ruble:before {
   content: "\20bd";
 }
-.markup.jupyter .glyphicon-rub:before {
+.markdown.jupyter .glyphicon-rub:before {
   content: "\20bd";
 }
-.markup.jupyter .glyphicon-scale:before {
+.markdown.jupyter .glyphicon-scale:before {
   content: "\e230";
 }
-.markup.jupyter .glyphicon-ice-lolly:before {
+.markdown.jupyter .glyphicon-ice-lolly:before {
   content: "\e231";
 }
-.markup.jupyter .glyphicon-ice-lolly-tasted:before {
+.markdown.jupyter .glyphicon-ice-lolly-tasted:before {
   content: "\e232";
 }
-.markup.jupyter .glyphicon-education:before {
+.markdown.jupyter .glyphicon-education:before {
   content: "\e233";
 }
-.markup.jupyter .glyphicon-option-horizontal:before {
+.markdown.jupyter .glyphicon-option-horizontal:before {
   content: "\e234";
 }
-.markup.jupyter .glyphicon-option-vertical:before {
+.markdown.jupyter .glyphicon-option-vertical:before {
   content: "\e235";
 }
-.markup.jupyter .glyphicon-menu-hamburger:before {
+.markdown.jupyter .glyphicon-menu-hamburger:before {
   content: "\e236";
 }
-.markup.jupyter .glyphicon-modal-window:before {
+.markdown.jupyter .glyphicon-modal-window:before {
   content: "\e237";
 }
-.markup.jupyter .glyphicon-oil:before {
+.markdown.jupyter .glyphicon-oil:before {
   content: "\e238";
 }
-.markup.jupyter .glyphicon-grain:before {
+.markdown.jupyter .glyphicon-grain:before {
   content: "\e239";
 }
-.markup.jupyter .glyphicon-sunglasses:before {
+.markdown.jupyter .glyphicon-sunglasses:before {
   content: "\e240";
 }
-.markup.jupyter .glyphicon-text-size:before {
+.markdown.jupyter .glyphicon-text-size:before {
   content: "\e241";
 }
-.markup.jupyter .glyphicon-text-color:before {
+.markdown.jupyter .glyphicon-text-color:before {
   content: "\e242";
 }
-.markup.jupyter .glyphicon-text-background:before {
+.markdown.jupyter .glyphicon-text-background:before {
   content: "\e243";
 }
-.markup.jupyter .glyphicon-object-align-top:before {
+.markdown.jupyter .glyphicon-object-align-top:before {
   content: "\e244";
 }
-.markup.jupyter .glyphicon-object-align-bottom:before {
+.markdown.jupyter .glyphicon-object-align-bottom:before {
   content: "\e245";
 }
-.markup.jupyter .glyphicon-object-align-horizontal:before {
+.markdown.jupyter .glyphicon-object-align-horizontal:before {
   content: "\e246";
 }
-.markup.jupyter .glyphicon-object-align-left:before {
+.markdown.jupyter .glyphicon-object-align-left:before {
   content: "\e247";
 }
-.markup.jupyter .glyphicon-object-align-vertical:before {
+.markdown.jupyter .glyphicon-object-align-vertical:before {
   content: "\e248";
 }
-.markup.jupyter .glyphicon-object-align-right:before {
+.markdown.jupyter .glyphicon-object-align-right:before {
   content: "\e249";
 }
-.markup.jupyter .glyphicon-triangle-right:before {
+.markdown.jupyter .glyphicon-triangle-right:before {
   content: "\e250";
 }
-.markup.jupyter .glyphicon-triangle-left:before {
+.markdown.jupyter .glyphicon-triangle-left:before {
   content: "\e251";
 }
-.markup.jupyter .glyphicon-triangle-bottom:before {
+.markdown.jupyter .glyphicon-triangle-bottom:before {
   content: "\e252";
 }
-.markup.jupyter .glyphicon-triangle-top:before {
+.markdown.jupyter .glyphicon-triangle-top:before {
   content: "\e253";
 }
-.markup.jupyter .glyphicon-console:before {
+.markdown.jupyter .glyphicon-console:before {
   content: "\e254";
 }
-.markup.jupyter .glyphicon-superscript:before {
+.markdown.jupyter .glyphicon-superscript:before {
   content: "\e255";
 }
-.markup.jupyter .glyphicon-subscript:before {
+.markdown.jupyter .glyphicon-subscript:before {
   content: "\e256";
 }
-.markup.jupyter .glyphicon-menu-left:before {
+.markdown.jupyter .glyphicon-menu-left:before {
   content: "\e257";
 }
-.markup.jupyter .glyphicon-menu-right:before {
+.markdown.jupyter .glyphicon-menu-right:before {
   content: "\e258";
 }
-.markup.jupyter .glyphicon-menu-down:before {
+.markdown.jupyter .glyphicon-menu-down:before {
   content: "\e259";
 }
-.markup.jupyter .glyphicon-menu-up:before {
+.markdown.jupyter .glyphicon-menu-up:before {
   content: "\e260";
 }
-.markup.jupyter * {
+.markdown.jupyter * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
-.markup.jupyter *:before,
-.markup.jupyter *:after {
+.markdown.jupyter *:before,
+.markdown.jupyter *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
-.markup.jupyter html {
+.markdown.jupyter html {
   font-size: 10px;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
-.markup.jupyter body {
+.markdown.jupyter body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   line-height: 1.42857143;
   color: #000;
   background-color: #fff;
 }
-.markup.jupyter input,
-.markup.jupyter button,
-.markup.jupyter select,
-.markup.jupyter textarea {
+.markdown.jupyter input,
+.markdown.jupyter button,
+.markdown.jupyter select,
+.markdown.jupyter textarea {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
-.markup.jupyter a {
+.markdown.jupyter a {
   color: #337ab7;
   text-decoration: none;
 }
-.markup.jupyter a:hover,
-.markup.jupyter a:focus {
+.markdown.jupyter a:hover,
+.markdown.jupyter a:focus {
   color: #23527c;
   text-decoration: underline;
 }
-.markup.jupyter a:focus {
+.markdown.jupyter a:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
-.markup.jupyter figure {
+.markdown.jupyter figure {
   margin: 0;
 }
-.markup.jupyter img {
+.markdown.jupyter img {
   vertical-align: middle;
 }
-.markup.jupyter .img-responsive,
-.markup.jupyter .thumbnail > img,
-.markup.jupyter .thumbnail a > img,
-.markup.jupyter .carousel-inner > .item > img,
-.markup.jupyter .carousel-inner > .item > a > img {
+.markdown.jupyter .img-responsive,
+.markdown.jupyter .thumbnail > img,
+.markdown.jupyter .thumbnail a > img,
+.markdown.jupyter .carousel-inner > .item > img,
+.markdown.jupyter .carousel-inner > .item > a > img {
   display: block;
   max-width: 100%;
   height: auto;
 }
-.markup.jupyter .img-rounded {
+.markdown.jupyter .img-rounded {
   border-radius: 3px;
 }
-.markup.jupyter .img-thumbnail {
+.markdown.jupyter .img-thumbnail {
   padding: 4px;
   line-height: 1.42857143;
   background-color: #fff;
@@ -1347,16 +1347,16 @@ Adapted from GitHub theme
   max-width: 100%;
   height: auto;
 }
-.markup.jupyter .img-circle {
+.markdown.jupyter .img-circle {
   border-radius: 50%;
 }
-.markup.jupyter hr {
+.markdown.jupyter hr {
   margin-top: 18px;
   margin-bottom: 18px;
   border: 0;
   border-top: 1px solid #eeeeee;
 }
-.markup.jupyter .sr-only {
+.markdown.jupyter .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
@@ -1366,8 +1366,8 @@ Adapted from GitHub theme
   clip: rect(0, 0, 0, 0);
   border: 0;
 }
-.markup.jupyter .sr-only-focusable:active,
-.markup.jupyter .sr-only-focusable:focus {
+.markdown.jupyter .sr-only-focusable:active,
+.markdown.jupyter .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
@@ -1375,291 +1375,291 @@ Adapted from GitHub theme
   overflow: visible;
   clip: auto;
 }
-.markup.jupyter [role="button"] {
+.markdown.jupyter [role="button"] {
   cursor: pointer;
 }
-.markup.jupyter h1,
-.markup.jupyter h2,
-.markup.jupyter h3,
-.markup.jupyter h4,
-.markup.jupyter h5,
-.markup.jupyter h6,
-.markup.jupyter .h1,
-.markup.jupyter .h2,
-.markup.jupyter .h3,
-.markup.jupyter .h4,
-.markup.jupyter .h5,
-.markup.jupyter .h6 {
+.markdown.jupyter h1,
+.markdown.jupyter h2,
+.markdown.jupyter h3,
+.markdown.jupyter h4,
+.markdown.jupyter h5,
+.markdown.jupyter h6,
+.markdown.jupyter .h1,
+.markdown.jupyter .h2,
+.markdown.jupyter .h3,
+.markdown.jupyter .h4,
+.markdown.jupyter .h5,
+.markdown.jupyter .h6 {
   font-family: inherit;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
 }
-.markup.jupyter h1 small,
-.markup.jupyter h2 small,
-.markup.jupyter h3 small,
-.markup.jupyter h4 small,
-.markup.jupyter h5 small,
-.markup.jupyter h6 small,
-.markup.jupyter .h1 small,
-.markup.jupyter .h2 small,
-.markup.jupyter .h3 small,
-.markup.jupyter .h4 small,
-.markup.jupyter .h5 small,
-.markup.jupyter .h6 small,
-.markup.jupyter h1 .small,
-.markup.jupyter h2 .small,
-.markup.jupyter h3 .small,
-.markup.jupyter h4 .small,
-.markup.jupyter h5 .small,
-.markup.jupyter h6 .small,
-.markup.jupyter .h1 .small,
-.markup.jupyter .h2 .small,
-.markup.jupyter .h3 .small,
-.markup.jupyter .h4 .small,
-.markup.jupyter .h5 .small,
-.markup.jupyter .h6 .small {
+.markdown.jupyter h1 small,
+.markdown.jupyter h2 small,
+.markdown.jupyter h3 small,
+.markdown.jupyter h4 small,
+.markdown.jupyter h5 small,
+.markdown.jupyter h6 small,
+.markdown.jupyter .h1 small,
+.markdown.jupyter .h2 small,
+.markdown.jupyter .h3 small,
+.markdown.jupyter .h4 small,
+.markdown.jupyter .h5 small,
+.markdown.jupyter .h6 small,
+.markdown.jupyter h1 .small,
+.markdown.jupyter h2 .small,
+.markdown.jupyter h3 .small,
+.markdown.jupyter h4 .small,
+.markdown.jupyter h5 .small,
+.markdown.jupyter h6 .small,
+.markdown.jupyter .h1 .small,
+.markdown.jupyter .h2 .small,
+.markdown.jupyter .h3 .small,
+.markdown.jupyter .h4 .small,
+.markdown.jupyter .h5 .small,
+.markdown.jupyter .h6 .small {
   font-weight: normal;
   line-height: 1;
   color: #777777;
 }
-.markup.jupyter h1,
-.markup.jupyter .h1,
-.markup.jupyter h2,
-.markup.jupyter .h2,
-.markup.jupyter h3,
-.markup.jupyter .h3 {
+.markdown.jupyter h1,
+.markdown.jupyter .h1,
+.markdown.jupyter h2,
+.markdown.jupyter .h2,
+.markdown.jupyter h3,
+.markdown.jupyter .h3 {
   margin-top: 18px;
   margin-bottom: 9px;
 }
-.markup.jupyter h1 small,
-.markup.jupyter .h1 small,
-.markup.jupyter h2 small,
-.markup.jupyter .h2 small,
-.markup.jupyter h3 small,
-.markup.jupyter .h3 small,
-.markup.jupyter h1 .small,
-.markup.jupyter .h1 .small,
-.markup.jupyter h2 .small,
-.markup.jupyter .h2 .small,
-.markup.jupyter h3 .small,
-.markup.jupyter .h3 .small {
+.markdown.jupyter h1 small,
+.markdown.jupyter .h1 small,
+.markdown.jupyter h2 small,
+.markdown.jupyter .h2 small,
+.markdown.jupyter h3 small,
+.markdown.jupyter .h3 small,
+.markdown.jupyter h1 .small,
+.markdown.jupyter .h1 .small,
+.markdown.jupyter h2 .small,
+.markdown.jupyter .h2 .small,
+.markdown.jupyter h3 .small,
+.markdown.jupyter .h3 .small {
   font-size: 65%;
 }
-.markup.jupyter h4,
-.markup.jupyter .h4,
-.markup.jupyter h5,
-.markup.jupyter .h5,
-.markup.jupyter h6,
-.markup.jupyter .h6 {
+.markdown.jupyter h4,
+.markdown.jupyter .h4,
+.markdown.jupyter h5,
+.markdown.jupyter .h5,
+.markdown.jupyter h6,
+.markdown.jupyter .h6 {
   margin-top: 9px;
   margin-bottom: 9px;
 }
-.markup.jupyter h4 small,
-.markup.jupyter .h4 small,
-.markup.jupyter h5 small,
-.markup.jupyter .h5 small,
-.markup.jupyter h6 small,
-.markup.jupyter .h6 small,
-.markup.jupyter h4 .small,
-.markup.jupyter .h4 .small,
-.markup.jupyter h5 .small,
-.markup.jupyter .h5 .small,
-.markup.jupyter h6 .small,
-.markup.jupyter .h6 .small {
+.markdown.jupyter h4 small,
+.markdown.jupyter .h4 small,
+.markdown.jupyter h5 small,
+.markdown.jupyter .h5 small,
+.markdown.jupyter h6 small,
+.markdown.jupyter .h6 small,
+.markdown.jupyter h4 .small,
+.markdown.jupyter .h4 .small,
+.markdown.jupyter h5 .small,
+.markdown.jupyter .h5 .small,
+.markdown.jupyter h6 .small,
+.markdown.jupyter .h6 .small {
   font-size: 75%;
 }
-.markup.jupyter h1,
-.markup.jupyter .h1 {
+.markdown.jupyter h1,
+.markdown.jupyter .h1 {
   font-size: 33px;
 }
-.markup.jupyter h2,
-.markup.jupyter .h2 {
+.markdown.jupyter h2,
+.markdown.jupyter .h2 {
   font-size: 27px;
 }
-.markup.jupyter h3,
-.markup.jupyter .h3 {
+.markdown.jupyter h3,
+.markdown.jupyter .h3 {
   font-size: 23px;
 }
-.markup.jupyter h4,
-.markup.jupyter .h4 {
+.markdown.jupyter h4,
+.markdown.jupyter .h4 {
   font-size: 17px;
 }
-.markup.jupyter h5,
-.markup.jupyter .h5 {
+.markdown.jupyter h5,
+.markdown.jupyter .h5 {
   font-size: 13px;
 }
-.markup.jupyter h6,
-.markup.jupyter .h6 {
+.markdown.jupyter h6,
+.markdown.jupyter .h6 {
   font-size: 12px;
 }
-.markup.jupyter p {
+.markdown.jupyter p {
   margin: 0 0 9px;
 }
-.markup.jupyter .lead {
+.markdown.jupyter .lead {
   margin-bottom: 18px;
   font-size: 14px;
   font-weight: 300;
   line-height: 1.4;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .lead {
+  .markdown.jupyter .lead {
     font-size: 19.5px;
   }
 }
-.markup.jupyter small,
-.markup.jupyter .small {
+.markdown.jupyter small,
+.markdown.jupyter .small {
   font-size: 92%;
 }
-.markup.jupyter mark,
-.markup.jupyter .mark {
+.markdown.jupyter mark,
+.markdown.jupyter .mark {
   background-color: #fcf8e3;
   padding: 0.2em;
 }
-.markup.jupyter .text-left {
+.markdown.jupyter .text-left {
   text-align: left;
 }
-.markup.jupyter .text-right {
+.markdown.jupyter .text-right {
   text-align: right;
 }
-.markup.jupyter .text-center {
+.markdown.jupyter .text-center {
   text-align: center;
 }
-.markup.jupyter .text-justify {
+.markdown.jupyter .text-justify {
   text-align: justify;
 }
-.markup.jupyter .text-nowrap {
+.markdown.jupyter .text-nowrap {
   white-space: nowrap;
 }
-.markup.jupyter .text-lowercase {
+.markdown.jupyter .text-lowercase {
   text-transform: lowercase;
 }
-.markup.jupyter .text-uppercase {
+.markdown.jupyter .text-uppercase {
   text-transform: uppercase;
 }
-.markup.jupyter .text-capitalize {
+.markdown.jupyter .text-capitalize {
   text-transform: capitalize;
 }
-.markup.jupyter .text-muted {
+.markdown.jupyter .text-muted {
   color: #777777;
 }
-.markup.jupyter .text-primary {
+.markdown.jupyter .text-primary {
   color: #337ab7;
 }
-.markup.jupyter a.text-primary:hover,
-.markup.jupyter a.text-primary:focus {
+.markdown.jupyter a.text-primary:hover,
+.markdown.jupyter a.text-primary:focus {
   color: #286090;
 }
-.markup.jupyter .text-success {
+.markdown.jupyter .text-success {
   color: #3c763d;
 }
-.markup.jupyter a.text-success:hover,
-.markup.jupyter a.text-success:focus {
+.markdown.jupyter a.text-success:hover,
+.markdown.jupyter a.text-success:focus {
   color: #2b542c;
 }
-.markup.jupyter .text-info {
+.markdown.jupyter .text-info {
   color: #31708f;
 }
-.markup.jupyter a.text-info:hover,
-.markup.jupyter a.text-info:focus {
+.markdown.jupyter a.text-info:hover,
+.markdown.jupyter a.text-info:focus {
   color: #245269;
 }
-.markup.jupyter .text-warning {
+.markdown.jupyter .text-warning {
   color: #8a6d3b;
 }
-.markup.jupyter a.text-warning:hover,
-.markup.jupyter a.text-warning:focus {
+.markdown.jupyter a.text-warning:hover,
+.markdown.jupyter a.text-warning:focus {
   color: #66512c;
 }
-.markup.jupyter .text-danger {
+.markdown.jupyter .text-danger {
   color: #a94442;
 }
-.markup.jupyter a.text-danger:hover,
-.markup.jupyter a.text-danger:focus {
+.markdown.jupyter a.text-danger:hover,
+.markdown.jupyter a.text-danger:focus {
   color: #843534;
 }
-.markup.jupyter .bg-primary {
+.markdown.jupyter .bg-primary {
   color: #fff;
   background-color: #337ab7;
 }
-.markup.jupyter a.bg-primary:hover,
-.markup.jupyter a.bg-primary:focus {
+.markdown.jupyter a.bg-primary:hover,
+.markdown.jupyter a.bg-primary:focus {
   background-color: #286090;
 }
-.markup.jupyter .bg-success {
+.markdown.jupyter .bg-success {
   background-color: #dff0d8;
 }
-.markup.jupyter a.bg-success:hover,
-.markup.jupyter a.bg-success:focus {
+.markdown.jupyter a.bg-success:hover,
+.markdown.jupyter a.bg-success:focus {
   background-color: #c1e2b3;
 }
-.markup.jupyter .bg-info {
+.markdown.jupyter .bg-info {
   background-color: #d9edf7;
 }
-.markup.jupyter a.bg-info:hover,
-.markup.jupyter a.bg-info:focus {
+.markdown.jupyter a.bg-info:hover,
+.markdown.jupyter a.bg-info:focus {
   background-color: #afd9ee;
 }
-.markup.jupyter .bg-warning {
+.markdown.jupyter .bg-warning {
   background-color: #fcf8e3;
 }
-.markup.jupyter a.bg-warning:hover,
-.markup.jupyter a.bg-warning:focus {
+.markdown.jupyter a.bg-warning:hover,
+.markdown.jupyter a.bg-warning:focus {
   background-color: #f7ecb5;
 }
-.markup.jupyter .bg-danger {
+.markdown.jupyter .bg-danger {
   background-color: #f2dede;
 }
-.markup.jupyter a.bg-danger:hover,
-.markup.jupyter a.bg-danger:focus {
+.markdown.jupyter a.bg-danger:hover,
+.markdown.jupyter a.bg-danger:focus {
   background-color: #e4b9b9;
 }
-.markup.jupyter .page-header {
+.markdown.jupyter .page-header {
   padding-bottom: 8px;
   margin: 36px 0 18px;
   border-bottom: 1px solid #eeeeee;
 }
-.markup.jupyter ul,
-.markup.jupyter ol {
+.markdown.jupyter ul,
+.markdown.jupyter ol {
   margin-top: 0;
   margin-bottom: 9px;
 }
-.markup.jupyter ul ul,
-.markup.jupyter ol ul,
-.markup.jupyter ul ol,
-.markup.jupyter ol ol {
+.markdown.jupyter ul ul,
+.markdown.jupyter ol ul,
+.markdown.jupyter ul ol,
+.markdown.jupyter ol ol {
   margin-bottom: 0;
 }
-.markup.jupyter .list-unstyled {
+.markdown.jupyter .list-unstyled {
   padding-left: 0;
   list-style: none;
 }
-.markup.jupyter .list-inline {
+.markdown.jupyter .list-inline {
   padding-left: 0;
   list-style: none;
   margin-left: -5px;
 }
-.markup.jupyter .list-inline > li {
+.markdown.jupyter .list-inline > li {
   display: inline-block;
   padding-left: 5px;
   padding-right: 5px;
 }
-.markup.jupyter dl {
+.markdown.jupyter dl {
   margin-top: 0;
   margin-bottom: 18px;
 }
-.markup.jupyter dt,
-.markup.jupyter dd {
+.markdown.jupyter dt,
+.markdown.jupyter dd {
   line-height: 1.42857143;
 }
-.markup.jupyter dt {
+.markdown.jupyter dt {
   font-weight: bold;
 }
-.markup.jupyter dd {
+.markdown.jupyter dd {
   margin-left: 0;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .dl-horizontal dt {
+  .markdown.jupyter .dl-horizontal dt {
     float: left;
     width: 160px;
     clear: left;
@@ -1668,86 +1668,86 @@ Adapted from GitHub theme
     text-overflow: ellipsis;
     white-space: nowrap;
   }
-  .markup.jupyter .dl-horizontal dd {
+  .markdown.jupyter .dl-horizontal dd {
     margin-left: 180px;
   }
 }
-.markup.jupyter abbr[title],
-.markup.jupyter abbr[data-original-title] {
+.markdown.jupyter abbr[title],
+.markdown.jupyter abbr[data-original-title] {
   cursor: help;
   border-bottom: 1px dotted #777777;
 }
-.markup.jupyter .initialism {
+.markdown.jupyter .initialism {
   font-size: 90%;
   text-transform: uppercase;
 }
-.markup.jupyter blockquote {
+.markdown.jupyter blockquote {
   padding: 9px 18px;
   margin: 0 0 18px;
   font-size: inherit;
   border-left: 5px solid #eeeeee;
 }
-.markup.jupyter blockquote p:last-child,
-.markup.jupyter blockquote ul:last-child,
-.markup.jupyter blockquote ol:last-child {
+.markdown.jupyter blockquote p:last-child,
+.markdown.jupyter blockquote ul:last-child,
+.markdown.jupyter blockquote ol:last-child {
   margin-bottom: 0;
 }
-.markup.jupyter blockquote footer,
-.markup.jupyter blockquote small,
-.markup.jupyter blockquote .small {
+.markdown.jupyter blockquote footer,
+.markdown.jupyter blockquote small,
+.markdown.jupyter blockquote .small {
   display: block;
   font-size: 80%;
   line-height: 1.42857143;
   color: #777777;
 }
-.markup.jupyter blockquote footer:before,
-.markup.jupyter blockquote small:before,
-.markup.jupyter blockquote .small:before {
+.markdown.jupyter blockquote footer:before,
+.markdown.jupyter blockquote small:before,
+.markdown.jupyter blockquote .small:before {
   content: '\2014 \00A0';
 }
-.markup.jupyter .blockquote-reverse,
-.markup.jupyter blockquote.pull-right {
+.markdown.jupyter .blockquote-reverse,
+.markdown.jupyter blockquote.pull-right {
   padding-right: 15px;
   padding-left: 0;
   border-right: 5px solid #eeeeee;
   border-left: 0;
   text-align: right;
 }
-.markup.jupyter .blockquote-reverse footer:before,
-.markup.jupyter blockquote.pull-right footer:before,
-.markup.jupyter .blockquote-reverse small:before,
-.markup.jupyter blockquote.pull-right small:before,
-.markup.jupyter .blockquote-reverse .small:before,
-.markup.jupyter blockquote.pull-right .small:before {
+.markdown.jupyter .blockquote-reverse footer:before,
+.markdown.jupyter blockquote.pull-right footer:before,
+.markdown.jupyter .blockquote-reverse small:before,
+.markdown.jupyter blockquote.pull-right small:before,
+.markdown.jupyter .blockquote-reverse .small:before,
+.markdown.jupyter blockquote.pull-right .small:before {
   content: '';
 }
-.markup.jupyter .blockquote-reverse footer:after,
-.markup.jupyter blockquote.pull-right footer:after,
-.markup.jupyter .blockquote-reverse small:after,
-.markup.jupyter blockquote.pull-right small:after,
-.markup.jupyter .blockquote-reverse .small:after,
-.markup.jupyter blockquote.pull-right .small:after {
+.markdown.jupyter .blockquote-reverse footer:after,
+.markdown.jupyter blockquote.pull-right footer:after,
+.markdown.jupyter .blockquote-reverse small:after,
+.markdown.jupyter blockquote.pull-right small:after,
+.markdown.jupyter .blockquote-reverse .small:after,
+.markdown.jupyter blockquote.pull-right .small:after {
   content: '\00A0 \2014';
 }
-.markup.jupyter address {
+.markdown.jupyter address {
   margin-bottom: 18px;
   font-style: normal;
   line-height: 1.42857143;
 }
-.markup.jupyter code,
-.markup.jupyter kbd,
-.markup.jupyter pre,
-.markup.jupyter samp {
+.markdown.jupyter code,
+.markdown.jupyter kbd,
+.markdown.jupyter pre,
+.markdown.jupyter samp {
   font-family: monospace;
 }
-.markup.jupyter code {
+.markdown.jupyter code {
   padding: 2px 4px;
   font-size: 90%;
   color: #c7254e;
   background-color: #f9f2f4;
   border-radius: 2px;
 }
-.markup.jupyter kbd {
+.markdown.jupyter kbd {
   padding: 2px 4px;
   font-size: 90%;
   color: #888;
@@ -1755,13 +1755,13 @@ Adapted from GitHub theme
   border-radius: 1px;
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
-.markup.jupyter kbd kbd {
+.markdown.jupyter kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: bold;
   box-shadow: none;
 }
-.markup.jupyter pre {
+.markdown.jupyter pre {
   display: block;
   padding: 8.5px;
   margin: 0 0 9px;
@@ -1774,7 +1774,7 @@ Adapted from GitHub theme
   border: 1px solid #ccc;
   border-radius: 2px;
 }
-.markup.jupyter pre code {
+.markdown.jupyter pre code {
   padding: 0;
   font-size: inherit;
   color: inherit;
@@ -1782,1000 +1782,1000 @@ Adapted from GitHub theme
   background-color: transparent;
   border-radius: 0;
 }
-.markup.jupyter .pre-scrollable {
+.markdown.jupyter .pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
 }
-.markup.jupyter .container {
+.markdown.jupyter .container {
   margin-right: auto;
   margin-left: auto;
   padding-left: 0px;
   padding-right: 0px;
 }
-.markup.jupyter .container-fluid {
+.markdown.jupyter .container-fluid {
   margin-right: auto;
   margin-left: auto;
   padding-left: 0px;
   padding-right: 0px;
 }
-.markup.jupyter .row {
+.markdown.jupyter .row {
   margin-left: 0px;
   margin-right: 0px;
 }
-.markup.jupyter .col-xs-1,
-.markup.jupyter .col-sm-1,
-.markup.jupyter .col-md-1,
-.markup.jupyter .col-lg-1,
-.markup.jupyter .col-xs-2,
-.markup.jupyter .col-sm-2,
-.markup.jupyter .col-md-2,
-.markup.jupyter .col-lg-2,
-.markup.jupyter .col-xs-3,
-.markup.jupyter .col-sm-3,
-.markup.jupyter .col-md-3,
-.markup.jupyter .col-lg-3,
-.markup.jupyter .col-xs-4,
-.markup.jupyter .col-sm-4,
-.markup.jupyter .col-md-4,
-.markup.jupyter .col-lg-4,
-.markup.jupyter .col-xs-5,
-.markup.jupyter .col-sm-5,
-.markup.jupyter .col-md-5,
-.markup.jupyter .col-lg-5,
-.markup.jupyter .col-xs-6,
-.markup.jupyter .col-sm-6,
-.markup.jupyter .col-md-6,
-.markup.jupyter .col-lg-6,
-.markup.jupyter .col-xs-7,
-.markup.jupyter .col-sm-7,
-.markup.jupyter .col-md-7,
-.markup.jupyter .col-lg-7,
-.markup.jupyter .col-xs-8,
-.markup.jupyter .col-sm-8,
-.markup.jupyter .col-md-8,
-.markup.jupyter .col-lg-8,
-.markup.jupyter .col-xs-9,
-.markup.jupyter .col-sm-9,
-.markup.jupyter .col-md-9,
-.markup.jupyter .col-lg-9,
-.markup.jupyter .col-xs-10,
-.markup.jupyter .col-sm-10,
-.markup.jupyter .col-md-10,
-.markup.jupyter .col-lg-10,
-.markup.jupyter .col-xs-11,
-.markup.jupyter .col-sm-11,
-.markup.jupyter .col-md-11,
-.markup.jupyter .col-lg-11,
-.markup.jupyter .col-xs-12,
-.markup.jupyter .col-sm-12,
-.markup.jupyter .col-md-12,
-.markup.jupyter .col-lg-12 {
+.markdown.jupyter .col-xs-1,
+.markdown.jupyter .col-sm-1,
+.markdown.jupyter .col-md-1,
+.markdown.jupyter .col-lg-1,
+.markdown.jupyter .col-xs-2,
+.markdown.jupyter .col-sm-2,
+.markdown.jupyter .col-md-2,
+.markdown.jupyter .col-lg-2,
+.markdown.jupyter .col-xs-3,
+.markdown.jupyter .col-sm-3,
+.markdown.jupyter .col-md-3,
+.markdown.jupyter .col-lg-3,
+.markdown.jupyter .col-xs-4,
+.markdown.jupyter .col-sm-4,
+.markdown.jupyter .col-md-4,
+.markdown.jupyter .col-lg-4,
+.markdown.jupyter .col-xs-5,
+.markdown.jupyter .col-sm-5,
+.markdown.jupyter .col-md-5,
+.markdown.jupyter .col-lg-5,
+.markdown.jupyter .col-xs-6,
+.markdown.jupyter .col-sm-6,
+.markdown.jupyter .col-md-6,
+.markdown.jupyter .col-lg-6,
+.markdown.jupyter .col-xs-7,
+.markdown.jupyter .col-sm-7,
+.markdown.jupyter .col-md-7,
+.markdown.jupyter .col-lg-7,
+.markdown.jupyter .col-xs-8,
+.markdown.jupyter .col-sm-8,
+.markdown.jupyter .col-md-8,
+.markdown.jupyter .col-lg-8,
+.markdown.jupyter .col-xs-9,
+.markdown.jupyter .col-sm-9,
+.markdown.jupyter .col-md-9,
+.markdown.jupyter .col-lg-9,
+.markdown.jupyter .col-xs-10,
+.markdown.jupyter .col-sm-10,
+.markdown.jupyter .col-md-10,
+.markdown.jupyter .col-lg-10,
+.markdown.jupyter .col-xs-11,
+.markdown.jupyter .col-sm-11,
+.markdown.jupyter .col-md-11,
+.markdown.jupyter .col-lg-11,
+.markdown.jupyter .col-xs-12,
+.markdown.jupyter .col-sm-12,
+.markdown.jupyter .col-md-12,
+.markdown.jupyter .col-lg-12 {
   position: relative;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
 }
-.markup.jupyter .col-xs-1,
-.markup.jupyter .col-xs-2,
-.markup.jupyter .col-xs-3,
-.markup.jupyter .col-xs-4,
-.markup.jupyter .col-xs-5,
-.markup.jupyter .col-xs-6,
-.markup.jupyter .col-xs-7,
-.markup.jupyter .col-xs-8,
-.markup.jupyter .col-xs-9,
-.markup.jupyter .col-xs-10,
-.markup.jupyter .col-xs-11,
-.markup.jupyter .col-xs-12 {
+.markdown.jupyter .col-xs-1,
+.markdown.jupyter .col-xs-2,
+.markdown.jupyter .col-xs-3,
+.markdown.jupyter .col-xs-4,
+.markdown.jupyter .col-xs-5,
+.markdown.jupyter .col-xs-6,
+.markdown.jupyter .col-xs-7,
+.markdown.jupyter .col-xs-8,
+.markdown.jupyter .col-xs-9,
+.markdown.jupyter .col-xs-10,
+.markdown.jupyter .col-xs-11,
+.markdown.jupyter .col-xs-12 {
   float: left;
 }
-.markup.jupyter .col-xs-12 {
+.markdown.jupyter .col-xs-12 {
   width: 100%;
 }
-.markup.jupyter .col-xs-11 {
+.markdown.jupyter .col-xs-11 {
   width: 91.66666667%;
 }
-.markup.jupyter .col-xs-10 {
+.markdown.jupyter .col-xs-10 {
   width: 83.33333333%;
 }
-.markup.jupyter .col-xs-9 {
+.markdown.jupyter .col-xs-9 {
   width: 75%;
 }
-.markup.jupyter .col-xs-8 {
+.markdown.jupyter .col-xs-8 {
   width: 66.66666667%;
 }
-.markup.jupyter .col-xs-7 {
+.markdown.jupyter .col-xs-7 {
   width: 58.33333333%;
 }
-.markup.jupyter .col-xs-6 {
+.markdown.jupyter .col-xs-6 {
   width: 50%;
 }
-.markup.jupyter .col-xs-5 {
+.markdown.jupyter .col-xs-5 {
   width: 41.66666667%;
 }
-.markup.jupyter .col-xs-4 {
+.markdown.jupyter .col-xs-4 {
   width: 33.33333333%;
 }
-.markup.jupyter .col-xs-3 {
+.markdown.jupyter .col-xs-3 {
   width: 25%;
 }
-.markup.jupyter .col-xs-2 {
+.markdown.jupyter .col-xs-2 {
   width: 16.66666667%;
 }
-.markup.jupyter .col-xs-1 {
+.markdown.jupyter .col-xs-1 {
   width: 8.33333333%;
 }
-.markup.jupyter .col-xs-pull-12 {
+.markdown.jupyter .col-xs-pull-12 {
   right: 100%;
 }
-.markup.jupyter .col-xs-pull-11 {
+.markdown.jupyter .col-xs-pull-11 {
   right: 91.66666667%;
 }
-.markup.jupyter .col-xs-pull-10 {
+.markdown.jupyter .col-xs-pull-10 {
   right: 83.33333333%;
 }
-.markup.jupyter .col-xs-pull-9 {
+.markdown.jupyter .col-xs-pull-9 {
   right: 75%;
 }
-.markup.jupyter .col-xs-pull-8 {
+.markdown.jupyter .col-xs-pull-8 {
   right: 66.66666667%;
 }
-.markup.jupyter .col-xs-pull-7 {
+.markdown.jupyter .col-xs-pull-7 {
   right: 58.33333333%;
 }
-.markup.jupyter .col-xs-pull-6 {
+.markdown.jupyter .col-xs-pull-6 {
   right: 50%;
 }
-.markup.jupyter .col-xs-pull-5 {
+.markdown.jupyter .col-xs-pull-5 {
   right: 41.66666667%;
 }
-.markup.jupyter .col-xs-pull-4 {
+.markdown.jupyter .col-xs-pull-4 {
   right: 33.33333333%;
 }
-.markup.jupyter .col-xs-pull-3 {
+.markdown.jupyter .col-xs-pull-3 {
   right: 25%;
 }
-.markup.jupyter .col-xs-pull-2 {
+.markdown.jupyter .col-xs-pull-2 {
   right: 16.66666667%;
 }
-.markup.jupyter .col-xs-pull-1 {
+.markdown.jupyter .col-xs-pull-1 {
   right: 8.33333333%;
 }
-.markup.jupyter .col-xs-pull-0 {
+.markdown.jupyter .col-xs-pull-0 {
   right: auto;
 }
-.markup.jupyter .col-xs-push-12 {
+.markdown.jupyter .col-xs-push-12 {
   left: 100%;
 }
-.markup.jupyter .col-xs-push-11 {
+.markdown.jupyter .col-xs-push-11 {
   left: 91.66666667%;
 }
-.markup.jupyter .col-xs-push-10 {
+.markdown.jupyter .col-xs-push-10 {
   left: 83.33333333%;
 }
-.markup.jupyter .col-xs-push-9 {
+.markdown.jupyter .col-xs-push-9 {
   left: 75%;
 }
-.markup.jupyter .col-xs-push-8 {
+.markdown.jupyter .col-xs-push-8 {
   left: 66.66666667%;
 }
-.markup.jupyter .col-xs-push-7 {
+.markdown.jupyter .col-xs-push-7 {
   left: 58.33333333%;
 }
-.markup.jupyter .col-xs-push-6 {
+.markdown.jupyter .col-xs-push-6 {
   left: 50%;
 }
-.markup.jupyter .col-xs-push-5 {
+.markdown.jupyter .col-xs-push-5 {
   left: 41.66666667%;
 }
-.markup.jupyter .col-xs-push-4 {
+.markdown.jupyter .col-xs-push-4 {
   left: 33.33333333%;
 }
-.markup.jupyter .col-xs-push-3 {
+.markdown.jupyter .col-xs-push-3 {
   left: 25%;
 }
-.markup.jupyter .col-xs-push-2 {
+.markdown.jupyter .col-xs-push-2 {
   left: 16.66666667%;
 }
-.markup.jupyter .col-xs-push-1 {
+.markdown.jupyter .col-xs-push-1 {
   left: 8.33333333%;
 }
-.markup.jupyter .col-xs-push-0 {
+.markdown.jupyter .col-xs-push-0 {
   left: auto;
 }
-.markup.jupyter .col-xs-offset-12 {
+.markdown.jupyter .col-xs-offset-12 {
   margin-left: 100%;
 }
-.markup.jupyter .col-xs-offset-11 {
+.markdown.jupyter .col-xs-offset-11 {
   margin-left: 91.66666667%;
 }
-.markup.jupyter .col-xs-offset-10 {
+.markdown.jupyter .col-xs-offset-10 {
   margin-left: 83.33333333%;
 }
-.markup.jupyter .col-xs-offset-9 {
+.markdown.jupyter .col-xs-offset-9 {
   margin-left: 75%;
 }
-.markup.jupyter .col-xs-offset-8 {
+.markdown.jupyter .col-xs-offset-8 {
   margin-left: 66.66666667%;
 }
-.markup.jupyter .col-xs-offset-7 {
+.markdown.jupyter .col-xs-offset-7 {
   margin-left: 58.33333333%;
 }
-.markup.jupyter .col-xs-offset-6 {
+.markdown.jupyter .col-xs-offset-6 {
   margin-left: 50%;
 }
-.markup.jupyter .col-xs-offset-5 {
+.markdown.jupyter .col-xs-offset-5 {
   margin-left: 41.66666667%;
 }
-.markup.jupyter .col-xs-offset-4 {
+.markdown.jupyter .col-xs-offset-4 {
   margin-left: 33.33333333%;
 }
-.markup.jupyter .col-xs-offset-3 {
+.markdown.jupyter .col-xs-offset-3 {
   margin-left: 25%;
 }
-.markup.jupyter .col-xs-offset-2 {
+.markdown.jupyter .col-xs-offset-2 {
   margin-left: 16.66666667%;
 }
-.markup.jupyter .col-xs-offset-1 {
+.markdown.jupyter .col-xs-offset-1 {
   margin-left: 8.33333333%;
 }
-.markup.jupyter .col-xs-offset-0 {
+.markdown.jupyter .col-xs-offset-0 {
   margin-left: 0%;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .col-sm-1,
-  .markup.jupyter .col-sm-2,
-  .markup.jupyter .col-sm-3,
-  .markup.jupyter .col-sm-4,
-  .markup.jupyter .col-sm-5,
-  .markup.jupyter .col-sm-6,
-  .markup.jupyter .col-sm-7,
-  .markup.jupyter .col-sm-8,
-  .markup.jupyter .col-sm-9,
-  .markup.jupyter .col-sm-10,
-  .markup.jupyter .col-sm-11,
-  .markup.jupyter .col-sm-12 {
+  .markdown.jupyter .col-sm-1,
+  .markdown.jupyter .col-sm-2,
+  .markdown.jupyter .col-sm-3,
+  .markdown.jupyter .col-sm-4,
+  .markdown.jupyter .col-sm-5,
+  .markdown.jupyter .col-sm-6,
+  .markdown.jupyter .col-sm-7,
+  .markdown.jupyter .col-sm-8,
+  .markdown.jupyter .col-sm-9,
+  .markdown.jupyter .col-sm-10,
+  .markdown.jupyter .col-sm-11,
+  .markdown.jupyter .col-sm-12 {
     float: left;
   }
-  .markup.jupyter .col-sm-12 {
+  .markdown.jupyter .col-sm-12 {
     width: 100%;
   }
-  .markup.jupyter .col-sm-11 {
+  .markdown.jupyter .col-sm-11 {
     width: 91.66666667%;
   }
-  .markup.jupyter .col-sm-10 {
+  .markdown.jupyter .col-sm-10 {
     width: 83.33333333%;
   }
-  .markup.jupyter .col-sm-9 {
+  .markdown.jupyter .col-sm-9 {
     width: 75%;
   }
-  .markup.jupyter .col-sm-8 {
+  .markdown.jupyter .col-sm-8 {
     width: 66.66666667%;
   }
-  .markup.jupyter .col-sm-7 {
+  .markdown.jupyter .col-sm-7 {
     width: 58.33333333%;
   }
-  .markup.jupyter .col-sm-6 {
+  .markdown.jupyter .col-sm-6 {
     width: 50%;
   }
-  .markup.jupyter .col-sm-5 {
+  .markdown.jupyter .col-sm-5 {
     width: 41.66666667%;
   }
-  .markup.jupyter .col-sm-4 {
+  .markdown.jupyter .col-sm-4 {
     width: 33.33333333%;
   }
-  .markup.jupyter .col-sm-3 {
+  .markdown.jupyter .col-sm-3 {
     width: 25%;
   }
-  .markup.jupyter .col-sm-2 {
+  .markdown.jupyter .col-sm-2 {
     width: 16.66666667%;
   }
-  .markup.jupyter .col-sm-1 {
+  .markdown.jupyter .col-sm-1 {
     width: 8.33333333%;
   }
-  .markup.jupyter .col-sm-pull-12 {
+  .markdown.jupyter .col-sm-pull-12 {
     right: 100%;
   }
-  .markup.jupyter .col-sm-pull-11 {
+  .markdown.jupyter .col-sm-pull-11 {
     right: 91.66666667%;
   }
-  .markup.jupyter .col-sm-pull-10 {
+  .markdown.jupyter .col-sm-pull-10 {
     right: 83.33333333%;
   }
-  .markup.jupyter .col-sm-pull-9 {
+  .markdown.jupyter .col-sm-pull-9 {
     right: 75%;
   }
-  .markup.jupyter .col-sm-pull-8 {
+  .markdown.jupyter .col-sm-pull-8 {
     right: 66.66666667%;
   }
-  .markup.jupyter .col-sm-pull-7 {
+  .markdown.jupyter .col-sm-pull-7 {
     right: 58.33333333%;
   }
-  .markup.jupyter .col-sm-pull-6 {
+  .markdown.jupyter .col-sm-pull-6 {
     right: 50%;
   }
-  .markup.jupyter .col-sm-pull-5 {
+  .markdown.jupyter .col-sm-pull-5 {
     right: 41.66666667%;
   }
-  .markup.jupyter .col-sm-pull-4 {
+  .markdown.jupyter .col-sm-pull-4 {
     right: 33.33333333%;
   }
-  .markup.jupyter .col-sm-pull-3 {
+  .markdown.jupyter .col-sm-pull-3 {
     right: 25%;
   }
-  .markup.jupyter .col-sm-pull-2 {
+  .markdown.jupyter .col-sm-pull-2 {
     right: 16.66666667%;
   }
-  .markup.jupyter .col-sm-pull-1 {
+  .markdown.jupyter .col-sm-pull-1 {
     right: 8.33333333%;
   }
-  .markup.jupyter .col-sm-pull-0 {
+  .markdown.jupyter .col-sm-pull-0 {
     right: auto;
   }
-  .markup.jupyter .col-sm-push-12 {
+  .markdown.jupyter .col-sm-push-12 {
     left: 100%;
   }
-  .markup.jupyter .col-sm-push-11 {
+  .markdown.jupyter .col-sm-push-11 {
     left: 91.66666667%;
   }
-  .markup.jupyter .col-sm-push-10 {
+  .markdown.jupyter .col-sm-push-10 {
     left: 83.33333333%;
   }
-  .markup.jupyter .col-sm-push-9 {
+  .markdown.jupyter .col-sm-push-9 {
     left: 75%;
   }
-  .markup.jupyter .col-sm-push-8 {
+  .markdown.jupyter .col-sm-push-8 {
     left: 66.66666667%;
   }
-  .markup.jupyter .col-sm-push-7 {
+  .markdown.jupyter .col-sm-push-7 {
     left: 58.33333333%;
   }
-  .markup.jupyter .col-sm-push-6 {
+  .markdown.jupyter .col-sm-push-6 {
     left: 50%;
   }
-  .markup.jupyter .col-sm-push-5 {
+  .markdown.jupyter .col-sm-push-5 {
     left: 41.66666667%;
   }
-  .markup.jupyter .col-sm-push-4 {
+  .markdown.jupyter .col-sm-push-4 {
     left: 33.33333333%;
   }
-  .markup.jupyter .col-sm-push-3 {
+  .markdown.jupyter .col-sm-push-3 {
     left: 25%;
   }
-  .markup.jupyter .col-sm-push-2 {
+  .markdown.jupyter .col-sm-push-2 {
     left: 16.66666667%;
   }
-  .markup.jupyter .col-sm-push-1 {
+  .markdown.jupyter .col-sm-push-1 {
     left: 8.33333333%;
   }
-  .markup.jupyter .col-sm-push-0 {
+  .markdown.jupyter .col-sm-push-0 {
     left: auto;
   }
-  .markup.jupyter .col-sm-offset-12 {
+  .markdown.jupyter .col-sm-offset-12 {
     margin-left: 100%;
   }
-  .markup.jupyter .col-sm-offset-11 {
+  .markdown.jupyter .col-sm-offset-11 {
     margin-left: 91.66666667%;
   }
-  .markup.jupyter .col-sm-offset-10 {
+  .markdown.jupyter .col-sm-offset-10 {
     margin-left: 83.33333333%;
   }
-  .markup.jupyter .col-sm-offset-9 {
+  .markdown.jupyter .col-sm-offset-9 {
     margin-left: 75%;
   }
-  .markup.jupyter .col-sm-offset-8 {
+  .markdown.jupyter .col-sm-offset-8 {
     margin-left: 66.66666667%;
   }
-  .markup.jupyter .col-sm-offset-7 {
+  .markdown.jupyter .col-sm-offset-7 {
     margin-left: 58.33333333%;
   }
-  .markup.jupyter .col-sm-offset-6 {
+  .markdown.jupyter .col-sm-offset-6 {
     margin-left: 50%;
   }
-  .markup.jupyter .col-sm-offset-5 {
+  .markdown.jupyter .col-sm-offset-5 {
     margin-left: 41.66666667%;
   }
-  .markup.jupyter .col-sm-offset-4 {
+  .markdown.jupyter .col-sm-offset-4 {
     margin-left: 33.33333333%;
   }
-  .markup.jupyter .col-sm-offset-3 {
+  .markdown.jupyter .col-sm-offset-3 {
     margin-left: 25%;
   }
-  .markup.jupyter .col-sm-offset-2 {
+  .markdown.jupyter .col-sm-offset-2 {
     margin-left: 16.66666667%;
   }
-  .markup.jupyter .col-sm-offset-1 {
+  .markdown.jupyter .col-sm-offset-1 {
     margin-left: 8.33333333%;
   }
-  .markup.jupyter .col-sm-offset-0 {
+  .markdown.jupyter .col-sm-offset-0 {
     margin-left: 0%;
   }
 }
 @media (min-width: 992px) {
-  .markup.jupyter .col-md-1,
-  .markup.jupyter .col-md-2,
-  .markup.jupyter .col-md-3,
-  .markup.jupyter .col-md-4,
-  .markup.jupyter .col-md-5,
-  .markup.jupyter .col-md-6,
-  .markup.jupyter .col-md-7,
-  .markup.jupyter .col-md-8,
-  .markup.jupyter .col-md-9,
-  .markup.jupyter .col-md-10,
-  .markup.jupyter .col-md-11,
-  .markup.jupyter .col-md-12 {
+  .markdown.jupyter .col-md-1,
+  .markdown.jupyter .col-md-2,
+  .markdown.jupyter .col-md-3,
+  .markdown.jupyter .col-md-4,
+  .markdown.jupyter .col-md-5,
+  .markdown.jupyter .col-md-6,
+  .markdown.jupyter .col-md-7,
+  .markdown.jupyter .col-md-8,
+  .markdown.jupyter .col-md-9,
+  .markdown.jupyter .col-md-10,
+  .markdown.jupyter .col-md-11,
+  .markdown.jupyter .col-md-12 {
     float: left;
   }
-  .markup.jupyter .col-md-12 {
+  .markdown.jupyter .col-md-12 {
     width: 100%;
   }
-  .markup.jupyter .col-md-11 {
+  .markdown.jupyter .col-md-11 {
     width: 91.66666667%;
   }
-  .markup.jupyter .col-md-10 {
+  .markdown.jupyter .col-md-10 {
     width: 83.33333333%;
   }
-  .markup.jupyter .col-md-9 {
+  .markdown.jupyter .col-md-9 {
     width: 75%;
   }
-  .markup.jupyter .col-md-8 {
+  .markdown.jupyter .col-md-8 {
     width: 66.66666667%;
   }
-  .markup.jupyter .col-md-7 {
+  .markdown.jupyter .col-md-7 {
     width: 58.33333333%;
   }
-  .markup.jupyter .col-md-6 {
+  .markdown.jupyter .col-md-6 {
     width: 50%;
   }
-  .markup.jupyter .col-md-5 {
+  .markdown.jupyter .col-md-5 {
     width: 41.66666667%;
   }
-  .markup.jupyter .col-md-4 {
+  .markdown.jupyter .col-md-4 {
     width: 33.33333333%;
   }
-  .markup.jupyter .col-md-3 {
+  .markdown.jupyter .col-md-3 {
     width: 25%;
   }
-  .markup.jupyter .col-md-2 {
+  .markdown.jupyter .col-md-2 {
     width: 16.66666667%;
   }
-  .markup.jupyter .col-md-1 {
+  .markdown.jupyter .col-md-1 {
     width: 8.33333333%;
   }
-  .markup.jupyter .col-md-pull-12 {
+  .markdown.jupyter .col-md-pull-12 {
     right: 100%;
   }
-  .markup.jupyter .col-md-pull-11 {
+  .markdown.jupyter .col-md-pull-11 {
     right: 91.66666667%;
   }
-  .markup.jupyter .col-md-pull-10 {
+  .markdown.jupyter .col-md-pull-10 {
     right: 83.33333333%;
   }
-  .markup.jupyter .col-md-pull-9 {
+  .markdown.jupyter .col-md-pull-9 {
     right: 75%;
   }
-  .markup.jupyter .col-md-pull-8 {
+  .markdown.jupyter .col-md-pull-8 {
     right: 66.66666667%;
   }
-  .markup.jupyter .col-md-pull-7 {
+  .markdown.jupyter .col-md-pull-7 {
     right: 58.33333333%;
   }
-  .markup.jupyter .col-md-pull-6 {
+  .markdown.jupyter .col-md-pull-6 {
     right: 50%;
   }
-  .markup.jupyter .col-md-pull-5 {
+  .markdown.jupyter .col-md-pull-5 {
     right: 41.66666667%;
   }
-  .markup.jupyter .col-md-pull-4 {
+  .markdown.jupyter .col-md-pull-4 {
     right: 33.33333333%;
   }
-  .markup.jupyter .col-md-pull-3 {
+  .markdown.jupyter .col-md-pull-3 {
     right: 25%;
   }
-  .markup.jupyter .col-md-pull-2 {
+  .markdown.jupyter .col-md-pull-2 {
     right: 16.66666667%;
   }
-  .markup.jupyter .col-md-pull-1 {
+  .markdown.jupyter .col-md-pull-1 {
     right: 8.33333333%;
   }
-  .markup.jupyter .col-md-pull-0 {
+  .markdown.jupyter .col-md-pull-0 {
     right: auto;
   }
-  .markup.jupyter .col-md-push-12 {
+  .markdown.jupyter .col-md-push-12 {
     left: 100%;
   }
-  .markup.jupyter .col-md-push-11 {
+  .markdown.jupyter .col-md-push-11 {
     left: 91.66666667%;
   }
-  .markup.jupyter .col-md-push-10 {
+  .markdown.jupyter .col-md-push-10 {
     left: 83.33333333%;
   }
-  .markup.jupyter .col-md-push-9 {
+  .markdown.jupyter .col-md-push-9 {
     left: 75%;
   }
-  .markup.jupyter .col-md-push-8 {
+  .markdown.jupyter .col-md-push-8 {
     left: 66.66666667%;
   }
-  .markup.jupyter .col-md-push-7 {
+  .markdown.jupyter .col-md-push-7 {
     left: 58.33333333%;
   }
-  .markup.jupyter .col-md-push-6 {
+  .markdown.jupyter .col-md-push-6 {
     left: 50%;
   }
-  .markup.jupyter .col-md-push-5 {
+  .markdown.jupyter .col-md-push-5 {
     left: 41.66666667%;
   }
-  .markup.jupyter .col-md-push-4 {
+  .markdown.jupyter .col-md-push-4 {
     left: 33.33333333%;
   }
-  .markup.jupyter .col-md-push-3 {
+  .markdown.jupyter .col-md-push-3 {
     left: 25%;
   }
-  .markup.jupyter .col-md-push-2 {
+  .markdown.jupyter .col-md-push-2 {
     left: 16.66666667%;
   }
-  .markup.jupyter .col-md-push-1 {
+  .markdown.jupyter .col-md-push-1 {
     left: 8.33333333%;
   }
-  .markup.jupyter .col-md-push-0 {
+  .markdown.jupyter .col-md-push-0 {
     left: auto;
   }
-  .markup.jupyter .col-md-offset-12 {
+  .markdown.jupyter .col-md-offset-12 {
     margin-left: 100%;
   }
-  .markup.jupyter .col-md-offset-11 {
+  .markdown.jupyter .col-md-offset-11 {
     margin-left: 91.66666667%;
   }
-  .markup.jupyter .col-md-offset-10 {
+  .markdown.jupyter .col-md-offset-10 {
     margin-left: 83.33333333%;
   }
-  .markup.jupyter .col-md-offset-9 {
+  .markdown.jupyter .col-md-offset-9 {
     margin-left: 75%;
   }
-  .markup.jupyter .col-md-offset-8 {
+  .markdown.jupyter .col-md-offset-8 {
     margin-left: 66.66666667%;
   }
-  .markup.jupyter .col-md-offset-7 {
+  .markdown.jupyter .col-md-offset-7 {
     margin-left: 58.33333333%;
   }
-  .markup.jupyter .col-md-offset-6 {
+  .markdown.jupyter .col-md-offset-6 {
     margin-left: 50%;
   }
-  .markup.jupyter .col-md-offset-5 {
+  .markdown.jupyter .col-md-offset-5 {
     margin-left: 41.66666667%;
   }
-  .markup.jupyter .col-md-offset-4 {
+  .markdown.jupyter .col-md-offset-4 {
     margin-left: 33.33333333%;
   }
-  .markup.jupyter .col-md-offset-3 {
+  .markdown.jupyter .col-md-offset-3 {
     margin-left: 25%;
   }
-  .markup.jupyter .col-md-offset-2 {
+  .markdown.jupyter .col-md-offset-2 {
     margin-left: 16.66666667%;
   }
-  .markup.jupyter .col-md-offset-1 {
+  .markdown.jupyter .col-md-offset-1 {
     margin-left: 8.33333333%;
   }
-  .markup.jupyter .col-md-offset-0 {
+  .markdown.jupyter .col-md-offset-0 {
     margin-left: 0%;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .col-lg-1,
-  .markup.jupyter .col-lg-2,
-  .markup.jupyter .col-lg-3,
-  .markup.jupyter .col-lg-4,
-  .markup.jupyter .col-lg-5,
-  .markup.jupyter .col-lg-6,
-  .markup.jupyter .col-lg-7,
-  .markup.jupyter .col-lg-8,
-  .markup.jupyter .col-lg-9,
-  .markup.jupyter .col-lg-10,
-  .markup.jupyter .col-lg-11,
-  .markup.jupyter .col-lg-12 {
+  .markdown.jupyter .col-lg-1,
+  .markdown.jupyter .col-lg-2,
+  .markdown.jupyter .col-lg-3,
+  .markdown.jupyter .col-lg-4,
+  .markdown.jupyter .col-lg-5,
+  .markdown.jupyter .col-lg-6,
+  .markdown.jupyter .col-lg-7,
+  .markdown.jupyter .col-lg-8,
+  .markdown.jupyter .col-lg-9,
+  .markdown.jupyter .col-lg-10,
+  .markdown.jupyter .col-lg-11,
+  .markdown.jupyter .col-lg-12 {
     float: left;
   }
-  .markup.jupyter .col-lg-12 {
+  .markdown.jupyter .col-lg-12 {
     width: 100%;
   }
-  .markup.jupyter .col-lg-11 {
+  .markdown.jupyter .col-lg-11 {
     width: 91.66666667%;
   }
-  .markup.jupyter .col-lg-10 {
+  .markdown.jupyter .col-lg-10 {
     width: 83.33333333%;
   }
-  .markup.jupyter .col-lg-9 {
+  .markdown.jupyter .col-lg-9 {
     width: 75%;
   }
-  .markup.jupyter .col-lg-8 {
+  .markdown.jupyter .col-lg-8 {
     width: 66.66666667%;
   }
-  .markup.jupyter .col-lg-7 {
+  .markdown.jupyter .col-lg-7 {
     width: 58.33333333%;
   }
-  .markup.jupyter .col-lg-6 {
+  .markdown.jupyter .col-lg-6 {
     width: 50%;
   }
-  .markup.jupyter .col-lg-5 {
+  .markdown.jupyter .col-lg-5 {
     width: 41.66666667%;
   }
-  .markup.jupyter .col-lg-4 {
+  .markdown.jupyter .col-lg-4 {
     width: 33.33333333%;
   }
-  .markup.jupyter .col-lg-3 {
+  .markdown.jupyter .col-lg-3 {
     width: 25%;
   }
-  .markup.jupyter .col-lg-2 {
+  .markdown.jupyter .col-lg-2 {
     width: 16.66666667%;
   }
-  .markup.jupyter .col-lg-1 {
+  .markdown.jupyter .col-lg-1 {
     width: 8.33333333%;
   }
-  .markup.jupyter .col-lg-pull-12 {
+  .markdown.jupyter .col-lg-pull-12 {
     right: 100%;
   }
-  .markup.jupyter .col-lg-pull-11 {
+  .markdown.jupyter .col-lg-pull-11 {
     right: 91.66666667%;
   }
-  .markup.jupyter .col-lg-pull-10 {
+  .markdown.jupyter .col-lg-pull-10 {
     right: 83.33333333%;
   }
-  .markup.jupyter .col-lg-pull-9 {
+  .markdown.jupyter .col-lg-pull-9 {
     right: 75%;
   }
-  .markup.jupyter .col-lg-pull-8 {
+  .markdown.jupyter .col-lg-pull-8 {
     right: 66.66666667%;
   }
-  .markup.jupyter .col-lg-pull-7 {
+  .markdown.jupyter .col-lg-pull-7 {
     right: 58.33333333%;
   }
-  .markup.jupyter .col-lg-pull-6 {
+  .markdown.jupyter .col-lg-pull-6 {
     right: 50%;
   }
-  .markup.jupyter .col-lg-pull-5 {
+  .markdown.jupyter .col-lg-pull-5 {
     right: 41.66666667%;
   }
-  .markup.jupyter .col-lg-pull-4 {
+  .markdown.jupyter .col-lg-pull-4 {
     right: 33.33333333%;
   }
-  .markup.jupyter .col-lg-pull-3 {
+  .markdown.jupyter .col-lg-pull-3 {
     right: 25%;
   }
-  .markup.jupyter .col-lg-pull-2 {
+  .markdown.jupyter .col-lg-pull-2 {
     right: 16.66666667%;
   }
-  .markup.jupyter .col-lg-pull-1 {
+  .markdown.jupyter .col-lg-pull-1 {
     right: 8.33333333%;
   }
-  .markup.jupyter .col-lg-pull-0 {
+  .markdown.jupyter .col-lg-pull-0 {
     right: auto;
   }
-  .markup.jupyter .col-lg-push-12 {
+  .markdown.jupyter .col-lg-push-12 {
     left: 100%;
   }
-  .markup.jupyter .col-lg-push-11 {
+  .markdown.jupyter .col-lg-push-11 {
     left: 91.66666667%;
   }
-  .markup.jupyter .col-lg-push-10 {
+  .markdown.jupyter .col-lg-push-10 {
     left: 83.33333333%;
   }
-  .markup.jupyter .col-lg-push-9 {
+  .markdown.jupyter .col-lg-push-9 {
     left: 75%;
   }
-  .markup.jupyter .col-lg-push-8 {
+  .markdown.jupyter .col-lg-push-8 {
     left: 66.66666667%;
   }
-  .markup.jupyter .col-lg-push-7 {
+  .markdown.jupyter .col-lg-push-7 {
     left: 58.33333333%;
   }
-  .markup.jupyter .col-lg-push-6 {
+  .markdown.jupyter .col-lg-push-6 {
     left: 50%;
   }
-  .markup.jupyter .col-lg-push-5 {
+  .markdown.jupyter .col-lg-push-5 {
     left: 41.66666667%;
   }
-  .markup.jupyter .col-lg-push-4 {
+  .markdown.jupyter .col-lg-push-4 {
     left: 33.33333333%;
   }
-  .markup.jupyter .col-lg-push-3 {
+  .markdown.jupyter .col-lg-push-3 {
     left: 25%;
   }
-  .markup.jupyter .col-lg-push-2 {
+  .markdown.jupyter .col-lg-push-2 {
     left: 16.66666667%;
   }
-  .markup.jupyter .col-lg-push-1 {
+  .markdown.jupyter .col-lg-push-1 {
     left: 8.33333333%;
   }
-  .markup.jupyter .col-lg-push-0 {
+  .markdown.jupyter .col-lg-push-0 {
     left: auto;
   }
-  .markup.jupyter .col-lg-offset-12 {
+  .markdown.jupyter .col-lg-offset-12 {
     margin-left: 100%;
   }
-  .markup.jupyter .col-lg-offset-11 {
+  .markdown.jupyter .col-lg-offset-11 {
     margin-left: 91.66666667%;
   }
-  .markup.jupyter .col-lg-offset-10 {
+  .markdown.jupyter .col-lg-offset-10 {
     margin-left: 83.33333333%;
   }
-  .markup.jupyter .col-lg-offset-9 {
+  .markdown.jupyter .col-lg-offset-9 {
     margin-left: 75%;
   }
-  .markup.jupyter .col-lg-offset-8 {
+  .markdown.jupyter .col-lg-offset-8 {
     margin-left: 66.66666667%;
   }
-  .markup.jupyter .col-lg-offset-7 {
+  .markdown.jupyter .col-lg-offset-7 {
     margin-left: 58.33333333%;
   }
-  .markup.jupyter .col-lg-offset-6 {
+  .markdown.jupyter .col-lg-offset-6 {
     margin-left: 50%;
   }
-  .markup.jupyter .col-lg-offset-5 {
+  .markdown.jupyter .col-lg-offset-5 {
     margin-left: 41.66666667%;
   }
-  .markup.jupyter .col-lg-offset-4 {
+  .markdown.jupyter .col-lg-offset-4 {
     margin-left: 33.33333333%;
   }
-  .markup.jupyter .col-lg-offset-3 {
+  .markdown.jupyter .col-lg-offset-3 {
     margin-left: 25%;
   }
-  .markup.jupyter .col-lg-offset-2 {
+  .markdown.jupyter .col-lg-offset-2 {
     margin-left: 16.66666667%;
   }
-  .markup.jupyter .col-lg-offset-1 {
+  .markdown.jupyter .col-lg-offset-1 {
     margin-left: 8.33333333%;
   }
-  .markup.jupyter .col-lg-offset-0 {
+  .markdown.jupyter .col-lg-offset-0 {
     margin-left: 0%;
   }
 }
-.markup.jupyter table {
+.markdown.jupyter table {
   background-color: transparent;
 }
-.markup.jupyter caption {
+.markdown.jupyter caption {
   padding-top: 8px;
   padding-bottom: 8px;
   color: #777777;
   text-align: left;
 }
-.markup.jupyter th {
+.markdown.jupyter th {
   text-align: left;
 }
-.markup.jupyter .table {
+.markdown.jupyter .table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 18px;
 }
-.markup.jupyter .table > thead > tr > th,
-.markup.jupyter .table > tbody > tr > th,
-.markup.jupyter .table > tfoot > tr > th,
-.markup.jupyter .table > thead > tr > td,
-.markup.jupyter .table > tbody > tr > td,
-.markup.jupyter .table > tfoot > tr > td {
+.markdown.jupyter .table > thead > tr > th,
+.markdown.jupyter .table > tbody > tr > th,
+.markdown.jupyter .table > tfoot > tr > th,
+.markdown.jupyter .table > thead > tr > td,
+.markdown.jupyter .table > tbody > tr > td,
+.markdown.jupyter .table > tfoot > tr > td {
   padding: 8px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #ddd;
 }
-.markup.jupyter .table > thead > tr > th {
+.markdown.jupyter .table > thead > tr > th {
   vertical-align: bottom;
   border-bottom: 2px solid #ddd;
 }
-.markup.jupyter .table > caption + thead > tr:first-child > th,
-.markup.jupyter .table > colgroup + thead > tr:first-child > th,
-.markup.jupyter .table > thead:first-child > tr:first-child > th,
-.markup.jupyter .table > caption + thead > tr:first-child > td,
-.markup.jupyter .table > colgroup + thead > tr:first-child > td,
-.markup.jupyter .table > thead:first-child > tr:first-child > td {
+.markdown.jupyter .table > caption + thead > tr:first-child > th,
+.markdown.jupyter .table > colgroup + thead > tr:first-child > th,
+.markdown.jupyter .table > thead:first-child > tr:first-child > th,
+.markdown.jupyter .table > caption + thead > tr:first-child > td,
+.markdown.jupyter .table > colgroup + thead > tr:first-child > td,
+.markdown.jupyter .table > thead:first-child > tr:first-child > td {
   border-top: 0;
 }
-.markup.jupyter .table > tbody + tbody {
+.markdown.jupyter .table > tbody + tbody {
   border-top: 2px solid #ddd;
 }
-.markup.jupyter .table .table {
+.markdown.jupyter .table .table {
   background-color: #fff;
 }
-.markup.jupyter .table-condensed > thead > tr > th,
-.markup.jupyter .table-condensed > tbody > tr > th,
-.markup.jupyter .table-condensed > tfoot > tr > th,
-.markup.jupyter .table-condensed > thead > tr > td,
-.markup.jupyter .table-condensed > tbody > tr > td,
-.markup.jupyter .table-condensed > tfoot > tr > td {
+.markdown.jupyter .table-condensed > thead > tr > th,
+.markdown.jupyter .table-condensed > tbody > tr > th,
+.markdown.jupyter .table-condensed > tfoot > tr > th,
+.markdown.jupyter .table-condensed > thead > tr > td,
+.markdown.jupyter .table-condensed > tbody > tr > td,
+.markdown.jupyter .table-condensed > tfoot > tr > td {
   padding: 5px;
 }
-.markup.jupyter .table-bordered {
+.markdown.jupyter .table-bordered {
   border: 1px solid #ddd;
 }
-.markup.jupyter .table-bordered > thead > tr > th,
-.markup.jupyter .table-bordered > tbody > tr > th,
-.markup.jupyter .table-bordered > tfoot > tr > th,
-.markup.jupyter .table-bordered > thead > tr > td,
-.markup.jupyter .table-bordered > tbody > tr > td,
-.markup.jupyter .table-bordered > tfoot > tr > td {
+.markdown.jupyter .table-bordered > thead > tr > th,
+.markdown.jupyter .table-bordered > tbody > tr > th,
+.markdown.jupyter .table-bordered > tfoot > tr > th,
+.markdown.jupyter .table-bordered > thead > tr > td,
+.markdown.jupyter .table-bordered > tbody > tr > td,
+.markdown.jupyter .table-bordered > tfoot > tr > td {
   border: 1px solid #ddd;
 }
-.markup.jupyter .table-bordered > thead > tr > th,
-.markup.jupyter .table-bordered > thead > tr > td {
+.markdown.jupyter .table-bordered > thead > tr > th,
+.markdown.jupyter .table-bordered > thead > tr > td {
   border-bottom-width: 2px;
 }
-.markup.jupyter .table-striped > tbody > tr:nth-of-type(odd) {
+.markdown.jupyter .table-striped > tbody > tr:nth-of-type(odd) {
   background-color: #f9f9f9;
 }
-.markup.jupyter .table-hover > tbody > tr:hover {
+.markdown.jupyter .table-hover > tbody > tr:hover {
   background-color: #f5f5f5;
 }
-.markup.jupyter table col[class*="col-"] {
+.markdown.jupyter table col[class*="col-"] {
   position: static;
   float: none;
   display: table-column;
 }
-.markup.jupyter table td[class*="col-"],
-.markup.jupyter table th[class*="col-"] {
+.markdown.jupyter table td[class*="col-"],
+.markdown.jupyter table th[class*="col-"] {
   position: static;
   float: none;
   display: table-cell;
 }
-.markup.jupyter .table > thead > tr > td.active,
-.markup.jupyter .table > tbody > tr > td.active,
-.markup.jupyter .table > tfoot > tr > td.active,
-.markup.jupyter .table > thead > tr > th.active,
-.markup.jupyter .table > tbody > tr > th.active,
-.markup.jupyter .table > tfoot > tr > th.active,
-.markup.jupyter .table > thead > tr.active > td,
-.markup.jupyter .table > tbody > tr.active > td,
-.markup.jupyter .table > tfoot > tr.active > td,
-.markup.jupyter .table > thead > tr.active > th,
-.markup.jupyter .table > tbody > tr.active > th,
-.markup.jupyter .table > tfoot > tr.active > th {
+.markdown.jupyter .table > thead > tr > td.active,
+.markdown.jupyter .table > tbody > tr > td.active,
+.markdown.jupyter .table > tfoot > tr > td.active,
+.markdown.jupyter .table > thead > tr > th.active,
+.markdown.jupyter .table > tbody > tr > th.active,
+.markdown.jupyter .table > tfoot > tr > th.active,
+.markdown.jupyter .table > thead > tr.active > td,
+.markdown.jupyter .table > tbody > tr.active > td,
+.markdown.jupyter .table > tfoot > tr.active > td,
+.markdown.jupyter .table > thead > tr.active > th,
+.markdown.jupyter .table > tbody > tr.active > th,
+.markdown.jupyter .table > tfoot > tr.active > th {
   background-color: #f5f5f5;
 }
-.markup.jupyter .table-hover > tbody > tr > td.active:hover,
-.markup.jupyter .table-hover > tbody > tr > th.active:hover,
-.markup.jupyter .table-hover > tbody > tr.active:hover > td,
-.markup.jupyter .table-hover > tbody > tr:hover > .active,
-.markup.jupyter .table-hover > tbody > tr.active:hover > th {
+.markdown.jupyter .table-hover > tbody > tr > td.active:hover,
+.markdown.jupyter .table-hover > tbody > tr > th.active:hover,
+.markdown.jupyter .table-hover > tbody > tr.active:hover > td,
+.markdown.jupyter .table-hover > tbody > tr:hover > .active,
+.markdown.jupyter .table-hover > tbody > tr.active:hover > th {
   background-color: #e8e8e8;
 }
-.markup.jupyter .table > thead > tr > td.success,
-.markup.jupyter .table > tbody > tr > td.success,
-.markup.jupyter .table > tfoot > tr > td.success,
-.markup.jupyter .table > thead > tr > th.success,
-.markup.jupyter .table > tbody > tr > th.success,
-.markup.jupyter .table > tfoot > tr > th.success,
-.markup.jupyter .table > thead > tr.success > td,
-.markup.jupyter .table > tbody > tr.success > td,
-.markup.jupyter .table > tfoot > tr.success > td,
-.markup.jupyter .table > thead > tr.success > th,
-.markup.jupyter .table > tbody > tr.success > th,
-.markup.jupyter .table > tfoot > tr.success > th {
+.markdown.jupyter .table > thead > tr > td.success,
+.markdown.jupyter .table > tbody > tr > td.success,
+.markdown.jupyter .table > tfoot > tr > td.success,
+.markdown.jupyter .table > thead > tr > th.success,
+.markdown.jupyter .table > tbody > tr > th.success,
+.markdown.jupyter .table > tfoot > tr > th.success,
+.markdown.jupyter .table > thead > tr.success > td,
+.markdown.jupyter .table > tbody > tr.success > td,
+.markdown.jupyter .table > tfoot > tr.success > td,
+.markdown.jupyter .table > thead > tr.success > th,
+.markdown.jupyter .table > tbody > tr.success > th,
+.markdown.jupyter .table > tfoot > tr.success > th {
   background-color: #dff0d8;
 }
-.markup.jupyter .table-hover > tbody > tr > td.success:hover,
-.markup.jupyter .table-hover > tbody > tr > th.success:hover,
-.markup.jupyter .table-hover > tbody > tr.success:hover > td,
-.markup.jupyter .table-hover > tbody > tr:hover > .success,
-.markup.jupyter .table-hover > tbody > tr.success:hover > th {
+.markdown.jupyter .table-hover > tbody > tr > td.success:hover,
+.markdown.jupyter .table-hover > tbody > tr > th.success:hover,
+.markdown.jupyter .table-hover > tbody > tr.success:hover > td,
+.markdown.jupyter .table-hover > tbody > tr:hover > .success,
+.markdown.jupyter .table-hover > tbody > tr.success:hover > th {
   background-color: #d0e9c6;
 }
-.markup.jupyter .table > thead > tr > td.info,
-.markup.jupyter .table > tbody > tr > td.info,
-.markup.jupyter .table > tfoot > tr > td.info,
-.markup.jupyter .table > thead > tr > th.info,
-.markup.jupyter .table > tbody > tr > th.info,
-.markup.jupyter .table > tfoot > tr > th.info,
-.markup.jupyter .table > thead > tr.info > td,
-.markup.jupyter .table > tbody > tr.info > td,
-.markup.jupyter .table > tfoot > tr.info > td,
-.markup.jupyter .table > thead > tr.info > th,
-.markup.jupyter .table > tbody > tr.info > th,
-.markup.jupyter .table > tfoot > tr.info > th {
+.markdown.jupyter .table > thead > tr > td.info,
+.markdown.jupyter .table > tbody > tr > td.info,
+.markdown.jupyter .table > tfoot > tr > td.info,
+.markdown.jupyter .table > thead > tr > th.info,
+.markdown.jupyter .table > tbody > tr > th.info,
+.markdown.jupyter .table > tfoot > tr > th.info,
+.markdown.jupyter .table > thead > tr.info > td,
+.markdown.jupyter .table > tbody > tr.info > td,
+.markdown.jupyter .table > tfoot > tr.info > td,
+.markdown.jupyter .table > thead > tr.info > th,
+.markdown.jupyter .table > tbody > tr.info > th,
+.markdown.jupyter .table > tfoot > tr.info > th {
   background-color: #d9edf7;
 }
-.markup.jupyter .table-hover > tbody > tr > td.info:hover,
-.markup.jupyter .table-hover > tbody > tr > th.info:hover,
-.markup.jupyter .table-hover > tbody > tr.info:hover > td,
-.markup.jupyter .table-hover > tbody > tr:hover > .info,
-.markup.jupyter .table-hover > tbody > tr.info:hover > th {
+.markdown.jupyter .table-hover > tbody > tr > td.info:hover,
+.markdown.jupyter .table-hover > tbody > tr > th.info:hover,
+.markdown.jupyter .table-hover > tbody > tr.info:hover > td,
+.markdown.jupyter .table-hover > tbody > tr:hover > .info,
+.markdown.jupyter .table-hover > tbody > tr.info:hover > th {
   background-color: #c4e3f3;
 }
-.markup.jupyter .table > thead > tr > td.warning,
-.markup.jupyter .table > tbody > tr > td.warning,
-.markup.jupyter .table > tfoot > tr > td.warning,
-.markup.jupyter .table > thead > tr > th.warning,
-.markup.jupyter .table > tbody > tr > th.warning,
-.markup.jupyter .table > tfoot > tr > th.warning,
-.markup.jupyter .table > thead > tr.warning > td,
-.markup.jupyter .table > tbody > tr.warning > td,
-.markup.jupyter .table > tfoot > tr.warning > td,
-.markup.jupyter .table > thead > tr.warning > th,
-.markup.jupyter .table > tbody > tr.warning > th,
-.markup.jupyter .table > tfoot > tr.warning > th {
+.markdown.jupyter .table > thead > tr > td.warning,
+.markdown.jupyter .table > tbody > tr > td.warning,
+.markdown.jupyter .table > tfoot > tr > td.warning,
+.markdown.jupyter .table > thead > tr > th.warning,
+.markdown.jupyter .table > tbody > tr > th.warning,
+.markdown.jupyter .table > tfoot > tr > th.warning,
+.markdown.jupyter .table > thead > tr.warning > td,
+.markdown.jupyter .table > tbody > tr.warning > td,
+.markdown.jupyter .table > tfoot > tr.warning > td,
+.markdown.jupyter .table > thead > tr.warning > th,
+.markdown.jupyter .table > tbody > tr.warning > th,
+.markdown.jupyter .table > tfoot > tr.warning > th {
   background-color: #fcf8e3;
 }
-.markup.jupyter .table-hover > tbody > tr > td.warning:hover,
-.markup.jupyter .table-hover > tbody > tr > th.warning:hover,
-.markup.jupyter .table-hover > tbody > tr.warning:hover > td,
-.markup.jupyter .table-hover > tbody > tr:hover > .warning,
-.markup.jupyter .table-hover > tbody > tr.warning:hover > th {
+.markdown.jupyter .table-hover > tbody > tr > td.warning:hover,
+.markdown.jupyter .table-hover > tbody > tr > th.warning:hover,
+.markdown.jupyter .table-hover > tbody > tr.warning:hover > td,
+.markdown.jupyter .table-hover > tbody > tr:hover > .warning,
+.markdown.jupyter .table-hover > tbody > tr.warning:hover > th {
   background-color: #faf2cc;
 }
-.markup.jupyter .table > thead > tr > td.danger,
-.markup.jupyter .table > tbody > tr > td.danger,
-.markup.jupyter .table > tfoot > tr > td.danger,
-.markup.jupyter .table > thead > tr > th.danger,
-.markup.jupyter .table > tbody > tr > th.danger,
-.markup.jupyter .table > tfoot > tr > th.danger,
-.markup.jupyter .table > thead > tr.danger > td,
-.markup.jupyter .table > tbody > tr.danger > td,
-.markup.jupyter .table > tfoot > tr.danger > td,
-.markup.jupyter .table > thead > tr.danger > th,
-.markup.jupyter .table > tbody > tr.danger > th,
-.markup.jupyter .table > tfoot > tr.danger > th {
+.markdown.jupyter .table > thead > tr > td.danger,
+.markdown.jupyter .table > tbody > tr > td.danger,
+.markdown.jupyter .table > tfoot > tr > td.danger,
+.markdown.jupyter .table > thead > tr > th.danger,
+.markdown.jupyter .table > tbody > tr > th.danger,
+.markdown.jupyter .table > tfoot > tr > th.danger,
+.markdown.jupyter .table > thead > tr.danger > td,
+.markdown.jupyter .table > tbody > tr.danger > td,
+.markdown.jupyter .table > tfoot > tr.danger > td,
+.markdown.jupyter .table > thead > tr.danger > th,
+.markdown.jupyter .table > tbody > tr.danger > th,
+.markdown.jupyter .table > tfoot > tr.danger > th {
   background-color: #f2dede;
 }
-.markup.jupyter .table-hover > tbody > tr > td.danger:hover,
-.markup.jupyter .table-hover > tbody > tr > th.danger:hover,
-.markup.jupyter .table-hover > tbody > tr.danger:hover > td,
-.markup.jupyter .table-hover > tbody > tr:hover > .danger,
-.markup.jupyter .table-hover > tbody > tr.danger:hover > th {
+.markdown.jupyter .table-hover > tbody > tr > td.danger:hover,
+.markdown.jupyter .table-hover > tbody > tr > th.danger:hover,
+.markdown.jupyter .table-hover > tbody > tr.danger:hover > td,
+.markdown.jupyter .table-hover > tbody > tr:hover > .danger,
+.markdown.jupyter .table-hover > tbody > tr.danger:hover > th {
   background-color: #ebcccc;
 }
-.markup.jupyter .table-responsive {
+.markdown.jupyter .table-responsive {
   overflow-x: auto;
   min-height: 0.01%;
 }
 @media screen and (max-width: 767px) {
-  .markup.jupyter .table-responsive {
+  .markdown.jupyter .table-responsive {
     width: 100%;
     margin-bottom: 13.5px;
     overflow-y: hidden;
     -ms-overflow-style: -ms-autohiding-scrollbar;
     border: 1px solid #ddd;
   }
-  .markup.jupyter .table-responsive > .table {
+  .markdown.jupyter .table-responsive > .table {
     margin-bottom: 0;
   }
-  .markup.jupyter .table-responsive > .table > thead > tr > th,
-  .markup.jupyter .table-responsive > .table > tbody > tr > th,
-  .markup.jupyter .table-responsive > .table > tfoot > tr > th,
-  .markup.jupyter .table-responsive > .table > thead > tr > td,
-  .markup.jupyter .table-responsive > .table > tbody > tr > td,
-  .markup.jupyter .table-responsive > .table > tfoot > tr > td {
+  .markdown.jupyter .table-responsive > .table > thead > tr > th,
+  .markdown.jupyter .table-responsive > .table > tbody > tr > th,
+  .markdown.jupyter .table-responsive > .table > tfoot > tr > th,
+  .markdown.jupyter .table-responsive > .table > thead > tr > td,
+  .markdown.jupyter .table-responsive > .table > tbody > tr > td,
+  .markdown.jupyter .table-responsive > .table > tfoot > tr > td {
     white-space: nowrap;
   }
-  .markup.jupyter .table-responsive > .table-bordered {
+  .markdown.jupyter .table-responsive > .table-bordered {
     border: 0;
   }
-  .markup.jupyter .table-responsive > .table-bordered > thead > tr > th:first-child,
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr > th:first-child,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-  .markup.jupyter .table-responsive > .table-bordered > thead > tr > td:first-child,
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr > td:first-child,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  .markdown.jupyter .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .markdown.jupyter .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > td:first-child {
     border-left: 0;
   }
-  .markup.jupyter .table-responsive > .table-bordered > thead > tr > th:last-child,
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr > th:last-child,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-  .markup.jupyter .table-responsive > .table-bordered > thead > tr > td:last-child,
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr > td:last-child,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  .markdown.jupyter .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .markdown.jupyter .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr > td:last-child {
     border-right: 0;
   }
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > th,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > th,
-  .markup.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > td,
-  .markup.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .markdown.jupyter .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .markdown.jupyter .table-responsive > .table-bordered > tfoot > tr:last-child > td {
     border-bottom: 0;
   }
 }
-.markup.jupyter fieldset {
+.markdown.jupyter fieldset {
   padding: 0;
   margin: 0;
   border: 0;
   min-width: 0;
 }
-.markup.jupyter legend {
+.markdown.jupyter legend {
   display: block;
   width: 100%;
   padding: 0;
@@ -2786,48 +2786,48 @@ Adapted from GitHub theme
   border: 0;
   border-bottom: 1px solid #e5e5e5;
 }
-.markup.jupyter label {
+.markdown.jupyter label {
   display: inline-block;
   max-width: 100%;
   margin-bottom: 5px;
   font-weight: bold;
 }
-.markup.jupyter input[type="search"] {
+.markdown.jupyter input[type="search"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
-.markup.jupyter input[type="radio"],
-.markup.jupyter input[type="checkbox"] {
+.markdown.jupyter input[type="radio"],
+.markdown.jupyter input[type="checkbox"] {
   margin: 4px 0 0;
   margin-top: 1px \9;
   line-height: normal;
 }
-.markup.jupyter input[type="file"] {
+.markdown.jupyter input[type="file"] {
   display: block;
 }
-.markup.jupyter input[type="range"] {
+.markdown.jupyter input[type="range"] {
   display: block;
   width: 100%;
 }
-.markup.jupyter select[multiple],
-.markup.jupyter select[size] {
+.markdown.jupyter select[multiple],
+.markdown.jupyter select[size] {
   height: auto;
 }
-.markup.jupyter input[type="file"]:focus,
-.markup.jupyter input[type="radio"]:focus,
-.markup.jupyter input[type="checkbox"]:focus {
+.markdown.jupyter input[type="file"]:focus,
+.markdown.jupyter input[type="radio"]:focus,
+.markdown.jupyter input[type="checkbox"]:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
-.markup.jupyter output {
+.markdown.jupyter output {
   display: block;
   padding-top: 7px;
   font-size: 13px;
   line-height: 1.42857143;
   color: #555555;
 }
-.markup.jupyter .form-control {
+.markdown.jupyter .form-control {
   display: block;
   width: 100%;
   height: 32px;
@@ -2845,102 +2845,102 @@ Adapted from GitHub theme
   -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }
-.markup.jupyter .form-control:focus {
+.markdown.jupyter .form-control:focus {
   border-color: #66afe9;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
-.markup.jupyter .form-control::-moz-placeholder {
+.markdown.jupyter .form-control::-moz-placeholder {
   color: #999;
   opacity: 1;
 }
-.markup.jupyter .form-control:-ms-input-placeholder {
+.markdown.jupyter .form-control:-ms-input-placeholder {
   color: #999;
 }
-.markup.jupyter .form-control::-webkit-input-placeholder {
+.markdown.jupyter .form-control::-webkit-input-placeholder {
   color: #999;
 }
-.markup.jupyter .form-control::-ms-expand {
+.markdown.jupyter .form-control::-ms-expand {
   border: 0;
   background-color: transparent;
 }
-.markup.jupyter .form-control[disabled],
-.markup.jupyter .form-control[readonly],
-.markup.jupyter fieldset[disabled] .form-control {
+.markdown.jupyter .form-control[disabled],
+.markdown.jupyter .form-control[readonly],
+.markdown.jupyter fieldset[disabled] .form-control {
   background-color: #eeeeee;
   opacity: 1;
 }
-.markup.jupyter .form-control[disabled],
-.markup.jupyter fieldset[disabled] .form-control {
+.markdown.jupyter .form-control[disabled],
+.markdown.jupyter fieldset[disabled] .form-control {
   cursor: not-allowed;
 }
-.markup.jupyter textarea.form-control {
+.markdown.jupyter textarea.form-control {
   height: auto;
 }
-.markup.jupyter input[type="search"] {
+.markdown.jupyter input[type="search"] {
   -webkit-appearance: none;
 }
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
-  .markup.jupyter input[type="date"].form-control,
-  .markup.jupyter input[type="time"].form-control,
-  .markup.jupyter input[type="datetime-local"].form-control,
-  .markup.jupyter input[type="month"].form-control {
+  .markdown.jupyter input[type="date"].form-control,
+  .markdown.jupyter input[type="time"].form-control,
+  .markdown.jupyter input[type="datetime-local"].form-control,
+  .markdown.jupyter input[type="month"].form-control {
     line-height: 32px;
   }
-  .markup.jupyter input[type="date"].input-sm,
-  .markup.jupyter input[type="time"].input-sm,
-  .markup.jupyter input[type="datetime-local"].input-sm,
-  .markup.jupyter input[type="month"].input-sm,
-  .markup.jupyter .input-group-sm input[type="date"],
-  .markup.jupyter .input-group-sm input[type="time"],
-  .markup.jupyter .input-group-sm input[type="datetime-local"],
-  .markup.jupyter .input-group-sm input[type="month"] {
+  .markdown.jupyter input[type="date"].input-sm,
+  .markdown.jupyter input[type="time"].input-sm,
+  .markdown.jupyter input[type="datetime-local"].input-sm,
+  .markdown.jupyter input[type="month"].input-sm,
+  .markdown.jupyter .input-group-sm input[type="date"],
+  .markdown.jupyter .input-group-sm input[type="time"],
+  .markdown.jupyter .input-group-sm input[type="datetime-local"],
+  .markdown.jupyter .input-group-sm input[type="month"] {
     line-height: 30px;
   }
-  .markup.jupyter input[type="date"].input-lg,
-  .markup.jupyter input[type="time"].input-lg,
-  .markup.jupyter input[type="datetime-local"].input-lg,
-  .markup.jupyter input[type="month"].input-lg,
-  .markup.jupyter .input-group-lg input[type="date"],
-  .markup.jupyter .input-group-lg input[type="time"],
-  .markup.jupyter .input-group-lg input[type="datetime-local"],
-  .markup.jupyter .input-group-lg input[type="month"] {
+  .markdown.jupyter input[type="date"].input-lg,
+  .markdown.jupyter input[type="time"].input-lg,
+  .markdown.jupyter input[type="datetime-local"].input-lg,
+  .markdown.jupyter input[type="month"].input-lg,
+  .markdown.jupyter .input-group-lg input[type="date"],
+  .markdown.jupyter .input-group-lg input[type="time"],
+  .markdown.jupyter .input-group-lg input[type="datetime-local"],
+  .markdown.jupyter .input-group-lg input[type="month"] {
     line-height: 45px;
   }
 }
-.markup.jupyter .form-group {
+.markdown.jupyter .form-group {
   margin-bottom: 15px;
 }
-.markup.jupyter .radio,
-.markup.jupyter .checkbox {
+.markdown.jupyter .radio,
+.markdown.jupyter .checkbox {
   position: relative;
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
 }
-.markup.jupyter .radio label,
-.markup.jupyter .checkbox label {
+.markdown.jupyter .radio label,
+.markdown.jupyter .checkbox label {
   min-height: 18px;
   padding-left: 20px;
   margin-bottom: 0;
   font-weight: normal;
   cursor: pointer;
 }
-.markup.jupyter .radio input[type="radio"],
-.markup.jupyter .radio-inline input[type="radio"],
-.markup.jupyter .checkbox input[type="checkbox"],
-.markup.jupyter .checkbox-inline input[type="checkbox"] {
+.markdown.jupyter .radio input[type="radio"],
+.markdown.jupyter .radio-inline input[type="radio"],
+.markdown.jupyter .checkbox input[type="checkbox"],
+.markdown.jupyter .checkbox-inline input[type="checkbox"] {
   position: absolute;
   margin-left: -20px;
   margin-top: 4px \9;
 }
-.markup.jupyter .radio + .radio,
-.markup.jupyter .checkbox + .checkbox {
+.markdown.jupyter .radio + .radio,
+.markdown.jupyter .checkbox + .checkbox {
   margin-top: -5px;
 }
-.markup.jupyter .radio-inline,
-.markup.jupyter .checkbox-inline {
+.markdown.jupyter .radio-inline,
+.markdown.jupyter .checkbox-inline {
   position: relative;
   display: inline-block;
   padding-left: 20px;
@@ -2949,123 +2949,123 @@ Adapted from GitHub theme
   font-weight: normal;
   cursor: pointer;
 }
-.markup.jupyter .radio-inline + .radio-inline,
-.markup.jupyter .checkbox-inline + .checkbox-inline {
+.markdown.jupyter .radio-inline + .radio-inline,
+.markdown.jupyter .checkbox-inline + .checkbox-inline {
   margin-top: 0;
   margin-left: 10px;
 }
-.markup.jupyter input[type="radio"][disabled],
-.markup.jupyter input[type="checkbox"][disabled],
-.markup.jupyter input[type="radio"].disabled,
-.markup.jupyter input[type="checkbox"].disabled,
-.markup.jupyter fieldset[disabled] input[type="radio"],
-.markup.jupyter fieldset[disabled] input[type="checkbox"] {
+.markdown.jupyter input[type="radio"][disabled],
+.markdown.jupyter input[type="checkbox"][disabled],
+.markdown.jupyter input[type="radio"].disabled,
+.markdown.jupyter input[type="checkbox"].disabled,
+.markdown.jupyter fieldset[disabled] input[type="radio"],
+.markdown.jupyter fieldset[disabled] input[type="checkbox"] {
   cursor: not-allowed;
 }
-.markup.jupyter .radio-inline.disabled,
-.markup.jupyter .checkbox-inline.disabled,
-.markup.jupyter fieldset[disabled] .radio-inline,
-.markup.jupyter fieldset[disabled] .checkbox-inline {
+.markdown.jupyter .radio-inline.disabled,
+.markdown.jupyter .checkbox-inline.disabled,
+.markdown.jupyter fieldset[disabled] .radio-inline,
+.markdown.jupyter fieldset[disabled] .checkbox-inline {
   cursor: not-allowed;
 }
-.markup.jupyter .radio.disabled label,
-.markup.jupyter .checkbox.disabled label,
-.markup.jupyter fieldset[disabled] .radio label,
-.markup.jupyter fieldset[disabled] .checkbox label {
+.markdown.jupyter .radio.disabled label,
+.markdown.jupyter .checkbox.disabled label,
+.markdown.jupyter fieldset[disabled] .radio label,
+.markdown.jupyter fieldset[disabled] .checkbox label {
   cursor: not-allowed;
 }
-.markup.jupyter .form-control-static {
+.markdown.jupyter .form-control-static {
   padding-top: 7px;
   padding-bottom: 7px;
   margin-bottom: 0;
   min-height: 31px;
 }
-.markup.jupyter .form-control-static.input-lg,
-.markup.jupyter .form-control-static.input-sm {
+.markdown.jupyter .form-control-static.input-lg,
+.markdown.jupyter .form-control-static.input-sm {
   padding-left: 0;
   padding-right: 0;
 }
-.markup.jupyter .input-sm {
+.markdown.jupyter .input-sm {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 1px;
 }
-.markup.jupyter select.input-sm {
+.markdown.jupyter select.input-sm {
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter textarea.input-sm,
-.markup.jupyter select[multiple].input-sm {
+.markdown.jupyter textarea.input-sm,
+.markdown.jupyter select[multiple].input-sm {
   height: auto;
 }
-.markup.jupyter .form-group-sm .form-control {
+.markdown.jupyter .form-group-sm .form-control {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 1px;
 }
-.markup.jupyter .form-group-sm select.form-control {
+.markdown.jupyter .form-group-sm select.form-control {
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter .form-group-sm textarea.form-control,
-.markup.jupyter .form-group-sm select[multiple].form-control {
+.markdown.jupyter .form-group-sm textarea.form-control,
+.markdown.jupyter .form-group-sm select[multiple].form-control {
   height: auto;
 }
-.markup.jupyter .form-group-sm .form-control-static {
+.markdown.jupyter .form-group-sm .form-control-static {
   height: 30px;
   min-height: 30px;
   padding: 6px 10px;
   font-size: 12px;
   line-height: 1.5;
 }
-.markup.jupyter .input-lg {
+.markdown.jupyter .input-lg {
   height: 45px;
   padding: 10px 16px;
   font-size: 17px;
   line-height: 1.3333333;
   border-radius: 3px;
 }
-.markup.jupyter select.input-lg {
+.markdown.jupyter select.input-lg {
   height: 45px;
   line-height: 45px;
 }
-.markup.jupyter textarea.input-lg,
-.markup.jupyter select[multiple].input-lg {
+.markdown.jupyter textarea.input-lg,
+.markdown.jupyter select[multiple].input-lg {
   height: auto;
 }
-.markup.jupyter .form-group-lg .form-control {
+.markdown.jupyter .form-group-lg .form-control {
   height: 45px;
   padding: 10px 16px;
   font-size: 17px;
   line-height: 1.3333333;
   border-radius: 3px;
 }
-.markup.jupyter .form-group-lg select.form-control {
+.markdown.jupyter .form-group-lg select.form-control {
   height: 45px;
   line-height: 45px;
 }
-.markup.jupyter .form-group-lg textarea.form-control,
-.markup.jupyter .form-group-lg select[multiple].form-control {
+.markdown.jupyter .form-group-lg textarea.form-control,
+.markdown.jupyter .form-group-lg select[multiple].form-control {
   height: auto;
 }
-.markup.jupyter .form-group-lg .form-control-static {
+.markdown.jupyter .form-group-lg .form-control-static {
   height: 45px;
   min-height: 35px;
   padding: 11px 16px;
   font-size: 17px;
   line-height: 1.3333333;
 }
-.markup.jupyter .has-feedback {
+.markdown.jupyter .has-feedback {
   position: relative;
 }
-.markup.jupyter .has-feedback .form-control {
+.markdown.jupyter .has-feedback .form-control {
   padding-right: 40px;
 }
-.markup.jupyter .form-control-feedback {
+.markdown.jupyter .form-control-feedback {
   position: absolute;
   top: 0;
   right: 0;
@@ -3077,211 +3077,211 @@ Adapted from GitHub theme
   text-align: center;
   pointer-events: none;
 }
-.markup.jupyter .input-lg + .form-control-feedback,
-.markup.jupyter .input-group-lg + .form-control-feedback,
-.markup.jupyter .form-group-lg .form-control + .form-control-feedback {
+.markdown.jupyter .input-lg + .form-control-feedback,
+.markdown.jupyter .input-group-lg + .form-control-feedback,
+.markdown.jupyter .form-group-lg .form-control + .form-control-feedback {
   width: 45px;
   height: 45px;
   line-height: 45px;
 }
-.markup.jupyter .input-sm + .form-control-feedback,
-.markup.jupyter .input-group-sm + .form-control-feedback,
-.markup.jupyter .form-group-sm .form-control + .form-control-feedback {
+.markdown.jupyter .input-sm + .form-control-feedback,
+.markdown.jupyter .input-group-sm + .form-control-feedback,
+.markdown.jupyter .form-group-sm .form-control + .form-control-feedback {
   width: 30px;
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter .has-success .help-block,
-.markup.jupyter .has-success .control-label,
-.markup.jupyter .has-success .radio,
-.markup.jupyter .has-success .checkbox,
-.markup.jupyter .has-success .radio-inline,
-.markup.jupyter .has-success .checkbox-inline,
-.markup.jupyter .has-success.radio label,
-.markup.jupyter .has-success.checkbox label,
-.markup.jupyter .has-success.radio-inline label,
-.markup.jupyter .has-success.checkbox-inline label {
+.markdown.jupyter .has-success .help-block,
+.markdown.jupyter .has-success .control-label,
+.markdown.jupyter .has-success .radio,
+.markdown.jupyter .has-success .checkbox,
+.markdown.jupyter .has-success .radio-inline,
+.markdown.jupyter .has-success .checkbox-inline,
+.markdown.jupyter .has-success.radio label,
+.markdown.jupyter .has-success.checkbox label,
+.markdown.jupyter .has-success.radio-inline label,
+.markdown.jupyter .has-success.checkbox-inline label {
   color: #3c763d;
 }
-.markup.jupyter .has-success .form-control {
+.markdown.jupyter .has-success .form-control {
   border-color: #3c763d;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.markup.jupyter .has-success .form-control:focus {
+.markdown.jupyter .has-success .form-control:focus {
   border-color: #2b542c;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
 }
-.markup.jupyter .has-success .input-group-addon {
+.markdown.jupyter .has-success .input-group-addon {
   color: #3c763d;
   border-color: #3c763d;
   background-color: #dff0d8;
 }
-.markup.jupyter .has-success .form-control-feedback {
+.markdown.jupyter .has-success .form-control-feedback {
   color: #3c763d;
 }
-.markup.jupyter .has-warning .help-block,
-.markup.jupyter .has-warning .control-label,
-.markup.jupyter .has-warning .radio,
-.markup.jupyter .has-warning .checkbox,
-.markup.jupyter .has-warning .radio-inline,
-.markup.jupyter .has-warning .checkbox-inline,
-.markup.jupyter .has-warning.radio label,
-.markup.jupyter .has-warning.checkbox label,
-.markup.jupyter .has-warning.radio-inline label,
-.markup.jupyter .has-warning.checkbox-inline label {
+.markdown.jupyter .has-warning .help-block,
+.markdown.jupyter .has-warning .control-label,
+.markdown.jupyter .has-warning .radio,
+.markdown.jupyter .has-warning .checkbox,
+.markdown.jupyter .has-warning .radio-inline,
+.markdown.jupyter .has-warning .checkbox-inline,
+.markdown.jupyter .has-warning.radio label,
+.markdown.jupyter .has-warning.checkbox label,
+.markdown.jupyter .has-warning.radio-inline label,
+.markdown.jupyter .has-warning.checkbox-inline label {
   color: #8a6d3b;
 }
-.markup.jupyter .has-warning .form-control {
+.markdown.jupyter .has-warning .form-control {
   border-color: #8a6d3b;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.markup.jupyter .has-warning .form-control:focus {
+.markdown.jupyter .has-warning .form-control:focus {
   border-color: #66512c;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
 }
-.markup.jupyter .has-warning .input-group-addon {
+.markdown.jupyter .has-warning .input-group-addon {
   color: #8a6d3b;
   border-color: #8a6d3b;
   background-color: #fcf8e3;
 }
-.markup.jupyter .has-warning .form-control-feedback {
+.markdown.jupyter .has-warning .form-control-feedback {
   color: #8a6d3b;
 }
-.markup.jupyter .has-error .help-block,
-.markup.jupyter .has-error .control-label,
-.markup.jupyter .has-error .radio,
-.markup.jupyter .has-error .checkbox,
-.markup.jupyter .has-error .radio-inline,
-.markup.jupyter .has-error .checkbox-inline,
-.markup.jupyter .has-error.radio label,
-.markup.jupyter .has-error.checkbox label,
-.markup.jupyter .has-error.radio-inline label,
-.markup.jupyter .has-error.checkbox-inline label {
+.markdown.jupyter .has-error .help-block,
+.markdown.jupyter .has-error .control-label,
+.markdown.jupyter .has-error .radio,
+.markdown.jupyter .has-error .checkbox,
+.markdown.jupyter .has-error .radio-inline,
+.markdown.jupyter .has-error .checkbox-inline,
+.markdown.jupyter .has-error.radio label,
+.markdown.jupyter .has-error.checkbox label,
+.markdown.jupyter .has-error.radio-inline label,
+.markdown.jupyter .has-error.checkbox-inline label {
   color: #a94442;
 }
-.markup.jupyter .has-error .form-control {
+.markdown.jupyter .has-error .form-control {
   border-color: #a94442;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.markup.jupyter .has-error .form-control:focus {
+.markdown.jupyter .has-error .form-control:focus {
   border-color: #843534;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
 }
-.markup.jupyter .has-error .input-group-addon {
+.markdown.jupyter .has-error .input-group-addon {
   color: #a94442;
   border-color: #a94442;
   background-color: #f2dede;
 }
-.markup.jupyter .has-error .form-control-feedback {
+.markdown.jupyter .has-error .form-control-feedback {
   color: #a94442;
 }
-.markup.jupyter .has-feedback label ~ .form-control-feedback {
+.markdown.jupyter .has-feedback label ~ .form-control-feedback {
   top: 23px;
 }
-.markup.jupyter .has-feedback label.sr-only ~ .form-control-feedback {
+.markdown.jupyter .has-feedback label.sr-only ~ .form-control-feedback {
   top: 0;
 }
-.markup.jupyter .help-block {
+.markdown.jupyter .help-block {
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
   color: #404040;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .form-inline .form-group {
+  .markdown.jupyter .form-inline .form-group {
     display: inline-block;
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .form-inline .form-control {
+  .markdown.jupyter .form-inline .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle;
   }
-  .markup.jupyter .form-inline .form-control-static {
+  .markdown.jupyter .form-inline .form-control-static {
     display: inline-block;
   }
-  .markup.jupyter .form-inline .input-group {
+  .markdown.jupyter .form-inline .input-group {
     display: inline-table;
     vertical-align: middle;
   }
-  .markup.jupyter .form-inline .input-group .input-group-addon,
-  .markup.jupyter .form-inline .input-group .input-group-btn,
-  .markup.jupyter .form-inline .input-group .form-control {
+  .markdown.jupyter .form-inline .input-group .input-group-addon,
+  .markdown.jupyter .form-inline .input-group .input-group-btn,
+  .markdown.jupyter .form-inline .input-group .form-control {
     width: auto;
   }
-  .markup.jupyter .form-inline .input-group > .form-control {
+  .markdown.jupyter .form-inline .input-group > .form-control {
     width: 100%;
   }
-  .markup.jupyter .form-inline .control-label {
+  .markdown.jupyter .form-inline .control-label {
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .form-inline .radio,
-  .markup.jupyter .form-inline .checkbox {
+  .markdown.jupyter .form-inline .radio,
+  .markdown.jupyter .form-inline .checkbox {
     display: inline-block;
     margin-top: 0;
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .form-inline .radio label,
-  .markup.jupyter .form-inline .checkbox label {
+  .markdown.jupyter .form-inline .radio label,
+  .markdown.jupyter .form-inline .checkbox label {
     padding-left: 0;
   }
-  .markup.jupyter .form-inline .radio input[type="radio"],
-  .markup.jupyter .form-inline .checkbox input[type="checkbox"] {
+  .markdown.jupyter .form-inline .radio input[type="radio"],
+  .markdown.jupyter .form-inline .checkbox input[type="checkbox"] {
     position: relative;
     margin-left: 0;
   }
-  .markup.jupyter .form-inline .has-feedback .form-control-feedback {
+  .markdown.jupyter .form-inline .has-feedback .form-control-feedback {
     top: 0;
   }
 }
-.markup.jupyter .form-horizontal .radio,
-.markup.jupyter .form-horizontal .checkbox,
-.markup.jupyter .form-horizontal .radio-inline,
-.markup.jupyter .form-horizontal .checkbox-inline {
+.markdown.jupyter .form-horizontal .radio,
+.markdown.jupyter .form-horizontal .checkbox,
+.markdown.jupyter .form-horizontal .radio-inline,
+.markdown.jupyter .form-horizontal .checkbox-inline {
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 7px;
 }
-.markup.jupyter .form-horizontal .radio,
-.markup.jupyter .form-horizontal .checkbox {
+.markdown.jupyter .form-horizontal .radio,
+.markdown.jupyter .form-horizontal .checkbox {
   min-height: 25px;
 }
-.markup.jupyter .form-horizontal .form-group {
+.markdown.jupyter .form-horizontal .form-group {
   margin-left: 0px;
   margin-right: 0px;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .form-horizontal .control-label {
+  .markdown.jupyter .form-horizontal .control-label {
     text-align: right;
     margin-bottom: 0;
     padding-top: 7px;
   }
 }
-.markup.jupyter .form-horizontal .has-feedback .form-control-feedback {
+.markdown.jupyter .form-horizontal .has-feedback .form-control-feedback {
   right: 0px;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .form-horizontal .form-group-lg .control-label {
+  .markdown.jupyter .form-horizontal .form-group-lg .control-label {
     padding-top: 11px;
     font-size: 17px;
   }
 }
 @media (min-width: 768px) {
-  .markup.jupyter .form-horizontal .form-group-sm .control-label {
+  .markdown.jupyter .form-horizontal .form-group-sm .control-label {
     padding-top: 6px;
     font-size: 12px;
   }
 }
-.markup.jupyter .btn {
+.markdown.jupyter .btn {
   display: inline-block;
   margin-bottom: 0;
   font-weight: normal;
@@ -3301,471 +3301,471 @@ Adapted from GitHub theme
   -ms-user-select: none;
   user-select: none;
 }
-.markup.jupyter .btn:focus,
-.markup.jupyter .btn:active:focus,
-.markup.jupyter .btn.active:focus,
-.markup.jupyter .btn.focus,
-.markup.jupyter .btn:active.focus,
-.markup.jupyter .btn.active.focus {
+.markdown.jupyter .btn:focus,
+.markdown.jupyter .btn:active:focus,
+.markdown.jupyter .btn.active:focus,
+.markdown.jupyter .btn.focus,
+.markdown.jupyter .btn:active.focus,
+.markdown.jupyter .btn.active.focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
-.markup.jupyter .btn:hover,
-.markup.jupyter .btn:focus,
-.markup.jupyter .btn.focus {
+.markdown.jupyter .btn:hover,
+.markdown.jupyter .btn:focus,
+.markdown.jupyter .btn.focus {
   color: #333;
   text-decoration: none;
 }
-.markup.jupyter .btn:active,
-.markup.jupyter .btn.active {
+.markdown.jupyter .btn:active,
+.markdown.jupyter .btn.active {
   outline: 0;
   background-image: none;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 }
-.markup.jupyter .btn.disabled,
-.markup.jupyter .btn[disabled],
-.markup.jupyter fieldset[disabled] .btn {
+.markdown.jupyter .btn.disabled,
+.markdown.jupyter .btn[disabled],
+.markdown.jupyter fieldset[disabled] .btn {
   cursor: not-allowed;
   opacity: 0.65;
   filter: alpha(opacity=65);
   -webkit-box-shadow: none;
   box-shadow: none;
 }
-.markup.jupyter a.btn.disabled,
-.markup.jupyter fieldset[disabled] a.btn {
+.markdown.jupyter a.btn.disabled,
+.markdown.jupyter fieldset[disabled] a.btn {
   pointer-events: none;
 }
-.markup.jupyter .btn-default {
+.markdown.jupyter .btn-default {
   color: #333;
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter .btn-default:focus,
-.markup.jupyter .btn-default.focus {
+.markdown.jupyter .btn-default:focus,
+.markdown.jupyter .btn-default.focus {
   color: #333;
   background-color: #e6e6e6;
   border-color: #8c8c8c;
 }
-.markup.jupyter .btn-default:hover {
+.markdown.jupyter .btn-default:hover {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter .btn-default:active,
-.markup.jupyter .btn-default.active,
-.markup.jupyter .open > .dropdown-toggle.btn-default {
+.markdown.jupyter .btn-default:active,
+.markdown.jupyter .btn-default.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-default {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter .btn-default:active:hover,
-.markup.jupyter .btn-default.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-default:hover,
-.markup.jupyter .btn-default:active:focus,
-.markup.jupyter .btn-default.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-default:focus,
-.markup.jupyter .btn-default:active.focus,
-.markup.jupyter .btn-default.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-default.focus {
+.markdown.jupyter .btn-default:active:hover,
+.markdown.jupyter .btn-default.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-default:hover,
+.markdown.jupyter .btn-default:active:focus,
+.markdown.jupyter .btn-default.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-default:focus,
+.markdown.jupyter .btn-default:active.focus,
+.markdown.jupyter .btn-default.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-default.focus {
   color: #333;
   background-color: #d4d4d4;
   border-color: #8c8c8c;
 }
-.markup.jupyter .btn-default:active,
-.markup.jupyter .btn-default.active,
-.markup.jupyter .open > .dropdown-toggle.btn-default {
+.markdown.jupyter .btn-default:active,
+.markdown.jupyter .btn-default.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-default {
   background-image: none;
 }
-.markup.jupyter .btn-default.disabled:hover,
-.markup.jupyter .btn-default[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-default:hover,
-.markup.jupyter .btn-default.disabled:focus,
-.markup.jupyter .btn-default[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-default:focus,
-.markup.jupyter .btn-default.disabled.focus,
-.markup.jupyter .btn-default[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-default.focus {
+.markdown.jupyter .btn-default.disabled:hover,
+.markdown.jupyter .btn-default[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-default:hover,
+.markdown.jupyter .btn-default.disabled:focus,
+.markdown.jupyter .btn-default[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-default:focus,
+.markdown.jupyter .btn-default.disabled.focus,
+.markdown.jupyter .btn-default[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-default.focus {
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter .btn-default .badge {
+.markdown.jupyter .btn-default .badge {
   color: #fff;
   background-color: #333;
 }
-.markup.jupyter .btn-primary {
+.markdown.jupyter .btn-primary {
   color: #fff;
   background-color: #337ab7;
   border-color: #2e6da4;
 }
-.markup.jupyter .btn-primary:focus,
-.markup.jupyter .btn-primary.focus {
+.markdown.jupyter .btn-primary:focus,
+.markdown.jupyter .btn-primary.focus {
   color: #fff;
   background-color: #286090;
   border-color: #122b40;
 }
-.markup.jupyter .btn-primary:hover {
+.markdown.jupyter .btn-primary:hover {
   color: #fff;
   background-color: #286090;
   border-color: #204d74;
 }
-.markup.jupyter .btn-primary:active,
-.markup.jupyter .btn-primary.active,
-.markup.jupyter .open > .dropdown-toggle.btn-primary {
+.markdown.jupyter .btn-primary:active,
+.markdown.jupyter .btn-primary.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-primary {
   color: #fff;
   background-color: #286090;
   border-color: #204d74;
 }
-.markup.jupyter .btn-primary:active:hover,
-.markup.jupyter .btn-primary.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-primary:hover,
-.markup.jupyter .btn-primary:active:focus,
-.markup.jupyter .btn-primary.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-primary:focus,
-.markup.jupyter .btn-primary:active.focus,
-.markup.jupyter .btn-primary.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-primary.focus {
+.markdown.jupyter .btn-primary:active:hover,
+.markdown.jupyter .btn-primary.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-primary:hover,
+.markdown.jupyter .btn-primary:active:focus,
+.markdown.jupyter .btn-primary.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-primary:focus,
+.markdown.jupyter .btn-primary:active.focus,
+.markdown.jupyter .btn-primary.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-primary.focus {
   color: #fff;
   background-color: #204d74;
   border-color: #122b40;
 }
-.markup.jupyter .btn-primary:active,
-.markup.jupyter .btn-primary.active,
-.markup.jupyter .open > .dropdown-toggle.btn-primary {
+.markdown.jupyter .btn-primary:active,
+.markdown.jupyter .btn-primary.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-primary {
   background-image: none;
 }
-.markup.jupyter .btn-primary.disabled:hover,
-.markup.jupyter .btn-primary[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-primary:hover,
-.markup.jupyter .btn-primary.disabled:focus,
-.markup.jupyter .btn-primary[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-primary:focus,
-.markup.jupyter .btn-primary.disabled.focus,
-.markup.jupyter .btn-primary[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-primary.focus {
+.markdown.jupyter .btn-primary.disabled:hover,
+.markdown.jupyter .btn-primary[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-primary:hover,
+.markdown.jupyter .btn-primary.disabled:focus,
+.markdown.jupyter .btn-primary[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-primary:focus,
+.markdown.jupyter .btn-primary.disabled.focus,
+.markdown.jupyter .btn-primary[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-primary.focus {
   background-color: #337ab7;
   border-color: #2e6da4;
 }
-.markup.jupyter .btn-primary .badge {
+.markdown.jupyter .btn-primary .badge {
   color: #337ab7;
   background-color: #fff;
 }
-.markup.jupyter .btn-success {
+.markdown.jupyter .btn-success {
   color: #fff;
   background-color: #5cb85c;
   border-color: #4cae4c;
 }
-.markup.jupyter .btn-success:focus,
-.markup.jupyter .btn-success.focus {
+.markdown.jupyter .btn-success:focus,
+.markdown.jupyter .btn-success.focus {
   color: #fff;
   background-color: #449d44;
   border-color: #255625;
 }
-.markup.jupyter .btn-success:hover {
+.markdown.jupyter .btn-success:hover {
   color: #fff;
   background-color: #449d44;
   border-color: #398439;
 }
-.markup.jupyter .btn-success:active,
-.markup.jupyter .btn-success.active,
-.markup.jupyter .open > .dropdown-toggle.btn-success {
+.markdown.jupyter .btn-success:active,
+.markdown.jupyter .btn-success.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-success {
   color: #fff;
   background-color: #449d44;
   border-color: #398439;
 }
-.markup.jupyter .btn-success:active:hover,
-.markup.jupyter .btn-success.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-success:hover,
-.markup.jupyter .btn-success:active:focus,
-.markup.jupyter .btn-success.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-success:focus,
-.markup.jupyter .btn-success:active.focus,
-.markup.jupyter .btn-success.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-success.focus {
+.markdown.jupyter .btn-success:active:hover,
+.markdown.jupyter .btn-success.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-success:hover,
+.markdown.jupyter .btn-success:active:focus,
+.markdown.jupyter .btn-success.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-success:focus,
+.markdown.jupyter .btn-success:active.focus,
+.markdown.jupyter .btn-success.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-success.focus {
   color: #fff;
   background-color: #398439;
   border-color: #255625;
 }
-.markup.jupyter .btn-success:active,
-.markup.jupyter .btn-success.active,
-.markup.jupyter .open > .dropdown-toggle.btn-success {
+.markdown.jupyter .btn-success:active,
+.markdown.jupyter .btn-success.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-success {
   background-image: none;
 }
-.markup.jupyter .btn-success.disabled:hover,
-.markup.jupyter .btn-success[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-success:hover,
-.markup.jupyter .btn-success.disabled:focus,
-.markup.jupyter .btn-success[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-success:focus,
-.markup.jupyter .btn-success.disabled.focus,
-.markup.jupyter .btn-success[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-success.focus {
+.markdown.jupyter .btn-success.disabled:hover,
+.markdown.jupyter .btn-success[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-success:hover,
+.markdown.jupyter .btn-success.disabled:focus,
+.markdown.jupyter .btn-success[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-success:focus,
+.markdown.jupyter .btn-success.disabled.focus,
+.markdown.jupyter .btn-success[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-success.focus {
   background-color: #5cb85c;
   border-color: #4cae4c;
 }
-.markup.jupyter .btn-success .badge {
+.markdown.jupyter .btn-success .badge {
   color: #5cb85c;
   background-color: #fff;
 }
-.markup.jupyter .btn-info {
+.markdown.jupyter .btn-info {
   color: #fff;
   background-color: #5bc0de;
   border-color: #46b8da;
 }
-.markup.jupyter .btn-info:focus,
-.markup.jupyter .btn-info.focus {
+.markdown.jupyter .btn-info:focus,
+.markdown.jupyter .btn-info.focus {
   color: #fff;
   background-color: #31b0d5;
   border-color: #1b6d85;
 }
-.markup.jupyter .btn-info:hover {
+.markdown.jupyter .btn-info:hover {
   color: #fff;
   background-color: #31b0d5;
   border-color: #269abc;
 }
-.markup.jupyter .btn-info:active,
-.markup.jupyter .btn-info.active,
-.markup.jupyter .open > .dropdown-toggle.btn-info {
+.markdown.jupyter .btn-info:active,
+.markdown.jupyter .btn-info.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-info {
   color: #fff;
   background-color: #31b0d5;
   border-color: #269abc;
 }
-.markup.jupyter .btn-info:active:hover,
-.markup.jupyter .btn-info.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-info:hover,
-.markup.jupyter .btn-info:active:focus,
-.markup.jupyter .btn-info.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-info:focus,
-.markup.jupyter .btn-info:active.focus,
-.markup.jupyter .btn-info.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-info.focus {
+.markdown.jupyter .btn-info:active:hover,
+.markdown.jupyter .btn-info.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-info:hover,
+.markdown.jupyter .btn-info:active:focus,
+.markdown.jupyter .btn-info.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-info:focus,
+.markdown.jupyter .btn-info:active.focus,
+.markdown.jupyter .btn-info.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-info.focus {
   color: #fff;
   background-color: #269abc;
   border-color: #1b6d85;
 }
-.markup.jupyter .btn-info:active,
-.markup.jupyter .btn-info.active,
-.markup.jupyter .open > .dropdown-toggle.btn-info {
+.markdown.jupyter .btn-info:active,
+.markdown.jupyter .btn-info.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-info {
   background-image: none;
 }
-.markup.jupyter .btn-info.disabled:hover,
-.markup.jupyter .btn-info[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-info:hover,
-.markup.jupyter .btn-info.disabled:focus,
-.markup.jupyter .btn-info[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-info:focus,
-.markup.jupyter .btn-info.disabled.focus,
-.markup.jupyter .btn-info[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-info.focus {
+.markdown.jupyter .btn-info.disabled:hover,
+.markdown.jupyter .btn-info[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-info:hover,
+.markdown.jupyter .btn-info.disabled:focus,
+.markdown.jupyter .btn-info[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-info:focus,
+.markdown.jupyter .btn-info.disabled.focus,
+.markdown.jupyter .btn-info[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-info.focus {
   background-color: #5bc0de;
   border-color: #46b8da;
 }
-.markup.jupyter .btn-info .badge {
+.markdown.jupyter .btn-info .badge {
   color: #5bc0de;
   background-color: #fff;
 }
-.markup.jupyter .btn-warning {
+.markdown.jupyter .btn-warning {
   color: #fff;
   background-color: #f0ad4e;
   border-color: #eea236;
 }
-.markup.jupyter .btn-warning:focus,
-.markup.jupyter .btn-warning.focus {
+.markdown.jupyter .btn-warning:focus,
+.markdown.jupyter .btn-warning.focus {
   color: #fff;
   background-color: #ec971f;
   border-color: #985f0d;
 }
-.markup.jupyter .btn-warning:hover {
+.markdown.jupyter .btn-warning:hover {
   color: #fff;
   background-color: #ec971f;
   border-color: #d58512;
 }
-.markup.jupyter .btn-warning:active,
-.markup.jupyter .btn-warning.active,
-.markup.jupyter .open > .dropdown-toggle.btn-warning {
+.markdown.jupyter .btn-warning:active,
+.markdown.jupyter .btn-warning.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-warning {
   color: #fff;
   background-color: #ec971f;
   border-color: #d58512;
 }
-.markup.jupyter .btn-warning:active:hover,
-.markup.jupyter .btn-warning.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-warning:hover,
-.markup.jupyter .btn-warning:active:focus,
-.markup.jupyter .btn-warning.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-warning:focus,
-.markup.jupyter .btn-warning:active.focus,
-.markup.jupyter .btn-warning.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-warning.focus {
+.markdown.jupyter .btn-warning:active:hover,
+.markdown.jupyter .btn-warning.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-warning:hover,
+.markdown.jupyter .btn-warning:active:focus,
+.markdown.jupyter .btn-warning.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-warning:focus,
+.markdown.jupyter .btn-warning:active.focus,
+.markdown.jupyter .btn-warning.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-warning.focus {
   color: #fff;
   background-color: #d58512;
   border-color: #985f0d;
 }
-.markup.jupyter .btn-warning:active,
-.markup.jupyter .btn-warning.active,
-.markup.jupyter .open > .dropdown-toggle.btn-warning {
+.markdown.jupyter .btn-warning:active,
+.markdown.jupyter .btn-warning.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-warning {
   background-image: none;
 }
-.markup.jupyter .btn-warning.disabled:hover,
-.markup.jupyter .btn-warning[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-warning:hover,
-.markup.jupyter .btn-warning.disabled:focus,
-.markup.jupyter .btn-warning[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-warning:focus,
-.markup.jupyter .btn-warning.disabled.focus,
-.markup.jupyter .btn-warning[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-warning.focus {
+.markdown.jupyter .btn-warning.disabled:hover,
+.markdown.jupyter .btn-warning[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-warning:hover,
+.markdown.jupyter .btn-warning.disabled:focus,
+.markdown.jupyter .btn-warning[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-warning:focus,
+.markdown.jupyter .btn-warning.disabled.focus,
+.markdown.jupyter .btn-warning[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-warning.focus {
   background-color: #f0ad4e;
   border-color: #eea236;
 }
-.markup.jupyter .btn-warning .badge {
+.markdown.jupyter .btn-warning .badge {
   color: #f0ad4e;
   background-color: #fff;
 }
-.markup.jupyter .btn-danger {
+.markdown.jupyter .btn-danger {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
 }
-.markup.jupyter .btn-danger:focus,
-.markup.jupyter .btn-danger.focus {
+.markdown.jupyter .btn-danger:focus,
+.markdown.jupyter .btn-danger.focus {
   color: #fff;
   background-color: #c9302c;
   border-color: #761c19;
 }
-.markup.jupyter .btn-danger:hover {
+.markdown.jupyter .btn-danger:hover {
   color: #fff;
   background-color: #c9302c;
   border-color: #ac2925;
 }
-.markup.jupyter .btn-danger:active,
-.markup.jupyter .btn-danger.active,
-.markup.jupyter .open > .dropdown-toggle.btn-danger {
+.markdown.jupyter .btn-danger:active,
+.markdown.jupyter .btn-danger.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-danger {
   color: #fff;
   background-color: #c9302c;
   border-color: #ac2925;
 }
-.markup.jupyter .btn-danger:active:hover,
-.markup.jupyter .btn-danger.active:hover,
-.markup.jupyter .open > .dropdown-toggle.btn-danger:hover,
-.markup.jupyter .btn-danger:active:focus,
-.markup.jupyter .btn-danger.active:focus,
-.markup.jupyter .open > .dropdown-toggle.btn-danger:focus,
-.markup.jupyter .btn-danger:active.focus,
-.markup.jupyter .btn-danger.active.focus,
-.markup.jupyter .open > .dropdown-toggle.btn-danger.focus {
+.markdown.jupyter .btn-danger:active:hover,
+.markdown.jupyter .btn-danger.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.btn-danger:hover,
+.markdown.jupyter .btn-danger:active:focus,
+.markdown.jupyter .btn-danger.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-danger:focus,
+.markdown.jupyter .btn-danger:active.focus,
+.markdown.jupyter .btn-danger.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.btn-danger.focus {
   color: #fff;
   background-color: #ac2925;
   border-color: #761c19;
 }
-.markup.jupyter .btn-danger:active,
-.markup.jupyter .btn-danger.active,
-.markup.jupyter .open > .dropdown-toggle.btn-danger {
+.markdown.jupyter .btn-danger:active,
+.markdown.jupyter .btn-danger.active,
+.markdown.jupyter .open > .dropdown-toggle.btn-danger {
   background-image: none;
 }
-.markup.jupyter .btn-danger.disabled:hover,
-.markup.jupyter .btn-danger[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-danger:hover,
-.markup.jupyter .btn-danger.disabled:focus,
-.markup.jupyter .btn-danger[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-danger:focus,
-.markup.jupyter .btn-danger.disabled.focus,
-.markup.jupyter .btn-danger[disabled].focus,
-.markup.jupyter fieldset[disabled] .btn-danger.focus {
+.markdown.jupyter .btn-danger.disabled:hover,
+.markdown.jupyter .btn-danger[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-danger:hover,
+.markdown.jupyter .btn-danger.disabled:focus,
+.markdown.jupyter .btn-danger[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-danger:focus,
+.markdown.jupyter .btn-danger.disabled.focus,
+.markdown.jupyter .btn-danger[disabled].focus,
+.markdown.jupyter fieldset[disabled] .btn-danger.focus {
   background-color: #d9534f;
   border-color: #d43f3a;
 }
-.markup.jupyter .btn-danger .badge {
+.markdown.jupyter .btn-danger .badge {
   color: #d9534f;
   background-color: #fff;
 }
-.markup.jupyter .btn-link {
+.markdown.jupyter .btn-link {
   color: #337ab7;
   font-weight: normal;
   border-radius: 0;
 }
-.markup.jupyter .btn-link,
-.markup.jupyter .btn-link:active,
-.markup.jupyter .btn-link.active,
-.markup.jupyter .btn-link[disabled],
-.markup.jupyter fieldset[disabled] .btn-link {
+.markdown.jupyter .btn-link,
+.markdown.jupyter .btn-link:active,
+.markdown.jupyter .btn-link.active,
+.markdown.jupyter .btn-link[disabled],
+.markdown.jupyter fieldset[disabled] .btn-link {
   background-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
-.markup.jupyter .btn-link,
-.markup.jupyter .btn-link:hover,
-.markup.jupyter .btn-link:focus,
-.markup.jupyter .btn-link:active {
+.markdown.jupyter .btn-link,
+.markdown.jupyter .btn-link:hover,
+.markdown.jupyter .btn-link:focus,
+.markdown.jupyter .btn-link:active {
   border-color: transparent;
 }
-.markup.jupyter .btn-link:hover,
-.markup.jupyter .btn-link:focus {
+.markdown.jupyter .btn-link:hover,
+.markdown.jupyter .btn-link:focus {
   color: #23527c;
   text-decoration: underline;
   background-color: transparent;
 }
-.markup.jupyter .btn-link[disabled]:hover,
-.markup.jupyter fieldset[disabled] .btn-link:hover,
-.markup.jupyter .btn-link[disabled]:focus,
-.markup.jupyter fieldset[disabled] .btn-link:focus {
+.markdown.jupyter .btn-link[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .btn-link:hover,
+.markdown.jupyter .btn-link[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .btn-link:focus {
   color: #777777;
   text-decoration: none;
 }
-.markup.jupyter .btn-lg,
-.markup.jupyter .btn-group-lg > .btn {
+.markdown.jupyter .btn-lg,
+.markdown.jupyter .btn-group-lg > .btn {
   padding: 10px 16px;
   font-size: 17px;
   line-height: 1.3333333;
   border-radius: 3px;
 }
-.markup.jupyter .btn-sm,
-.markup.jupyter .btn-group-sm > .btn {
+.markdown.jupyter .btn-sm,
+.markdown.jupyter .btn-group-sm > .btn {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 1px;
 }
-.markup.jupyter .btn-xs,
-.markup.jupyter .btn-group-xs > .btn {
+.markdown.jupyter .btn-xs,
+.markdown.jupyter .btn-group-xs > .btn {
   padding: 1px 5px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 1px;
 }
-.markup.jupyter .btn-block {
+.markdown.jupyter .btn-block {
   display: block;
   width: 100%;
 }
-.markup.jupyter .btn-block + .btn-block {
+.markdown.jupyter .btn-block + .btn-block {
   margin-top: 5px;
 }
-.markup.jupyter input[type="submit"].btn-block,
-.markup.jupyter input[type="reset"].btn-block,
-.markup.jupyter input[type="button"].btn-block {
+.markdown.jupyter input[type="submit"].btn-block,
+.markdown.jupyter input[type="reset"].btn-block,
+.markdown.jupyter input[type="button"].btn-block {
   width: 100%;
 }
-.markup.jupyter .fade {
+.markdown.jupyter .fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;
   -o-transition: opacity 0.15s linear;
   transition: opacity 0.15s linear;
 }
-.markup.jupyter .fade.in {
+.markdown.jupyter .fade.in {
   opacity: 1;
 }
-.markup.jupyter .collapse {
+.markdown.jupyter .collapse {
   display: none;
 }
-.markup.jupyter .collapse.in {
+.markdown.jupyter .collapse.in {
   display: block;
 }
-.markup.jupyter tr.collapse.in {
+.markdown.jupyter tr.collapse.in {
   display: table-row;
 }
-.markup.jupyter tbody.collapse.in {
+.markdown.jupyter tbody.collapse.in {
   display: table-row-group;
 }
-.markup.jupyter .collapsing {
+.markdown.jupyter .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
@@ -3776,7 +3776,7 @@ Adapted from GitHub theme
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
 }
-.markup.jupyter .caret {
+.markdown.jupyter .caret {
   display: inline-block;
   width: 0;
   height: 0;
@@ -3787,14 +3787,14 @@ Adapted from GitHub theme
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
 }
-.markup.jupyter .dropup,
-.markup.jupyter .dropdown {
+.markdown.jupyter .dropup,
+.markdown.jupyter .dropdown {
   position: relative;
 }
-.markup.jupyter .dropdown-toggle:focus {
+.markdown.jupyter .dropdown-toggle:focus {
   outline: 0;
 }
-.markup.jupyter .dropdown-menu {
+.markdown.jupyter .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
@@ -3815,17 +3815,17 @@ Adapted from GitHub theme
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   background-clip: padding-box;
 }
-.markup.jupyter .dropdown-menu.pull-right {
+.markdown.jupyter .dropdown-menu.pull-right {
   right: 0;
   left: auto;
 }
-.markup.jupyter .dropdown-menu .divider {
+.markdown.jupyter .dropdown-menu .divider {
   height: 1px;
   margin: 8px 0;
   overflow: hidden;
   background-color: #e5e5e5;
 }
-.markup.jupyter .dropdown-menu > li > a {
+.markdown.jupyter .dropdown-menu > li > a {
   display: block;
   padding: 3px 20px;
   clear: both;
@@ -3834,48 +3834,48 @@ Adapted from GitHub theme
   color: #333333;
   white-space: nowrap;
 }
-.markup.jupyter .dropdown-menu > li > a:hover,
-.markup.jupyter .dropdown-menu > li > a:focus {
+.markdown.jupyter .dropdown-menu > li > a:hover,
+.markdown.jupyter .dropdown-menu > li > a:focus {
   text-decoration: none;
   color: #262626;
   background-color: #f5f5f5;
 }
-.markup.jupyter .dropdown-menu > .active > a,
-.markup.jupyter .dropdown-menu > .active > a:hover,
-.markup.jupyter .dropdown-menu > .active > a:focus {
+.markdown.jupyter .dropdown-menu > .active > a,
+.markdown.jupyter .dropdown-menu > .active > a:hover,
+.markdown.jupyter .dropdown-menu > .active > a:focus {
   color: #fff;
   text-decoration: none;
   outline: 0;
   background-color: #337ab7;
 }
-.markup.jupyter .dropdown-menu > .disabled > a,
-.markup.jupyter .dropdown-menu > .disabled > a:hover,
-.markup.jupyter .dropdown-menu > .disabled > a:focus {
+.markdown.jupyter .dropdown-menu > .disabled > a,
+.markdown.jupyter .dropdown-menu > .disabled > a:hover,
+.markdown.jupyter .dropdown-menu > .disabled > a:focus {
   color: #777777;
 }
-.markup.jupyter .dropdown-menu > .disabled > a:hover,
-.markup.jupyter .dropdown-menu > .disabled > a:focus {
+.markdown.jupyter .dropdown-menu > .disabled > a:hover,
+.markdown.jupyter .dropdown-menu > .disabled > a:focus {
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   cursor: not-allowed;
 }
-.markup.jupyter .open > .dropdown-menu {
+.markdown.jupyter .open > .dropdown-menu {
   display: block;
 }
-.markup.jupyter .open > a {
+.markdown.jupyter .open > a {
   outline: 0;
 }
-.markup.jupyter .dropdown-menu-right {
+.markdown.jupyter .dropdown-menu-right {
   left: auto;
   right: 0;
 }
-.markup.jupyter .dropdown-menu-left {
+.markdown.jupyter .dropdown-menu-left {
   left: 0;
   right: auto;
 }
-.markup.jupyter .dropdown-header {
+.markdown.jupyter .dropdown-header {
   display: block;
   padding: 3px 20px;
   font-size: 12px;
@@ -3883,7 +3883,7 @@ Adapted from GitHub theme
   color: #777777;
   white-space: nowrap;
 }
-.markup.jupyter .dropdown-backdrop {
+.markdown.jupyter .dropdown-backdrop {
   position: fixed;
   left: 0;
   right: 0;
@@ -3891,287 +3891,287 @@ Adapted from GitHub theme
   top: 0;
   z-index: 990;
 }
-.markup.jupyter .pull-right > .dropdown-menu {
+.markdown.jupyter .pull-right > .dropdown-menu {
   right: 0;
   left: auto;
 }
-.markup.jupyter .dropup .caret,
-.markup.jupyter .navbar-fixed-bottom .dropdown .caret {
+.markdown.jupyter .dropup .caret,
+.markdown.jupyter .navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
   border-bottom: 4px dashed;
   border-bottom: 4px solid \9;
   content: "";
 }
-.markup.jupyter .dropup .dropdown-menu,
-.markup.jupyter .navbar-fixed-bottom .dropdown .dropdown-menu {
+.markdown.jupyter .dropup .dropdown-menu,
+.markdown.jupyter .navbar-fixed-bottom .dropdown .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-bottom: 2px;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-right .dropdown-menu {
+  .markdown.jupyter .navbar-right .dropdown-menu {
     left: auto;
     right: 0;
   }
-  .markup.jupyter .navbar-right .dropdown-menu-left {
+  .markdown.jupyter .navbar-right .dropdown-menu-left {
     left: 0;
     right: auto;
   }
 }
-.markup.jupyter .btn-group,
-.markup.jupyter .btn-group-vertical {
+.markdown.jupyter .btn-group,
+.markdown.jupyter .btn-group-vertical {
   position: relative;
   display: inline-block;
   vertical-align: middle;
 }
-.markup.jupyter .btn-group > .btn,
-.markup.jupyter .btn-group-vertical > .btn {
+.markdown.jupyter .btn-group > .btn,
+.markdown.jupyter .btn-group-vertical > .btn {
   position: relative;
   float: left;
 }
-.markup.jupyter .btn-group > .btn:hover,
-.markup.jupyter .btn-group-vertical > .btn:hover,
-.markup.jupyter .btn-group > .btn:focus,
-.markup.jupyter .btn-group-vertical > .btn:focus,
-.markup.jupyter .btn-group > .btn:active,
-.markup.jupyter .btn-group-vertical > .btn:active,
-.markup.jupyter .btn-group > .btn.active,
-.markup.jupyter .btn-group-vertical > .btn.active {
+.markdown.jupyter .btn-group > .btn:hover,
+.markdown.jupyter .btn-group-vertical > .btn:hover,
+.markdown.jupyter .btn-group > .btn:focus,
+.markdown.jupyter .btn-group-vertical > .btn:focus,
+.markdown.jupyter .btn-group > .btn:active,
+.markdown.jupyter .btn-group-vertical > .btn:active,
+.markdown.jupyter .btn-group > .btn.active,
+.markdown.jupyter .btn-group-vertical > .btn.active {
   z-index: 2;
 }
-.markup.jupyter .btn-group .btn + .btn,
-.markup.jupyter .btn-group .btn + .btn-group,
-.markup.jupyter .btn-group .btn-group + .btn,
-.markup.jupyter .btn-group .btn-group + .btn-group {
+.markdown.jupyter .btn-group .btn + .btn,
+.markdown.jupyter .btn-group .btn + .btn-group,
+.markdown.jupyter .btn-group .btn-group + .btn,
+.markdown.jupyter .btn-group .btn-group + .btn-group {
   margin-left: -1px;
 }
-.markup.jupyter .btn-toolbar {
+.markdown.jupyter .btn-toolbar {
   margin-left: -5px;
 }
-.markup.jupyter .btn-toolbar .btn,
-.markup.jupyter .btn-toolbar .btn-group,
-.markup.jupyter .btn-toolbar .input-group {
+.markdown.jupyter .btn-toolbar .btn,
+.markdown.jupyter .btn-toolbar .btn-group,
+.markdown.jupyter .btn-toolbar .input-group {
   float: left;
 }
-.markup.jupyter .btn-toolbar > .btn,
-.markup.jupyter .btn-toolbar > .btn-group,
-.markup.jupyter .btn-toolbar > .input-group {
+.markdown.jupyter .btn-toolbar > .btn,
+.markdown.jupyter .btn-toolbar > .btn-group,
+.markdown.jupyter .btn-toolbar > .input-group {
   margin-left: 5px;
 }
-.markup.jupyter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+.markdown.jupyter .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
   border-radius: 0;
 }
-.markup.jupyter .btn-group > .btn:first-child {
+.markdown.jupyter .btn-group > .btn:first-child {
   margin-left: 0;
 }
-.markup.jupyter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+.markdown.jupyter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
 }
-.markup.jupyter .btn-group > .btn:last-child:not(:first-child),
-.markup.jupyter .btn-group > .dropdown-toggle:not(:first-child) {
+.markdown.jupyter .btn-group > .btn:last-child:not(:first-child),
+.markdown.jupyter .btn-group > .dropdown-toggle:not(:first-child) {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .btn-group > .btn-group {
+.markdown.jupyter .btn-group > .btn-group {
   float: left;
 }
-.markup.jupyter .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+.markdown.jupyter .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
   border-radius: 0;
 }
-.markup.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.markup.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+.markdown.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.markdown.jupyter .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
 }
-.markup.jupyter .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+.markdown.jupyter .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .btn-group .dropdown-toggle:active,
-.markup.jupyter .btn-group.open .dropdown-toggle {
+.markdown.jupyter .btn-group .dropdown-toggle:active,
+.markdown.jupyter .btn-group.open .dropdown-toggle {
   outline: 0;
 }
-.markup.jupyter .btn-group > .btn + .dropdown-toggle {
+.markdown.jupyter .btn-group > .btn + .dropdown-toggle {
   padding-left: 8px;
   padding-right: 8px;
 }
-.markup.jupyter .btn-group > .btn-lg + .dropdown-toggle {
+.markdown.jupyter .btn-group > .btn-lg + .dropdown-toggle {
   padding-left: 12px;
   padding-right: 12px;
 }
-.markup.jupyter .btn-group.open .dropdown-toggle {
+.markdown.jupyter .btn-group.open .dropdown-toggle {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 }
-.markup.jupyter .btn-group.open .dropdown-toggle.btn-link {
+.markdown.jupyter .btn-group.open .dropdown-toggle.btn-link {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
-.markup.jupyter .btn .caret {
+.markdown.jupyter .btn .caret {
   margin-left: 0;
 }
-.markup.jupyter .btn-lg .caret {
+.markdown.jupyter .btn-lg .caret {
   border-width: 5px 5px 0;
   border-bottom-width: 0;
 }
-.markup.jupyter .dropup .btn-lg .caret {
+.markdown.jupyter .dropup .btn-lg .caret {
   border-width: 0 5px 5px;
 }
-.markup.jupyter .btn-group-vertical > .btn,
-.markup.jupyter .btn-group-vertical > .btn-group,
-.markup.jupyter .btn-group-vertical > .btn-group > .btn {
+.markdown.jupyter .btn-group-vertical > .btn,
+.markdown.jupyter .btn-group-vertical > .btn-group,
+.markdown.jupyter .btn-group-vertical > .btn-group > .btn {
   display: block;
   float: none;
   width: 100%;
   max-width: 100%;
 }
-.markup.jupyter .btn-group-vertical > .btn-group > .btn {
+.markdown.jupyter .btn-group-vertical > .btn-group > .btn {
   float: none;
 }
-.markup.jupyter .btn-group-vertical > .btn + .btn,
-.markup.jupyter .btn-group-vertical > .btn + .btn-group,
-.markup.jupyter .btn-group-vertical > .btn-group + .btn,
-.markup.jupyter .btn-group-vertical > .btn-group + .btn-group {
+.markdown.jupyter .btn-group-vertical > .btn + .btn,
+.markdown.jupyter .btn-group-vertical > .btn + .btn-group,
+.markdown.jupyter .btn-group-vertical > .btn-group + .btn,
+.markdown.jupyter .btn-group-vertical > .btn-group + .btn-group {
   margin-top: -1px;
   margin-left: 0;
 }
-.markup.jupyter .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+.markdown.jupyter .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
   border-radius: 0;
 }
-.markup.jupyter .btn-group-vertical > .btn:first-child:not(:last-child) {
+.markdown.jupyter .btn-group-vertical > .btn:first-child:not(:last-child) {
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
-.markup.jupyter .btn-group-vertical > .btn:last-child:not(:first-child) {
+.markdown.jupyter .btn-group-vertical > .btn:last-child:not(:first-child) {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
 }
-.markup.jupyter .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+.markdown.jupyter .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
   border-radius: 0;
 }
-.markup.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.markup.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+.markdown.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.markdown.jupyter .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
-.markup.jupyter .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+.markdown.jupyter .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .btn-group-justified {
+.markdown.jupyter .btn-group-justified {
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: separate;
 }
-.markup.jupyter .btn-group-justified > .btn,
-.markup.jupyter .btn-group-justified > .btn-group {
+.markdown.jupyter .btn-group-justified > .btn,
+.markdown.jupyter .btn-group-justified > .btn-group {
   float: none;
   display: table-cell;
   width: 1%;
 }
-.markup.jupyter .btn-group-justified > .btn-group .btn {
+.markdown.jupyter .btn-group-justified > .btn-group .btn {
   width: 100%;
 }
-.markup.jupyter .btn-group-justified > .btn-group .dropdown-menu {
+.markdown.jupyter .btn-group-justified > .btn-group .dropdown-menu {
   left: auto;
 }
-.markup.jupyter [data-toggle="buttons"] > .btn input[type="radio"],
-.markup.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
-.markup.jupyter [data-toggle="buttons"] > .btn input[type="checkbox"],
-.markup.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
+.markdown.jupyter [data-toggle="buttons"] > .btn input[type="radio"],
+.markdown.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
+.markdown.jupyter [data-toggle="buttons"] > .btn input[type="checkbox"],
+.markdown.jupyter [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
 }
-.markup.jupyter .input-group {
+.markdown.jupyter .input-group {
   position: relative;
   display: table;
   border-collapse: separate;
 }
-.markup.jupyter .input-group[class*="col-"] {
+.markdown.jupyter .input-group[class*="col-"] {
   float: none;
   padding-left: 0;
   padding-right: 0;
 }
-.markup.jupyter .input-group .form-control {
+.markdown.jupyter .input-group .form-control {
   position: relative;
   z-index: 2;
   float: left;
   width: 100%;
   margin-bottom: 0;
 }
-.markup.jupyter .input-group .form-control:focus {
+.markdown.jupyter .input-group .form-control:focus {
   z-index: 3;
 }
-.markup.jupyter .input-group-lg > .form-control,
-.markup.jupyter .input-group-lg > .input-group-addon,
-.markup.jupyter .input-group-lg > .input-group-btn > .btn {
+.markdown.jupyter .input-group-lg > .form-control,
+.markdown.jupyter .input-group-lg > .input-group-addon,
+.markdown.jupyter .input-group-lg > .input-group-btn > .btn {
   height: 45px;
   padding: 10px 16px;
   font-size: 17px;
   line-height: 1.3333333;
   border-radius: 3px;
 }
-.markup.jupyter select.input-group-lg > .form-control,
-.markup.jupyter select.input-group-lg > .input-group-addon,
-.markup.jupyter select.input-group-lg > .input-group-btn > .btn {
+.markdown.jupyter select.input-group-lg > .form-control,
+.markdown.jupyter select.input-group-lg > .input-group-addon,
+.markdown.jupyter select.input-group-lg > .input-group-btn > .btn {
   height: 45px;
   line-height: 45px;
 }
-.markup.jupyter textarea.input-group-lg > .form-control,
-.markup.jupyter textarea.input-group-lg > .input-group-addon,
-.markup.jupyter textarea.input-group-lg > .input-group-btn > .btn,
-.markup.jupyter select[multiple].input-group-lg > .form-control,
-.markup.jupyter select[multiple].input-group-lg > .input-group-addon,
-.markup.jupyter select[multiple].input-group-lg > .input-group-btn > .btn {
+.markdown.jupyter textarea.input-group-lg > .form-control,
+.markdown.jupyter textarea.input-group-lg > .input-group-addon,
+.markdown.jupyter textarea.input-group-lg > .input-group-btn > .btn,
+.markdown.jupyter select[multiple].input-group-lg > .form-control,
+.markdown.jupyter select[multiple].input-group-lg > .input-group-addon,
+.markdown.jupyter select[multiple].input-group-lg > .input-group-btn > .btn {
   height: auto;
 }
-.markup.jupyter .input-group-sm > .form-control,
-.markup.jupyter .input-group-sm > .input-group-addon,
-.markup.jupyter .input-group-sm > .input-group-btn > .btn {
+.markdown.jupyter .input-group-sm > .form-control,
+.markdown.jupyter .input-group-sm > .input-group-addon,
+.markdown.jupyter .input-group-sm > .input-group-btn > .btn {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 1px;
 }
-.markup.jupyter select.input-group-sm > .form-control,
-.markup.jupyter select.input-group-sm > .input-group-addon,
-.markup.jupyter select.input-group-sm > .input-group-btn > .btn {
+.markdown.jupyter select.input-group-sm > .form-control,
+.markdown.jupyter select.input-group-sm > .input-group-addon,
+.markdown.jupyter select.input-group-sm > .input-group-btn > .btn {
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter textarea.input-group-sm > .form-control,
-.markup.jupyter textarea.input-group-sm > .input-group-addon,
-.markup.jupyter textarea.input-group-sm > .input-group-btn > .btn,
-.markup.jupyter select[multiple].input-group-sm > .form-control,
-.markup.jupyter select[multiple].input-group-sm > .input-group-addon,
-.markup.jupyter select[multiple].input-group-sm > .input-group-btn > .btn {
+.markdown.jupyter textarea.input-group-sm > .form-control,
+.markdown.jupyter textarea.input-group-sm > .input-group-addon,
+.markdown.jupyter textarea.input-group-sm > .input-group-btn > .btn,
+.markdown.jupyter select[multiple].input-group-sm > .form-control,
+.markdown.jupyter select[multiple].input-group-sm > .input-group-addon,
+.markdown.jupyter select[multiple].input-group-sm > .input-group-btn > .btn {
   height: auto;
 }
-.markup.jupyter .input-group-addon,
-.markup.jupyter .input-group-btn,
-.markup.jupyter .input-group .form-control {
+.markdown.jupyter .input-group-addon,
+.markdown.jupyter .input-group-btn,
+.markdown.jupyter .input-group .form-control {
   display: table-cell;
 }
-.markup.jupyter .input-group-addon:not(:first-child):not(:last-child),
-.markup.jupyter .input-group-btn:not(:first-child):not(:last-child),
-.markup.jupyter .input-group .form-control:not(:first-child):not(:last-child) {
+.markdown.jupyter .input-group-addon:not(:first-child):not(:last-child),
+.markdown.jupyter .input-group-btn:not(:first-child):not(:last-child),
+.markdown.jupyter .input-group .form-control:not(:first-child):not(:last-child) {
   border-radius: 0;
 }
-.markup.jupyter .input-group-addon,
-.markup.jupyter .input-group-btn {
+.markdown.jupyter .input-group-addon,
+.markdown.jupyter .input-group-btn {
   width: 1%;
   white-space: nowrap;
   vertical-align: middle;
 }
-.markup.jupyter .input-group-addon {
+.markdown.jupyter .input-group-addon {
   padding: 6px 12px;
   font-size: 13px;
   font-weight: normal;
@@ -4182,280 +4182,280 @@ Adapted from GitHub theme
   border: 1px solid #ccc;
   border-radius: 2px;
 }
-.markup.jupyter .input-group-addon.input-sm {
+.markdown.jupyter .input-group-addon.input-sm {
   padding: 5px 10px;
   font-size: 12px;
   border-radius: 1px;
 }
-.markup.jupyter .input-group-addon.input-lg {
+.markdown.jupyter .input-group-addon.input-lg {
   padding: 10px 16px;
   font-size: 17px;
   border-radius: 3px;
 }
-.markup.jupyter .input-group-addon input[type="radio"],
-.markup.jupyter .input-group-addon input[type="checkbox"] {
+.markdown.jupyter .input-group-addon input[type="radio"],
+.markdown.jupyter .input-group-addon input[type="checkbox"] {
   margin-top: 0;
 }
-.markup.jupyter .input-group .form-control:first-child,
-.markup.jupyter .input-group-addon:first-child,
-.markup.jupyter .input-group-btn:first-child > .btn,
-.markup.jupyter .input-group-btn:first-child > .btn-group > .btn,
-.markup.jupyter .input-group-btn:first-child > .dropdown-toggle,
-.markup.jupyter .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.markup.jupyter .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
+.markdown.jupyter .input-group .form-control:first-child,
+.markdown.jupyter .input-group-addon:first-child,
+.markdown.jupyter .input-group-btn:first-child > .btn,
+.markdown.jupyter .input-group-btn:first-child > .btn-group > .btn,
+.markdown.jupyter .input-group-btn:first-child > .dropdown-toggle,
+.markdown.jupyter .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.markdown.jupyter .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
 }
-.markup.jupyter .input-group-addon:first-child {
+.markdown.jupyter .input-group-addon:first-child {
   border-right: 0;
 }
-.markup.jupyter .input-group .form-control:last-child,
-.markup.jupyter .input-group-addon:last-child,
-.markup.jupyter .input-group-btn:last-child > .btn,
-.markup.jupyter .input-group-btn:last-child > .btn-group > .btn,
-.markup.jupyter .input-group-btn:last-child > .dropdown-toggle,
-.markup.jupyter .input-group-btn:first-child > .btn:not(:first-child),
-.markup.jupyter .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
+.markdown.jupyter .input-group .form-control:last-child,
+.markdown.jupyter .input-group-addon:last-child,
+.markdown.jupyter .input-group-btn:last-child > .btn,
+.markdown.jupyter .input-group-btn:last-child > .btn-group > .btn,
+.markdown.jupyter .input-group-btn:last-child > .dropdown-toggle,
+.markdown.jupyter .input-group-btn:first-child > .btn:not(:first-child),
+.markdown.jupyter .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .input-group-addon:last-child {
+.markdown.jupyter .input-group-addon:last-child {
   border-left: 0;
 }
-.markup.jupyter .input-group-btn {
+.markdown.jupyter .input-group-btn {
   position: relative;
   font-size: 0;
   white-space: nowrap;
 }
-.markup.jupyter .input-group-btn > .btn {
+.markdown.jupyter .input-group-btn > .btn {
   position: relative;
 }
-.markup.jupyter .input-group-btn > .btn + .btn {
+.markdown.jupyter .input-group-btn > .btn + .btn {
   margin-left: -1px;
 }
-.markup.jupyter .input-group-btn > .btn:hover,
-.markup.jupyter .input-group-btn > .btn:focus,
-.markup.jupyter .input-group-btn > .btn:active {
+.markdown.jupyter .input-group-btn > .btn:hover,
+.markdown.jupyter .input-group-btn > .btn:focus,
+.markdown.jupyter .input-group-btn > .btn:active {
   z-index: 2;
 }
-.markup.jupyter .input-group-btn:first-child > .btn,
-.markup.jupyter .input-group-btn:first-child > .btn-group {
+.markdown.jupyter .input-group-btn:first-child > .btn,
+.markdown.jupyter .input-group-btn:first-child > .btn-group {
   margin-right: -1px;
 }
-.markup.jupyter .input-group-btn:last-child > .btn,
-.markup.jupyter .input-group-btn:last-child > .btn-group {
+.markdown.jupyter .input-group-btn:last-child > .btn,
+.markdown.jupyter .input-group-btn:last-child > .btn-group {
   z-index: 2;
   margin-left: -1px;
 }
-.markup.jupyter .nav {
+.markdown.jupyter .nav {
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
 }
-.markup.jupyter .nav > li {
+.markdown.jupyter .nav > li {
   position: relative;
   display: block;
 }
-.markup.jupyter .nav > li > a {
+.markdown.jupyter .nav > li > a {
   position: relative;
   display: block;
   padding: 10px 15px;
 }
-.markup.jupyter .nav > li > a:hover,
-.markup.jupyter .nav > li > a:focus {
+.markdown.jupyter .nav > li > a:hover,
+.markdown.jupyter .nav > li > a:focus {
   text-decoration: none;
   background-color: #eeeeee;
 }
-.markup.jupyter .nav > li.disabled > a {
+.markdown.jupyter .nav > li.disabled > a {
   color: #777777;
 }
-.markup.jupyter .nav > li.disabled > a:hover,
-.markup.jupyter .nav > li.disabled > a:focus {
+.markdown.jupyter .nav > li.disabled > a:hover,
+.markdown.jupyter .nav > li.disabled > a:focus {
   color: #777777;
   text-decoration: none;
   background-color: transparent;
   cursor: not-allowed;
 }
-.markup.jupyter .nav .open > a,
-.markup.jupyter .nav .open > a:hover,
-.markup.jupyter .nav .open > a:focus {
+.markdown.jupyter .nav .open > a,
+.markdown.jupyter .nav .open > a:hover,
+.markdown.jupyter .nav .open > a:focus {
   background-color: #eeeeee;
   border-color: #337ab7;
 }
-.markup.jupyter .nav .nav-divider {
+.markdown.jupyter .nav .nav-divider {
   height: 1px;
   margin: 8px 0;
   overflow: hidden;
   background-color: #e5e5e5;
 }
-.markup.jupyter .nav > li > a > img {
+.markdown.jupyter .nav > li > a > img {
   max-width: none;
 }
-.markup.jupyter .nav-tabs {
+.markdown.jupyter .nav-tabs {
   border-bottom: 1px solid #ddd;
 }
-.markup.jupyter .nav-tabs > li {
+.markdown.jupyter .nav-tabs > li {
   float: left;
   margin-bottom: -1px;
 }
-.markup.jupyter .nav-tabs > li > a {
+.markdown.jupyter .nav-tabs > li > a {
   margin-right: 2px;
   line-height: 1.42857143;
   border: 1px solid transparent;
   border-radius: 2px 2px 0 0;
 }
-.markup.jupyter .nav-tabs > li > a:hover {
+.markdown.jupyter .nav-tabs > li > a:hover {
   border-color: #eeeeee #eeeeee #ddd;
 }
-.markup.jupyter .nav-tabs > li.active > a,
-.markup.jupyter .nav-tabs > li.active > a:hover,
-.markup.jupyter .nav-tabs > li.active > a:focus {
+.markdown.jupyter .nav-tabs > li.active > a,
+.markdown.jupyter .nav-tabs > li.active > a:hover,
+.markdown.jupyter .nav-tabs > li.active > a:focus {
   color: #555555;
   background-color: #fff;
   border: 1px solid #ddd;
   border-bottom-color: transparent;
   cursor: default;
 }
-.markup.jupyter .nav-tabs.nav-justified {
+.markdown.jupyter .nav-tabs.nav-justified {
   width: 100%;
   border-bottom: 0;
 }
-.markup.jupyter .nav-tabs.nav-justified > li {
+.markdown.jupyter .nav-tabs.nav-justified > li {
   float: none;
 }
-.markup.jupyter .nav-tabs.nav-justified > li > a {
+.markdown.jupyter .nav-tabs.nav-justified > li > a {
   text-align: center;
   margin-bottom: 5px;
 }
-.markup.jupyter .nav-tabs.nav-justified > .dropdown .dropdown-menu {
+.markdown.jupyter .nav-tabs.nav-justified > .dropdown .dropdown-menu {
   top: auto;
   left: auto;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .nav-tabs.nav-justified > li {
+  .markdown.jupyter .nav-tabs.nav-justified > li {
     display: table-cell;
     width: 1%;
   }
-  .markup.jupyter .nav-tabs.nav-justified > li > a {
+  .markdown.jupyter .nav-tabs.nav-justified > li > a {
     margin-bottom: 0;
   }
 }
-.markup.jupyter .nav-tabs.nav-justified > li > a {
+.markdown.jupyter .nav-tabs.nav-justified > li > a {
   margin-right: 0;
   border-radius: 2px;
 }
-.markup.jupyter .nav-tabs.nav-justified > .active > a,
-.markup.jupyter .nav-tabs.nav-justified > .active > a:hover,
-.markup.jupyter .nav-tabs.nav-justified > .active > a:focus {
+.markdown.jupyter .nav-tabs.nav-justified > .active > a,
+.markdown.jupyter .nav-tabs.nav-justified > .active > a:hover,
+.markdown.jupyter .nav-tabs.nav-justified > .active > a:focus {
   border: 1px solid #ddd;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .nav-tabs.nav-justified > li > a {
+  .markdown.jupyter .nav-tabs.nav-justified > li > a {
     border-bottom: 1px solid #ddd;
     border-radius: 2px 2px 0 0;
   }
-  .markup.jupyter .nav-tabs.nav-justified > .active > a,
-  .markup.jupyter .nav-tabs.nav-justified > .active > a:hover,
-  .markup.jupyter .nav-tabs.nav-justified > .active > a:focus {
+  .markdown.jupyter .nav-tabs.nav-justified > .active > a,
+  .markdown.jupyter .nav-tabs.nav-justified > .active > a:hover,
+  .markdown.jupyter .nav-tabs.nav-justified > .active > a:focus {
     border-bottom-color: #fff;
   }
 }
-.markup.jupyter .nav-pills > li {
+.markdown.jupyter .nav-pills > li {
   float: left;
 }
-.markup.jupyter .nav-pills > li > a {
+.markdown.jupyter .nav-pills > li > a {
   border-radius: 2px;
 }
-.markup.jupyter .nav-pills > li + li {
+.markdown.jupyter .nav-pills > li + li {
   margin-left: 2px;
 }
-.markup.jupyter .nav-pills > li.active > a,
-.markup.jupyter .nav-pills > li.active > a:hover,
-.markup.jupyter .nav-pills > li.active > a:focus {
+.markdown.jupyter .nav-pills > li.active > a,
+.markdown.jupyter .nav-pills > li.active > a:hover,
+.markdown.jupyter .nav-pills > li.active > a:focus {
   color: #fff;
   background-color: #337ab7;
 }
-.markup.jupyter .nav-stacked > li {
+.markdown.jupyter .nav-stacked > li {
   float: none;
 }
-.markup.jupyter .nav-stacked > li + li {
+.markdown.jupyter .nav-stacked > li + li {
   margin-top: 2px;
   margin-left: 0;
 }
-.markup.jupyter .nav-justified {
+.markdown.jupyter .nav-justified {
   width: 100%;
 }
-.markup.jupyter .nav-justified > li {
+.markdown.jupyter .nav-justified > li {
   float: none;
 }
-.markup.jupyter .nav-justified > li > a {
+.markdown.jupyter .nav-justified > li > a {
   text-align: center;
   margin-bottom: 5px;
 }
-.markup.jupyter .nav-justified > .dropdown .dropdown-menu {
+.markdown.jupyter .nav-justified > .dropdown .dropdown-menu {
   top: auto;
   left: auto;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .nav-justified > li {
+  .markdown.jupyter .nav-justified > li {
     display: table-cell;
     width: 1%;
   }
-  .markup.jupyter .nav-justified > li > a {
+  .markdown.jupyter .nav-justified > li > a {
     margin-bottom: 0;
   }
 }
-.markup.jupyter .nav-tabs-justified {
+.markdown.jupyter .nav-tabs-justified {
   border-bottom: 0;
 }
-.markup.jupyter .nav-tabs-justified > li > a {
+.markdown.jupyter .nav-tabs-justified > li > a {
   margin-right: 0;
   border-radius: 2px;
 }
-.markup.jupyter .nav-tabs-justified > .active > a,
-.markup.jupyter .nav-tabs-justified > .active > a:hover,
-.markup.jupyter .nav-tabs-justified > .active > a:focus {
+.markdown.jupyter .nav-tabs-justified > .active > a,
+.markdown.jupyter .nav-tabs-justified > .active > a:hover,
+.markdown.jupyter .nav-tabs-justified > .active > a:focus {
   border: 1px solid #ddd;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .nav-tabs-justified > li > a {
+  .markdown.jupyter .nav-tabs-justified > li > a {
     border-bottom: 1px solid #ddd;
     border-radius: 2px 2px 0 0;
   }
-  .markup.jupyter .nav-tabs-justified > .active > a,
-  .markup.jupyter .nav-tabs-justified > .active > a:hover,
-  .markup.jupyter .nav-tabs-justified > .active > a:focus {
+  .markdown.jupyter .nav-tabs-justified > .active > a,
+  .markdown.jupyter .nav-tabs-justified > .active > a:hover,
+  .markdown.jupyter .nav-tabs-justified > .active > a:focus {
     border-bottom-color: #fff;
   }
 }
-.markup.jupyter .tab-content > .tab-pane {
+.markdown.jupyter .tab-content > .tab-pane {
   display: none;
 }
-.markup.jupyter .tab-content > .active {
+.markdown.jupyter .tab-content > .active {
   display: block;
 }
-.markup.jupyter .nav-tabs .dropdown-menu {
+.markdown.jupyter .nav-tabs .dropdown-menu {
   margin-top: -1px;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .navbar {
+.markdown.jupyter .navbar {
   position: relative;
   min-height: 30px;
   margin-bottom: 18px;
   border: 1px solid transparent;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar {
+  .markdown.jupyter .navbar {
     border-radius: 2px;
   }
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-header {
+  .markdown.jupyter .navbar-header {
     float: left;
   }
 }
-.markup.jupyter .navbar-collapse {
+.markdown.jupyter .navbar-collapse {
   overflow-x: visible;
   padding-right: 0px;
   padding-left: 0px;
@@ -4463,109 +4463,109 @@ Adapted from GitHub theme
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   -webkit-overflow-scrolling: touch;
 }
-.markup.jupyter .navbar-collapse.in {
+.markdown.jupyter .navbar-collapse.in {
   overflow-y: auto;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-collapse {
+  .markdown.jupyter .navbar-collapse {
     width: auto;
     border-top: 0;
     box-shadow: none;
   }
-  .markup.jupyter .navbar-collapse.collapse {
+  .markdown.jupyter .navbar-collapse.collapse {
     display: block !important;
     height: auto !important;
     padding-bottom: 0;
     overflow: visible !important;
   }
-  .markup.jupyter .navbar-collapse.in {
+  .markdown.jupyter .navbar-collapse.in {
     overflow-y: visible;
   }
-  .markup.jupyter .navbar-fixed-top .navbar-collapse,
-  .markup.jupyter .navbar-static-top .navbar-collapse,
-  .markup.jupyter .navbar-fixed-bottom .navbar-collapse {
+  .markdown.jupyter .navbar-fixed-top .navbar-collapse,
+  .markdown.jupyter .navbar-static-top .navbar-collapse,
+  .markdown.jupyter .navbar-fixed-bottom .navbar-collapse {
     padding-left: 0;
     padding-right: 0;
   }
 }
-.markup.jupyter .navbar-fixed-top .navbar-collapse,
-.markup.jupyter .navbar-fixed-bottom .navbar-collapse {
+.markdown.jupyter .navbar-fixed-top .navbar-collapse,
+.markdown.jupyter .navbar-fixed-bottom .navbar-collapse {
   max-height: 340px;
 }
 @media (max-device-width: 540px) and (orientation: landscape) {
-  .markup.jupyter .navbar-fixed-top .navbar-collapse,
-  .markup.jupyter .navbar-fixed-bottom .navbar-collapse {
+  .markdown.jupyter .navbar-fixed-top .navbar-collapse,
+  .markdown.jupyter .navbar-fixed-bottom .navbar-collapse {
     max-height: 200px;
   }
 }
-.markup.jupyter .container > .navbar-header,
-.markup.jupyter .container-fluid > .navbar-header,
-.markup.jupyter .container > .navbar-collapse,
-.markup.jupyter .container-fluid > .navbar-collapse {
+.markdown.jupyter .container > .navbar-header,
+.markdown.jupyter .container-fluid > .navbar-header,
+.markdown.jupyter .container > .navbar-collapse,
+.markdown.jupyter .container-fluid > .navbar-collapse {
   margin-right: 0px;
   margin-left: 0px;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .container > .navbar-header,
-  .markup.jupyter .container-fluid > .navbar-header,
-  .markup.jupyter .container > .navbar-collapse,
-  .markup.jupyter .container-fluid > .navbar-collapse {
+  .markdown.jupyter .container > .navbar-header,
+  .markdown.jupyter .container-fluid > .navbar-header,
+  .markdown.jupyter .container > .navbar-collapse,
+  .markdown.jupyter .container-fluid > .navbar-collapse {
     margin-right: 0;
     margin-left: 0;
   }
 }
-.markup.jupyter .navbar-static-top {
+.markdown.jupyter .navbar-static-top {
   z-index: 1000;
   border-width: 0 0 1px;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-static-top {
+  .markdown.jupyter .navbar-static-top {
     border-radius: 0;
   }
 }
-.markup.jupyter .navbar-fixed-top,
-.markup.jupyter .navbar-fixed-bottom {
+.markdown.jupyter .navbar-fixed-top,
+.markdown.jupyter .navbar-fixed-bottom {
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-fixed-top,
-  .markup.jupyter .navbar-fixed-bottom {
+  .markdown.jupyter .navbar-fixed-top,
+  .markdown.jupyter .navbar-fixed-bottom {
     border-radius: 0;
   }
 }
-.markup.jupyter .navbar-fixed-top {
+.markdown.jupyter .navbar-fixed-top {
   top: 0;
   border-width: 0 0 1px;
 }
-.markup.jupyter .navbar-fixed-bottom {
+.markdown.jupyter .navbar-fixed-bottom {
   bottom: 0;
   margin-bottom: 0;
   border-width: 1px 0 0;
 }
-.markup.jupyter .navbar-brand {
+.markdown.jupyter .navbar-brand {
   float: left;
   padding: 6px 0px;
   font-size: 17px;
   line-height: 18px;
   height: 30px;
 }
-.markup.jupyter .navbar-brand:hover,
-.markup.jupyter .navbar-brand:focus {
+.markdown.jupyter .navbar-brand:hover,
+.markdown.jupyter .navbar-brand:focus {
   text-decoration: none;
 }
-.markup.jupyter .navbar-brand > img {
+.markdown.jupyter .navbar-brand > img {
   display: block;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar > .container .navbar-brand,
-  .markup.jupyter .navbar > .container-fluid .navbar-brand {
+  .markdown.jupyter .navbar > .container .navbar-brand,
+  .markdown.jupyter .navbar > .container-fluid .navbar-brand {
     margin-left: 0px;
   }
 }
-.markup.jupyter .navbar-toggle {
+.markdown.jupyter .navbar-toggle {
   position: relative;
   float: right;
   margin-right: 0px;
@@ -4577,33 +4577,33 @@ Adapted from GitHub theme
   border: 1px solid transparent;
   border-radius: 2px;
 }
-.markup.jupyter .navbar-toggle:focus {
+.markdown.jupyter .navbar-toggle:focus {
   outline: 0;
 }
-.markup.jupyter .navbar-toggle .icon-bar {
+.markdown.jupyter .navbar-toggle .icon-bar {
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
 }
-.markup.jupyter .navbar-toggle .icon-bar + .icon-bar {
+.markdown.jupyter .navbar-toggle .icon-bar + .icon-bar {
   margin-top: 4px;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-toggle {
+  .markdown.jupyter .navbar-toggle {
     display: none;
   }
 }
-.markup.jupyter .navbar-nav {
+.markdown.jupyter .navbar-nav {
   margin: 3px 0px;
 }
-.markup.jupyter .navbar-nav > li > a {
+.markdown.jupyter .navbar-nav > li > a {
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 18px;
 }
 @media (max-width: 540px) {
-  .markup.jupyter .navbar-nav .open .dropdown-menu {
+  .markdown.jupyter .navbar-nav .open .dropdown-menu {
     position: static;
     float: none;
     width: auto;
@@ -4612,32 +4612,32 @@ Adapted from GitHub theme
     border: 0;
     box-shadow: none;
   }
-  .markup.jupyter .navbar-nav .open .dropdown-menu > li > a,
-  .markup.jupyter .navbar-nav .open .dropdown-menu .dropdown-header {
+  .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a,
+  .markdown.jupyter .navbar-nav .open .dropdown-menu .dropdown-header {
     padding: 5px 15px 5px 25px;
   }
-  .markup.jupyter .navbar-nav .open .dropdown-menu > li > a {
+  .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a {
     line-height: 18px;
   }
-  .markup.jupyter .navbar-nav .open .dropdown-menu > li > a:hover,
-  .markup.jupyter .navbar-nav .open .dropdown-menu > li > a:focus {
+  .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a:hover,
+  .markdown.jupyter .navbar-nav .open .dropdown-menu > li > a:focus {
     background-image: none;
   }
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-nav {
+  .markdown.jupyter .navbar-nav {
     float: left;
     margin: 0;
   }
-  .markup.jupyter .navbar-nav > li {
+  .markdown.jupyter .navbar-nav > li {
     float: left;
   }
-  .markup.jupyter .navbar-nav > li > a {
+  .markdown.jupyter .navbar-nav > li > a {
     padding-top: 6px;
     padding-bottom: 6px;
   }
 }
-.markup.jupyter .navbar-form {
+.markdown.jupyter .navbar-form {
   margin-left: 0px;
   margin-right: 0px;
   padding: 10px 0px;
@@ -4649,65 +4649,65 @@ Adapted from GitHub theme
   margin-bottom: -1px;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .navbar-form .form-group {
+  .markdown.jupyter .navbar-form .form-group {
     display: inline-block;
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .navbar-form .form-control {
+  .markdown.jupyter .navbar-form .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle;
   }
-  .markup.jupyter .navbar-form .form-control-static {
+  .markdown.jupyter .navbar-form .form-control-static {
     display: inline-block;
   }
-  .markup.jupyter .navbar-form .input-group {
+  .markdown.jupyter .navbar-form .input-group {
     display: inline-table;
     vertical-align: middle;
   }
-  .markup.jupyter .navbar-form .input-group .input-group-addon,
-  .markup.jupyter .navbar-form .input-group .input-group-btn,
-  .markup.jupyter .navbar-form .input-group .form-control {
+  .markdown.jupyter .navbar-form .input-group .input-group-addon,
+  .markdown.jupyter .navbar-form .input-group .input-group-btn,
+  .markdown.jupyter .navbar-form .input-group .form-control {
     width: auto;
   }
-  .markup.jupyter .navbar-form .input-group > .form-control {
+  .markdown.jupyter .navbar-form .input-group > .form-control {
     width: 100%;
   }
-  .markup.jupyter .navbar-form .control-label {
+  .markdown.jupyter .navbar-form .control-label {
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .navbar-form .radio,
-  .markup.jupyter .navbar-form .checkbox {
+  .markdown.jupyter .navbar-form .radio,
+  .markdown.jupyter .navbar-form .checkbox {
     display: inline-block;
     margin-top: 0;
     margin-bottom: 0;
     vertical-align: middle;
   }
-  .markup.jupyter .navbar-form .radio label,
-  .markup.jupyter .navbar-form .checkbox label {
+  .markdown.jupyter .navbar-form .radio label,
+  .markdown.jupyter .navbar-form .checkbox label {
     padding-left: 0;
   }
-  .markup.jupyter .navbar-form .radio input[type="radio"],
-  .markup.jupyter .navbar-form .checkbox input[type="checkbox"] {
+  .markdown.jupyter .navbar-form .radio input[type="radio"],
+  .markdown.jupyter .navbar-form .checkbox input[type="checkbox"] {
     position: relative;
     margin-left: 0;
   }
-  .markup.jupyter .navbar-form .has-feedback .form-control-feedback {
+  .markdown.jupyter .navbar-form .has-feedback .form-control-feedback {
     top: 0;
   }
 }
 @media (max-width: 540px) {
-  .markup.jupyter .navbar-form .form-group {
+  .markdown.jupyter .navbar-form .form-group {
     margin-bottom: 5px;
   }
-  .markup.jupyter .navbar-form .form-group:last-child {
+  .markdown.jupyter .navbar-form .form-group:last-child {
     margin-bottom: 0;
   }
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-form {
+  .markdown.jupyter .navbar-form {
     width: auto;
     border: 0;
     margin-left: 0;
@@ -4718,282 +4718,282 @@ Adapted from GitHub theme
     box-shadow: none;
   }
 }
-.markup.jupyter .navbar-nav > li > .dropdown-menu {
+.markdown.jupyter .navbar-nav > li > .dropdown-menu {
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+.markdown.jupyter .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
   margin-bottom: 0;
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
-.markup.jupyter .navbar-btn {
+.markdown.jupyter .navbar-btn {
   margin-top: -1px;
   margin-bottom: -1px;
 }
-.markup.jupyter .navbar-btn.btn-sm {
+.markdown.jupyter .navbar-btn.btn-sm {
   margin-top: 0px;
   margin-bottom: 0px;
 }
-.markup.jupyter .navbar-btn.btn-xs {
+.markdown.jupyter .navbar-btn.btn-xs {
   margin-top: 4px;
   margin-bottom: 4px;
 }
-.markup.jupyter .navbar-text {
+.markdown.jupyter .navbar-text {
   margin-top: 6px;
   margin-bottom: 6px;
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-text {
+  .markdown.jupyter .navbar-text {
     float: left;
     margin-left: 0px;
     margin-right: 0px;
   }
 }
 @media (min-width: 541px) {
-  .markup.jupyter .navbar-left {
+  .markdown.jupyter .navbar-left {
     float: left !important;
     float: left;
   }
-  .markup.jupyter .navbar-right {
+  .markdown.jupyter .navbar-right {
     float: right !important;
     float: right;
     margin-right: 0px;
   }
-  .markup.jupyter .navbar-right ~ .navbar-right {
+  .markdown.jupyter .navbar-right ~ .navbar-right {
     margin-right: 0;
   }
 }
-.markup.jupyter .navbar-default {
+.markdown.jupyter .navbar-default {
   background-color: #f8f8f8;
   border-color: #e7e7e7;
 }
-.markup.jupyter .navbar-default .navbar-brand {
+.markdown.jupyter .navbar-default .navbar-brand {
   color: #777;
 }
-.markup.jupyter .navbar-default .navbar-brand:hover,
-.markup.jupyter .navbar-default .navbar-brand:focus {
+.markdown.jupyter .navbar-default .navbar-brand:hover,
+.markdown.jupyter .navbar-default .navbar-brand:focus {
   color: #5e5e5e;
   background-color: transparent;
 }
-.markup.jupyter .navbar-default .navbar-text {
+.markdown.jupyter .navbar-default .navbar-text {
   color: #777;
 }
-.markup.jupyter .navbar-default .navbar-nav > li > a {
+.markdown.jupyter .navbar-default .navbar-nav > li > a {
   color: #777;
 }
-.markup.jupyter .navbar-default .navbar-nav > li > a:hover,
-.markup.jupyter .navbar-default .navbar-nav > li > a:focus {
+.markdown.jupyter .navbar-default .navbar-nav > li > a:hover,
+.markdown.jupyter .navbar-default .navbar-nav > li > a:focus {
   color: #333;
   background-color: transparent;
 }
-.markup.jupyter .navbar-default .navbar-nav > .active > a,
-.markup.jupyter .navbar-default .navbar-nav > .active > a:hover,
-.markup.jupyter .navbar-default .navbar-nav > .active > a:focus {
+.markdown.jupyter .navbar-default .navbar-nav > .active > a,
+.markdown.jupyter .navbar-default .navbar-nav > .active > a:hover,
+.markdown.jupyter .navbar-default .navbar-nav > .active > a:focus {
   color: #555;
   background-color: #e7e7e7;
 }
-.markup.jupyter .navbar-default .navbar-nav > .disabled > a,
-.markup.jupyter .navbar-default .navbar-nav > .disabled > a:hover,
-.markup.jupyter .navbar-default .navbar-nav > .disabled > a:focus {
+.markdown.jupyter .navbar-default .navbar-nav > .disabled > a,
+.markdown.jupyter .navbar-default .navbar-nav > .disabled > a:hover,
+.markdown.jupyter .navbar-default .navbar-nav > .disabled > a:focus {
   color: #ccc;
   background-color: transparent;
 }
-.markup.jupyter .navbar-default .navbar-toggle {
+.markdown.jupyter .navbar-default .navbar-toggle {
   border-color: #ddd;
 }
-.markup.jupyter .navbar-default .navbar-toggle:hover,
-.markup.jupyter .navbar-default .navbar-toggle:focus {
+.markdown.jupyter .navbar-default .navbar-toggle:hover,
+.markdown.jupyter .navbar-default .navbar-toggle:focus {
   background-color: #ddd;
 }
-.markup.jupyter .navbar-default .navbar-toggle .icon-bar {
+.markdown.jupyter .navbar-default .navbar-toggle .icon-bar {
   background-color: #888;
 }
-.markup.jupyter .navbar-default .navbar-collapse,
-.markup.jupyter .navbar-default .navbar-form {
+.markdown.jupyter .navbar-default .navbar-collapse,
+.markdown.jupyter .navbar-default .navbar-form {
   border-color: #e7e7e7;
 }
-.markup.jupyter .navbar-default .navbar-nav > .open > a,
-.markup.jupyter .navbar-default .navbar-nav > .open > a:hover,
-.markup.jupyter .navbar-default .navbar-nav > .open > a:focus {
+.markdown.jupyter .navbar-default .navbar-nav > .open > a,
+.markdown.jupyter .navbar-default .navbar-nav > .open > a:hover,
+.markdown.jupyter .navbar-default .navbar-nav > .open > a:focus {
   background-color: #e7e7e7;
   color: #555;
 }
 @media (max-width: 540px) {
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #777;
   }
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     color: #333;
     background-color: transparent;
   }
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
     color: #555;
     background-color: #e7e7e7;
   }
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .markup.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .markdown.jupyter .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
     color: #ccc;
     background-color: transparent;
   }
 }
-.markup.jupyter .navbar-default .navbar-link {
+.markdown.jupyter .navbar-default .navbar-link {
   color: #777;
 }
-.markup.jupyter .navbar-default .navbar-link:hover {
+.markdown.jupyter .navbar-default .navbar-link:hover {
   color: #333;
 }
-.markup.jupyter .navbar-default .btn-link {
+.markdown.jupyter .navbar-default .btn-link {
   color: #777;
 }
-.markup.jupyter .navbar-default .btn-link:hover,
-.markup.jupyter .navbar-default .btn-link:focus {
+.markdown.jupyter .navbar-default .btn-link:hover,
+.markdown.jupyter .navbar-default .btn-link:focus {
   color: #333;
 }
-.markup.jupyter .navbar-default .btn-link[disabled]:hover,
-.markup.jupyter fieldset[disabled] .navbar-default .btn-link:hover,
-.markup.jupyter .navbar-default .btn-link[disabled]:focus,
-.markup.jupyter fieldset[disabled] .navbar-default .btn-link:focus {
+.markdown.jupyter .navbar-default .btn-link[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .navbar-default .btn-link:hover,
+.markdown.jupyter .navbar-default .btn-link[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .navbar-default .btn-link:focus {
   color: #ccc;
 }
-.markup.jupyter .navbar-inverse {
+.markdown.jupyter .navbar-inverse {
   background-color: #222;
   border-color: #080808;
 }
-.markup.jupyter .navbar-inverse .navbar-brand {
+.markdown.jupyter .navbar-inverse .navbar-brand {
   color: #9d9d9d;
 }
-.markup.jupyter .navbar-inverse .navbar-brand:hover,
-.markup.jupyter .navbar-inverse .navbar-brand:focus {
+.markdown.jupyter .navbar-inverse .navbar-brand:hover,
+.markdown.jupyter .navbar-inverse .navbar-brand:focus {
   color: #fff;
   background-color: transparent;
 }
-.markup.jupyter .navbar-inverse .navbar-text {
+.markdown.jupyter .navbar-inverse .navbar-text {
   color: #9d9d9d;
 }
-.markup.jupyter .navbar-inverse .navbar-nav > li > a {
+.markdown.jupyter .navbar-inverse .navbar-nav > li > a {
   color: #9d9d9d;
 }
-.markup.jupyter .navbar-inverse .navbar-nav > li > a:hover,
-.markup.jupyter .navbar-inverse .navbar-nav > li > a:focus {
+.markdown.jupyter .navbar-inverse .navbar-nav > li > a:hover,
+.markdown.jupyter .navbar-inverse .navbar-nav > li > a:focus {
   color: #fff;
   background-color: transparent;
 }
-.markup.jupyter .navbar-inverse .navbar-nav > .active > a,
-.markup.jupyter .navbar-inverse .navbar-nav > .active > a:hover,
-.markup.jupyter .navbar-inverse .navbar-nav > .active > a:focus {
+.markdown.jupyter .navbar-inverse .navbar-nav > .active > a,
+.markdown.jupyter .navbar-inverse .navbar-nav > .active > a:hover,
+.markdown.jupyter .navbar-inverse .navbar-nav > .active > a:focus {
   color: #fff;
   background-color: #080808;
 }
-.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a,
-.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a:hover,
-.markup.jupyter .navbar-inverse .navbar-nav > .disabled > a:focus {
+.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a,
+.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a:hover,
+.markdown.jupyter .navbar-inverse .navbar-nav > .disabled > a:focus {
   color: #444;
   background-color: transparent;
 }
-.markup.jupyter .navbar-inverse .navbar-toggle {
+.markdown.jupyter .navbar-inverse .navbar-toggle {
   border-color: #333;
 }
-.markup.jupyter .navbar-inverse .navbar-toggle:hover,
-.markup.jupyter .navbar-inverse .navbar-toggle:focus {
+.markdown.jupyter .navbar-inverse .navbar-toggle:hover,
+.markdown.jupyter .navbar-inverse .navbar-toggle:focus {
   background-color: #333;
 }
-.markup.jupyter .navbar-inverse .navbar-toggle .icon-bar {
+.markdown.jupyter .navbar-inverse .navbar-toggle .icon-bar {
   background-color: #fff;
 }
-.markup.jupyter .navbar-inverse .navbar-collapse,
-.markup.jupyter .navbar-inverse .navbar-form {
+.markdown.jupyter .navbar-inverse .navbar-collapse,
+.markdown.jupyter .navbar-inverse .navbar-form {
   border-color: #101010;
 }
-.markup.jupyter .navbar-inverse .navbar-nav > .open > a,
-.markup.jupyter .navbar-inverse .navbar-nav > .open > a:hover,
-.markup.jupyter .navbar-inverse .navbar-nav > .open > a:focus {
+.markdown.jupyter .navbar-inverse .navbar-nav > .open > a,
+.markdown.jupyter .navbar-inverse .navbar-nav > .open > a:hover,
+.markdown.jupyter .navbar-inverse .navbar-nav > .open > a:focus {
   background-color: #080808;
   color: #fff;
 }
 @media (max-width: 540px) {
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
     border-color: #080808;
   }
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
     background-color: #080808;
   }
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
     color: #9d9d9d;
   }
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
     color: #fff;
     background-color: transparent;
   }
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
     color: #fff;
     background-color: #080808;
   }
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .markup.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .markdown.jupyter .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
     color: #444;
     background-color: transparent;
   }
 }
-.markup.jupyter .navbar-inverse .navbar-link {
+.markdown.jupyter .navbar-inverse .navbar-link {
   color: #9d9d9d;
 }
-.markup.jupyter .navbar-inverse .navbar-link:hover {
+.markdown.jupyter .navbar-inverse .navbar-link:hover {
   color: #fff;
 }
-.markup.jupyter .navbar-inverse .btn-link {
+.markdown.jupyter .navbar-inverse .btn-link {
   color: #9d9d9d;
 }
-.markup.jupyter .navbar-inverse .btn-link:hover,
-.markup.jupyter .navbar-inverse .btn-link:focus {
+.markdown.jupyter .navbar-inverse .btn-link:hover,
+.markdown.jupyter .navbar-inverse .btn-link:focus {
   color: #fff;
 }
-.markup.jupyter .navbar-inverse .btn-link[disabled]:hover,
-.markup.jupyter fieldset[disabled] .navbar-inverse .btn-link:hover,
-.markup.jupyter .navbar-inverse .btn-link[disabled]:focus,
-.markup.jupyter fieldset[disabled] .navbar-inverse .btn-link:focus {
+.markdown.jupyter .navbar-inverse .btn-link[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .navbar-inverse .btn-link:hover,
+.markdown.jupyter .navbar-inverse .btn-link[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .navbar-inverse .btn-link:focus {
   color: #444;
 }
-.markup.jupyter .breadcrumb {
+.markdown.jupyter .breadcrumb {
   padding: 8px 15px;
   margin-bottom: 18px;
   list-style: none;
   background-color: #f5f5f5;
   border-radius: 2px;
 }
-.markup.jupyter .breadcrumb > li {
+.markdown.jupyter .breadcrumb > li {
   display: inline-block;
 }
-.markup.jupyter .breadcrumb > li + li:before {
+.markdown.jupyter .breadcrumb > li + li:before {
   content: "/\00a0";
   padding: 0 5px;
   color: #5e5e5e;
 }
-.markup.jupyter .breadcrumb > .active {
+.markdown.jupyter .breadcrumb > .active {
   color: #777777;
 }
-.markup.jupyter .pagination {
+.markdown.jupyter .pagination {
   display: inline-block;
   padding-left: 0;
   margin: 18px 0;
   border-radius: 2px;
 }
-.markup.jupyter .pagination > li {
+.markdown.jupyter .pagination > li {
   display: inline;
 }
-.markup.jupyter .pagination > li > a,
-.markup.jupyter .pagination > li > span {
+.markdown.jupyter .pagination > li > a,
+.markdown.jupyter .pagination > li > span {
   position: relative;
   float: left;
   padding: 6px 12px;
@@ -5004,120 +5004,120 @@ Adapted from GitHub theme
   border: 1px solid #ddd;
   margin-left: -1px;
 }
-.markup.jupyter .pagination > li:first-child > a,
-.markup.jupyter .pagination > li:first-child > span {
+.markdown.jupyter .pagination > li:first-child > a,
+.markdown.jupyter .pagination > li:first-child > span {
   margin-left: 0;
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
 }
-.markup.jupyter .pagination > li:last-child > a,
-.markup.jupyter .pagination > li:last-child > span {
+.markdown.jupyter .pagination > li:last-child > a,
+.markdown.jupyter .pagination > li:last-child > span {
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
 }
-.markup.jupyter .pagination > li > a:hover,
-.markup.jupyter .pagination > li > span:hover,
-.markup.jupyter .pagination > li > a:focus,
-.markup.jupyter .pagination > li > span:focus {
+.markdown.jupyter .pagination > li > a:hover,
+.markdown.jupyter .pagination > li > span:hover,
+.markdown.jupyter .pagination > li > a:focus,
+.markdown.jupyter .pagination > li > span:focus {
   z-index: 2;
   color: #23527c;
   background-color: #eeeeee;
   border-color: #ddd;
 }
-.markup.jupyter .pagination > .active > a,
-.markup.jupyter .pagination > .active > span,
-.markup.jupyter .pagination > .active > a:hover,
-.markup.jupyter .pagination > .active > span:hover,
-.markup.jupyter .pagination > .active > a:focus,
-.markup.jupyter .pagination > .active > span:focus {
+.markdown.jupyter .pagination > .active > a,
+.markdown.jupyter .pagination > .active > span,
+.markdown.jupyter .pagination > .active > a:hover,
+.markdown.jupyter .pagination > .active > span:hover,
+.markdown.jupyter .pagination > .active > a:focus,
+.markdown.jupyter .pagination > .active > span:focus {
   z-index: 3;
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
   cursor: default;
 }
-.markup.jupyter .pagination > .disabled > span,
-.markup.jupyter .pagination > .disabled > span:hover,
-.markup.jupyter .pagination > .disabled > span:focus,
-.markup.jupyter .pagination > .disabled > a,
-.markup.jupyter .pagination > .disabled > a:hover,
-.markup.jupyter .pagination > .disabled > a:focus {
+.markdown.jupyter .pagination > .disabled > span,
+.markdown.jupyter .pagination > .disabled > span:hover,
+.markdown.jupyter .pagination > .disabled > span:focus,
+.markdown.jupyter .pagination > .disabled > a,
+.markdown.jupyter .pagination > .disabled > a:hover,
+.markdown.jupyter .pagination > .disabled > a:focus {
   color: #777777;
   background-color: #fff;
   border-color: #ddd;
   cursor: not-allowed;
 }
-.markup.jupyter .pagination-lg > li > a,
-.markup.jupyter .pagination-lg > li > span {
+.markdown.jupyter .pagination-lg > li > a,
+.markdown.jupyter .pagination-lg > li > span {
   padding: 10px 16px;
   font-size: 17px;
   line-height: 1.3333333;
 }
-.markup.jupyter .pagination-lg > li:first-child > a,
-.markup.jupyter .pagination-lg > li:first-child > span {
+.markdown.jupyter .pagination-lg > li:first-child > a,
+.markdown.jupyter .pagination-lg > li:first-child > span {
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
 }
-.markup.jupyter .pagination-lg > li:last-child > a,
-.markup.jupyter .pagination-lg > li:last-child > span {
+.markdown.jupyter .pagination-lg > li:last-child > a,
+.markdown.jupyter .pagination-lg > li:last-child > span {
   border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
 }
-.markup.jupyter .pagination-sm > li > a,
-.markup.jupyter .pagination-sm > li > span {
+.markdown.jupyter .pagination-sm > li > a,
+.markdown.jupyter .pagination-sm > li > span {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
 }
-.markup.jupyter .pagination-sm > li:first-child > a,
-.markup.jupyter .pagination-sm > li:first-child > span {
+.markdown.jupyter .pagination-sm > li:first-child > a,
+.markdown.jupyter .pagination-sm > li:first-child > span {
   border-bottom-left-radius: 1px;
   border-top-left-radius: 1px;
 }
-.markup.jupyter .pagination-sm > li:last-child > a,
-.markup.jupyter .pagination-sm > li:last-child > span {
+.markdown.jupyter .pagination-sm > li:last-child > a,
+.markdown.jupyter .pagination-sm > li:last-child > span {
   border-bottom-right-radius: 1px;
   border-top-right-radius: 1px;
 }
-.markup.jupyter .pager {
+.markdown.jupyter .pager {
   padding-left: 0;
   margin: 18px 0;
   list-style: none;
   text-align: center;
 }
-.markup.jupyter .pager li {
+.markdown.jupyter .pager li {
   display: inline;
 }
-.markup.jupyter .pager li > a,
-.markup.jupyter .pager li > span {
+.markdown.jupyter .pager li > a,
+.markdown.jupyter .pager li > span {
   display: inline-block;
   padding: 5px 14px;
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 15px;
 }
-.markup.jupyter .pager li > a:hover,
-.markup.jupyter .pager li > a:focus {
+.markdown.jupyter .pager li > a:hover,
+.markdown.jupyter .pager li > a:focus {
   text-decoration: none;
   background-color: #eeeeee;
 }
-.markup.jupyter .pager .next > a,
-.markup.jupyter .pager .next > span {
+.markdown.jupyter .pager .next > a,
+.markdown.jupyter .pager .next > span {
   float: right;
 }
-.markup.jupyter .pager .previous > a,
-.markup.jupyter .pager .previous > span {
+.markdown.jupyter .pager .previous > a,
+.markdown.jupyter .pager .previous > span {
   float: left;
 }
-.markup.jupyter .pager .disabled > a,
-.markup.jupyter .pager .disabled > a:hover,
-.markup.jupyter .pager .disabled > a:focus,
-.markup.jupyter .pager .disabled > span {
+.markdown.jupyter .pager .disabled > a,
+.markdown.jupyter .pager .disabled > a:hover,
+.markdown.jupyter .pager .disabled > a:focus,
+.markdown.jupyter .pager .disabled > span {
   color: #777777;
   background-color: #fff;
   cursor: not-allowed;
 }
-.markup.jupyter .label {
+.markdown.jupyter .label {
   display: inline;
   padding: 0.2em 0.6em 0.3em;
   font-size: 75%;
@@ -5129,62 +5129,62 @@ Adapted from GitHub theme
   vertical-align: baseline;
   border-radius: 0.25em;
 }
-.markup.jupyter a.label:hover,
-.markup.jupyter a.label:focus {
+.markdown.jupyter a.label:hover,
+.markdown.jupyter a.label:focus {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
 }
-.markup.jupyter .label:empty {
+.markdown.jupyter .label:empty {
   display: none;
 }
-.markup.jupyter .btn .label {
+.markdown.jupyter .btn .label {
   position: relative;
   top: -1px;
 }
-.markup.jupyter .label-default {
+.markdown.jupyter .label-default {
   background-color: #777777;
 }
-.markup.jupyter .label-default[href]:hover,
-.markup.jupyter .label-default[href]:focus {
+.markdown.jupyter .label-default[href]:hover,
+.markdown.jupyter .label-default[href]:focus {
   background-color: #5e5e5e;
 }
-.markup.jupyter .label-primary {
+.markdown.jupyter .label-primary {
   background-color: #337ab7;
 }
-.markup.jupyter .label-primary[href]:hover,
-.markup.jupyter .label-primary[href]:focus {
+.markdown.jupyter .label-primary[href]:hover,
+.markdown.jupyter .label-primary[href]:focus {
   background-color: #286090;
 }
-.markup.jupyter .label-success {
+.markdown.jupyter .label-success {
   background-color: #5cb85c;
 }
-.markup.jupyter .label-success[href]:hover,
-.markup.jupyter .label-success[href]:focus {
+.markdown.jupyter .label-success[href]:hover,
+.markdown.jupyter .label-success[href]:focus {
   background-color: #449d44;
 }
-.markup.jupyter .label-info {
+.markdown.jupyter .label-info {
   background-color: #5bc0de;
 }
-.markup.jupyter .label-info[href]:hover,
-.markup.jupyter .label-info[href]:focus {
+.markdown.jupyter .label-info[href]:hover,
+.markdown.jupyter .label-info[href]:focus {
   background-color: #31b0d5;
 }
-.markup.jupyter .label-warning {
+.markdown.jupyter .label-warning {
   background-color: #f0ad4e;
 }
-.markup.jupyter .label-warning[href]:hover,
-.markup.jupyter .label-warning[href]:focus {
+.markdown.jupyter .label-warning[href]:hover,
+.markdown.jupyter .label-warning[href]:focus {
   background-color: #ec971f;
 }
-.markup.jupyter .label-danger {
+.markdown.jupyter .label-danger {
   background-color: #d9534f;
 }
-.markup.jupyter .label-danger[href]:hover,
-.markup.jupyter .label-danger[href]:focus {
+.markdown.jupyter .label-danger[href]:hover,
+.markdown.jupyter .label-danger[href]:focus {
   background-color: #c9302c;
 }
-.markup.jupyter .badge {
+.markdown.jupyter .badge {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
@@ -5198,82 +5198,82 @@ Adapted from GitHub theme
   background-color: #777777;
   border-radius: 10px;
 }
-.markup.jupyter .badge:empty {
+.markdown.jupyter .badge:empty {
   display: none;
 }
-.markup.jupyter .btn .badge {
+.markdown.jupyter .btn .badge {
   position: relative;
   top: -1px;
 }
-.markup.jupyter .btn-xs .badge,
-.markup.jupyter .btn-group-xs > .btn .badge {
+.markdown.jupyter .btn-xs .badge,
+.markdown.jupyter .btn-group-xs > .btn .badge {
   top: 0;
   padding: 1px 5px;
 }
-.markup.jupyter a.badge:hover,
-.markup.jupyter a.badge:focus {
+.markdown.jupyter a.badge:hover,
+.markdown.jupyter a.badge:focus {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
 }
-.markup.jupyter .list-group-item.active > .badge,
-.markup.jupyter .nav-pills > .active > a > .badge {
+.markdown.jupyter .list-group-item.active > .badge,
+.markdown.jupyter .nav-pills > .active > a > .badge {
   color: #337ab7;
   background-color: #fff;
 }
-.markup.jupyter .list-group-item > .badge {
+.markdown.jupyter .list-group-item > .badge {
   float: right;
 }
-.markup.jupyter .list-group-item > .badge + .badge {
+.markdown.jupyter .list-group-item > .badge + .badge {
   margin-right: 5px;
 }
-.markup.jupyter .nav-pills > li > a > .badge {
+.markdown.jupyter .nav-pills > li > a > .badge {
   margin-left: 3px;
 }
-.markup.jupyter .jumbotron {
+.markdown.jupyter .jumbotron {
   padding-top: 30px;
   padding-bottom: 30px;
   margin-bottom: 30px;
   color: inherit;
   background-color: #eeeeee;
 }
-.markup.jupyter .jumbotron h1,
-.markup.jupyter .jumbotron .h1 {
+.markdown.jupyter .jumbotron h1,
+.markdown.jupyter .jumbotron .h1 {
   color: inherit;
 }
-.markup.jupyter .jumbotron p {
+.markdown.jupyter .jumbotron p {
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: 200;
 }
-.markup.jupyter .jumbotron > hr {
+.markdown.jupyter .jumbotron > hr {
   border-top-color: #d5d5d5;
 }
-.markup.jupyter .container .jumbotron,
-.markup.jupyter .container-fluid .jumbotron {
+.markdown.jupyter .container .jumbotron,
+.markdown.jupyter .container-fluid .jumbotron {
   border-radius: 3px;
   padding-left: 0px;
   padding-right: 0px;
 }
-.markup.jupyter .jumbotron .container {
+.markdown.jupyter .jumbotron .container {
   max-width: 100%;
 }
 @media screen and (min-width: 768px) {
-  .markup.jupyter .jumbotron {
+  .markdown.jupyter .jumbotron {
     padding-top: 48px;
     padding-bottom: 48px;
   }
-  .markup.jupyter .container .jumbotron,
-  .markup.jupyter .container-fluid .jumbotron {
+  .markdown.jupyter .container .jumbotron,
+  .markdown.jupyter .container-fluid .jumbotron {
     padding-left: 60px;
     padding-right: 60px;
   }
-  .markup.jupyter .jumbotron h1,
-  .markup.jupyter .jumbotron .h1 {
+  .markdown.jupyter .jumbotron h1,
+  .markdown.jupyter .jumbotron .h1 {
     font-size: 59px;
   }
 }
-.markup.jupyter .thumbnail {
+.markdown.jupyter .thumbnail {
   display: block;
   padding: 4px;
   margin-bottom: 18px;
@@ -5285,93 +5285,93 @@ Adapted from GitHub theme
   -o-transition: border 0.2s ease-in-out;
   transition: border 0.2s ease-in-out;
 }
-.markup.jupyter .thumbnail > img,
-.markup.jupyter .thumbnail a > img {
+.markdown.jupyter .thumbnail > img,
+.markdown.jupyter .thumbnail a > img {
   margin-left: auto;
   margin-right: auto;
 }
-.markup.jupyter a.thumbnail:hover,
-.markup.jupyter a.thumbnail:focus,
-.markup.jupyter a.thumbnail.active {
+.markdown.jupyter a.thumbnail:hover,
+.markdown.jupyter a.thumbnail:focus,
+.markdown.jupyter a.thumbnail.active {
   border-color: #337ab7;
 }
-.markup.jupyter .thumbnail .caption {
+.markdown.jupyter .thumbnail .caption {
   padding: 9px;
   color: #000;
 }
-.markup.jupyter .alert {
+.markdown.jupyter .alert {
   padding: 15px;
   margin-bottom: 18px;
   border: 1px solid transparent;
   border-radius: 2px;
 }
-.markup.jupyter .alert h4 {
+.markdown.jupyter .alert h4 {
   margin-top: 0;
   color: inherit;
 }
-.markup.jupyter .alert .alert-link {
+.markdown.jupyter .alert .alert-link {
   font-weight: bold;
 }
-.markup.jupyter .alert > p,
-.markup.jupyter .alert > ul {
+.markdown.jupyter .alert > p,
+.markdown.jupyter .alert > ul {
   margin-bottom: 0;
 }
-.markup.jupyter .alert > p + p {
+.markdown.jupyter .alert > p + p {
   margin-top: 5px;
 }
-.markup.jupyter .alert-dismissable,
-.markup.jupyter .alert-dismissible {
+.markdown.jupyter .alert-dismissable,
+.markdown.jupyter .alert-dismissible {
   padding-right: 35px;
 }
-.markup.jupyter .alert-dismissable .close,
-.markup.jupyter .alert-dismissible .close {
+.markdown.jupyter .alert-dismissable .close,
+.markdown.jupyter .alert-dismissible .close {
   position: relative;
   top: -2px;
   right: -21px;
   color: inherit;
 }
-.markup.jupyter .alert-success {
+.markdown.jupyter .alert-success {
   background-color: #dff0d8;
   border-color: #d6e9c6;
   color: #3c763d;
 }
-.markup.jupyter .alert-success hr {
+.markdown.jupyter .alert-success hr {
   border-top-color: #c9e2b3;
 }
-.markup.jupyter .alert-success .alert-link {
+.markdown.jupyter .alert-success .alert-link {
   color: #2b542c;
 }
-.markup.jupyter .alert-info {
+.markdown.jupyter .alert-info {
   background-color: #d9edf7;
   border-color: #bce8f1;
   color: #31708f;
 }
-.markup.jupyter .alert-info hr {
+.markdown.jupyter .alert-info hr {
   border-top-color: #a6e1ec;
 }
-.markup.jupyter .alert-info .alert-link {
+.markdown.jupyter .alert-info .alert-link {
   color: #245269;
 }
-.markup.jupyter .alert-warning {
+.markdown.jupyter .alert-warning {
   background-color: #fcf8e3;
   border-color: #faebcc;
   color: #8a6d3b;
 }
-.markup.jupyter .alert-warning hr {
+.markdown.jupyter .alert-warning hr {
   border-top-color: #f7e1b5;
 }
-.markup.jupyter .alert-warning .alert-link {
+.markdown.jupyter .alert-warning .alert-link {
   color: #66512c;
 }
-.markup.jupyter .alert-danger {
+.markdown.jupyter .alert-danger {
   background-color: #f2dede;
   border-color: #ebccd1;
   color: #a94442;
 }
-.markup.jupyter .alert-danger hr {
+.markdown.jupyter .alert-danger hr {
   border-top-color: #e4b9c0;
 }
-.markup.jupyter .alert-danger .alert-link {
+.markdown.jupyter .alert-danger .alert-link {
   color: #843534;
 }
 @-webkit-keyframes progress-bar-stripes {
@@ -5390,7 +5390,7 @@ Adapted from GitHub theme
     background-position: 0 0;
   }
 }
-.markup.jupyter .progress {
+.markdown.jupyter .progress {
   overflow: hidden;
   height: 18px;
   margin-bottom: 18px;
@@ -5399,7 +5399,7 @@ Adapted from GitHub theme
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 }
-.markup.jupyter .progress-bar {
+.markdown.jupyter .progress-bar {
   float: left;
   width: 0%;
   height: 100%;
@@ -5414,104 +5414,104 @@ Adapted from GitHub theme
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
 }
-.markup.jupyter .progress-striped .progress-bar,
-.markup.jupyter .progress-bar-striped {
+.markdown.jupyter .progress-striped .progress-bar,
+.markdown.jupyter .progress-bar-striped {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-size: 40px 40px;
 }
-.markup.jupyter .progress.active .progress-bar,
-.markup.jupyter .progress-bar.active {
+.markdown.jupyter .progress.active .progress-bar,
+.markdown.jupyter .progress-bar.active {
   -webkit-animation: progress-bar-stripes 2s linear infinite;
   -o-animation: progress-bar-stripes 2s linear infinite;
   animation: progress-bar-stripes 2s linear infinite;
 }
-.markup.jupyter .progress-bar-success {
+.markdown.jupyter .progress-bar-success {
   background-color: #5cb85c;
 }
-.markup.jupyter .progress-striped .progress-bar-success {
+.markdown.jupyter .progress-striped .progress-bar-success {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
-.markup.jupyter .progress-bar-info {
+.markdown.jupyter .progress-bar-info {
   background-color: #5bc0de;
 }
-.markup.jupyter .progress-striped .progress-bar-info {
+.markdown.jupyter .progress-striped .progress-bar-info {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
-.markup.jupyter .progress-bar-warning {
+.markdown.jupyter .progress-bar-warning {
   background-color: #f0ad4e;
 }
-.markup.jupyter .progress-striped .progress-bar-warning {
+.markdown.jupyter .progress-striped .progress-bar-warning {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
-.markup.jupyter .progress-bar-danger {
+.markdown.jupyter .progress-bar-danger {
   background-color: #d9534f;
 }
-.markup.jupyter .progress-striped .progress-bar-danger {
+.markdown.jupyter .progress-striped .progress-bar-danger {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
-.markup.jupyter .media {
+.markdown.jupyter .media {
   margin-top: 15px;
 }
-.markup.jupyter .media:first-child {
+.markdown.jupyter .media:first-child {
   margin-top: 0;
 }
-.markup.jupyter .media,
-.markup.jupyter .media-body {
+.markdown.jupyter .media,
+.markdown.jupyter .media-body {
   zoom: 1;
   overflow: hidden;
 }
-.markup.jupyter .media-body {
+.markdown.jupyter .media-body {
   width: 10000px;
 }
-.markup.jupyter .media-object {
+.markdown.jupyter .media-object {
   display: block;
 }
-.markup.jupyter .media-object.img-thumbnail {
+.markdown.jupyter .media-object.img-thumbnail {
   max-width: none;
 }
-.markup.jupyter .media-right,
-.markup.jupyter .media > .pull-right {
+.markdown.jupyter .media-right,
+.markdown.jupyter .media > .pull-right {
   padding-left: 10px;
 }
-.markup.jupyter .media-left,
-.markup.jupyter .media > .pull-left {
+.markdown.jupyter .media-left,
+.markdown.jupyter .media > .pull-left {
   padding-right: 10px;
 }
-.markup.jupyter .media-left,
-.markup.jupyter .media-right,
-.markup.jupyter .media-body {
+.markdown.jupyter .media-left,
+.markdown.jupyter .media-right,
+.markdown.jupyter .media-body {
   display: table-cell;
   vertical-align: top;
 }
-.markup.jupyter .media-middle {
+.markdown.jupyter .media-middle {
   vertical-align: middle;
 }
-.markup.jupyter .media-bottom {
+.markdown.jupyter .media-bottom {
   vertical-align: bottom;
 }
-.markup.jupyter .media-heading {
+.markdown.jupyter .media-heading {
   margin-top: 0;
   margin-bottom: 5px;
 }
-.markup.jupyter .media-list {
+.markdown.jupyter .media-list {
   padding-left: 0;
   list-style: none;
 }
-.markup.jupyter .list-group {
+.markdown.jupyter .list-group {
   margin-bottom: 20px;
   padding-left: 0;
 }
-.markup.jupyter .list-group-item {
+.markdown.jupyter .list-group-item {
   position: relative;
   display: block;
   padding: 10px 15px;
@@ -5519,201 +5519,201 @@ Adapted from GitHub theme
   background-color: #fff;
   border: 1px solid #ddd;
 }
-.markup.jupyter .list-group-item:first-child {
+.markdown.jupyter .list-group-item:first-child {
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
 }
-.markup.jupyter .list-group-item:last-child {
+.markdown.jupyter .list-group-item:last-child {
   margin-bottom: 0;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
 }
-.markup.jupyter a.list-group-item,
-.markup.jupyter button.list-group-item {
+.markdown.jupyter a.list-group-item,
+.markdown.jupyter button.list-group-item {
   color: #555;
 }
-.markup.jupyter a.list-group-item .list-group-item-heading,
-.markup.jupyter button.list-group-item .list-group-item-heading {
+.markdown.jupyter a.list-group-item .list-group-item-heading,
+.markdown.jupyter button.list-group-item .list-group-item-heading {
   color: #333;
 }
-.markup.jupyter a.list-group-item:hover,
-.markup.jupyter button.list-group-item:hover,
-.markup.jupyter a.list-group-item:focus,
-.markup.jupyter button.list-group-item:focus {
+.markdown.jupyter a.list-group-item:hover,
+.markdown.jupyter button.list-group-item:hover,
+.markdown.jupyter a.list-group-item:focus,
+.markdown.jupyter button.list-group-item:focus {
   text-decoration: none;
   color: #555;
   background-color: #f5f5f5;
 }
-.markup.jupyter button.list-group-item {
+.markdown.jupyter button.list-group-item {
   width: 100%;
   text-align: left;
 }
-.markup.jupyter .list-group-item.disabled,
-.markup.jupyter .list-group-item.disabled:hover,
-.markup.jupyter .list-group-item.disabled:focus {
+.markdown.jupyter .list-group-item.disabled,
+.markdown.jupyter .list-group-item.disabled:hover,
+.markdown.jupyter .list-group-item.disabled:focus {
   background-color: #eeeeee;
   color: #777777;
   cursor: not-allowed;
 }
-.markup.jupyter .list-group-item.disabled .list-group-item-heading,
-.markup.jupyter .list-group-item.disabled:hover .list-group-item-heading,
-.markup.jupyter .list-group-item.disabled:focus .list-group-item-heading {
+.markdown.jupyter .list-group-item.disabled .list-group-item-heading,
+.markdown.jupyter .list-group-item.disabled:hover .list-group-item-heading,
+.markdown.jupyter .list-group-item.disabled:focus .list-group-item-heading {
   color: inherit;
 }
-.markup.jupyter .list-group-item.disabled .list-group-item-text,
-.markup.jupyter .list-group-item.disabled:hover .list-group-item-text,
-.markup.jupyter .list-group-item.disabled:focus .list-group-item-text {
+.markdown.jupyter .list-group-item.disabled .list-group-item-text,
+.markdown.jupyter .list-group-item.disabled:hover .list-group-item-text,
+.markdown.jupyter .list-group-item.disabled:focus .list-group-item-text {
   color: #777777;
 }
-.markup.jupyter .list-group-item.active,
-.markup.jupyter .list-group-item.active:hover,
-.markup.jupyter .list-group-item.active:focus {
+.markdown.jupyter .list-group-item.active,
+.markdown.jupyter .list-group-item.active:hover,
+.markdown.jupyter .list-group-item.active:focus {
   z-index: 2;
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
 }
-.markup.jupyter .list-group-item.active .list-group-item-heading,
-.markup.jupyter .list-group-item.active:hover .list-group-item-heading,
-.markup.jupyter .list-group-item.active:focus .list-group-item-heading,
-.markup.jupyter .list-group-item.active .list-group-item-heading > small,
-.markup.jupyter .list-group-item.active:hover .list-group-item-heading > small,
-.markup.jupyter .list-group-item.active:focus .list-group-item-heading > small,
-.markup.jupyter .list-group-item.active .list-group-item-heading > .small,
-.markup.jupyter .list-group-item.active:hover .list-group-item-heading > .small,
-.markup.jupyter .list-group-item.active:focus .list-group-item-heading > .small {
+.markdown.jupyter .list-group-item.active .list-group-item-heading,
+.markdown.jupyter .list-group-item.active:hover .list-group-item-heading,
+.markdown.jupyter .list-group-item.active:focus .list-group-item-heading,
+.markdown.jupyter .list-group-item.active .list-group-item-heading > small,
+.markdown.jupyter .list-group-item.active:hover .list-group-item-heading > small,
+.markdown.jupyter .list-group-item.active:focus .list-group-item-heading > small,
+.markdown.jupyter .list-group-item.active .list-group-item-heading > .small,
+.markdown.jupyter .list-group-item.active:hover .list-group-item-heading > .small,
+.markdown.jupyter .list-group-item.active:focus .list-group-item-heading > .small {
   color: inherit;
 }
-.markup.jupyter .list-group-item.active .list-group-item-text,
-.markup.jupyter .list-group-item.active:hover .list-group-item-text,
-.markup.jupyter .list-group-item.active:focus .list-group-item-text {
+.markdown.jupyter .list-group-item.active .list-group-item-text,
+.markdown.jupyter .list-group-item.active:hover .list-group-item-text,
+.markdown.jupyter .list-group-item.active:focus .list-group-item-text {
   color: #c7ddef;
 }
-.markup.jupyter .list-group-item-success {
+.markdown.jupyter .list-group-item-success {
   color: #3c763d;
   background-color: #dff0d8;
 }
-.markup.jupyter a.list-group-item-success,
-.markup.jupyter button.list-group-item-success {
+.markdown.jupyter a.list-group-item-success,
+.markdown.jupyter button.list-group-item-success {
   color: #3c763d;
 }
-.markup.jupyter a.list-group-item-success .list-group-item-heading,
-.markup.jupyter button.list-group-item-success .list-group-item-heading {
+.markdown.jupyter a.list-group-item-success .list-group-item-heading,
+.markdown.jupyter button.list-group-item-success .list-group-item-heading {
   color: inherit;
 }
-.markup.jupyter a.list-group-item-success:hover,
-.markup.jupyter button.list-group-item-success:hover,
-.markup.jupyter a.list-group-item-success:focus,
-.markup.jupyter button.list-group-item-success:focus {
+.markdown.jupyter a.list-group-item-success:hover,
+.markdown.jupyter button.list-group-item-success:hover,
+.markdown.jupyter a.list-group-item-success:focus,
+.markdown.jupyter button.list-group-item-success:focus {
   color: #3c763d;
   background-color: #d0e9c6;
 }
-.markup.jupyter a.list-group-item-success.active,
-.markup.jupyter button.list-group-item-success.active,
-.markup.jupyter a.list-group-item-success.active:hover,
-.markup.jupyter button.list-group-item-success.active:hover,
-.markup.jupyter a.list-group-item-success.active:focus,
-.markup.jupyter button.list-group-item-success.active:focus {
+.markdown.jupyter a.list-group-item-success.active,
+.markdown.jupyter button.list-group-item-success.active,
+.markdown.jupyter a.list-group-item-success.active:hover,
+.markdown.jupyter button.list-group-item-success.active:hover,
+.markdown.jupyter a.list-group-item-success.active:focus,
+.markdown.jupyter button.list-group-item-success.active:focus {
   color: #fff;
   background-color: #3c763d;
   border-color: #3c763d;
 }
-.markup.jupyter .list-group-item-info {
+.markdown.jupyter .list-group-item-info {
   color: #31708f;
   background-color: #d9edf7;
 }
-.markup.jupyter a.list-group-item-info,
-.markup.jupyter button.list-group-item-info {
+.markdown.jupyter a.list-group-item-info,
+.markdown.jupyter button.list-group-item-info {
   color: #31708f;
 }
-.markup.jupyter a.list-group-item-info .list-group-item-heading,
-.markup.jupyter button.list-group-item-info .list-group-item-heading {
+.markdown.jupyter a.list-group-item-info .list-group-item-heading,
+.markdown.jupyter button.list-group-item-info .list-group-item-heading {
   color: inherit;
 }
-.markup.jupyter a.list-group-item-info:hover,
-.markup.jupyter button.list-group-item-info:hover,
-.markup.jupyter a.list-group-item-info:focus,
-.markup.jupyter button.list-group-item-info:focus {
+.markdown.jupyter a.list-group-item-info:hover,
+.markdown.jupyter button.list-group-item-info:hover,
+.markdown.jupyter a.list-group-item-info:focus,
+.markdown.jupyter button.list-group-item-info:focus {
   color: #31708f;
   background-color: #c4e3f3;
 }
-.markup.jupyter a.list-group-item-info.active,
-.markup.jupyter button.list-group-item-info.active,
-.markup.jupyter a.list-group-item-info.active:hover,
-.markup.jupyter button.list-group-item-info.active:hover,
-.markup.jupyter a.list-group-item-info.active:focus,
-.markup.jupyter button.list-group-item-info.active:focus {
+.markdown.jupyter a.list-group-item-info.active,
+.markdown.jupyter button.list-group-item-info.active,
+.markdown.jupyter a.list-group-item-info.active:hover,
+.markdown.jupyter button.list-group-item-info.active:hover,
+.markdown.jupyter a.list-group-item-info.active:focus,
+.markdown.jupyter button.list-group-item-info.active:focus {
   color: #fff;
   background-color: #31708f;
   border-color: #31708f;
 }
-.markup.jupyter .list-group-item-warning {
+.markdown.jupyter .list-group-item-warning {
   color: #8a6d3b;
   background-color: #fcf8e3;
 }
-.markup.jupyter a.list-group-item-warning,
-.markup.jupyter button.list-group-item-warning {
+.markdown.jupyter a.list-group-item-warning,
+.markdown.jupyter button.list-group-item-warning {
   color: #8a6d3b;
 }
-.markup.jupyter a.list-group-item-warning .list-group-item-heading,
-.markup.jupyter button.list-group-item-warning .list-group-item-heading {
+.markdown.jupyter a.list-group-item-warning .list-group-item-heading,
+.markdown.jupyter button.list-group-item-warning .list-group-item-heading {
   color: inherit;
 }
-.markup.jupyter a.list-group-item-warning:hover,
-.markup.jupyter button.list-group-item-warning:hover,
-.markup.jupyter a.list-group-item-warning:focus,
-.markup.jupyter button.list-group-item-warning:focus {
+.markdown.jupyter a.list-group-item-warning:hover,
+.markdown.jupyter button.list-group-item-warning:hover,
+.markdown.jupyter a.list-group-item-warning:focus,
+.markdown.jupyter button.list-group-item-warning:focus {
   color: #8a6d3b;
   background-color: #faf2cc;
 }
-.markup.jupyter a.list-group-item-warning.active,
-.markup.jupyter button.list-group-item-warning.active,
-.markup.jupyter a.list-group-item-warning.active:hover,
-.markup.jupyter button.list-group-item-warning.active:hover,
-.markup.jupyter a.list-group-item-warning.active:focus,
-.markup.jupyter button.list-group-item-warning.active:focus {
+.markdown.jupyter a.list-group-item-warning.active,
+.markdown.jupyter button.list-group-item-warning.active,
+.markdown.jupyter a.list-group-item-warning.active:hover,
+.markdown.jupyter button.list-group-item-warning.active:hover,
+.markdown.jupyter a.list-group-item-warning.active:focus,
+.markdown.jupyter button.list-group-item-warning.active:focus {
   color: #fff;
   background-color: #8a6d3b;
   border-color: #8a6d3b;
 }
-.markup.jupyter .list-group-item-danger {
+.markdown.jupyter .list-group-item-danger {
   color: #a94442;
   background-color: #f2dede;
 }
-.markup.jupyter a.list-group-item-danger,
-.markup.jupyter button.list-group-item-danger {
+.markdown.jupyter a.list-group-item-danger,
+.markdown.jupyter button.list-group-item-danger {
   color: #a94442;
 }
-.markup.jupyter a.list-group-item-danger .list-group-item-heading,
-.markup.jupyter button.list-group-item-danger .list-group-item-heading {
+.markdown.jupyter a.list-group-item-danger .list-group-item-heading,
+.markdown.jupyter button.list-group-item-danger .list-group-item-heading {
   color: inherit;
 }
-.markup.jupyter a.list-group-item-danger:hover,
-.markup.jupyter button.list-group-item-danger:hover,
-.markup.jupyter a.list-group-item-danger:focus,
-.markup.jupyter button.list-group-item-danger:focus {
+.markdown.jupyter a.list-group-item-danger:hover,
+.markdown.jupyter button.list-group-item-danger:hover,
+.markdown.jupyter a.list-group-item-danger:focus,
+.markdown.jupyter button.list-group-item-danger:focus {
   color: #a94442;
   background-color: #ebcccc;
 }
-.markup.jupyter a.list-group-item-danger.active,
-.markup.jupyter button.list-group-item-danger.active,
-.markup.jupyter a.list-group-item-danger.active:hover,
-.markup.jupyter button.list-group-item-danger.active:hover,
-.markup.jupyter a.list-group-item-danger.active:focus,
-.markup.jupyter button.list-group-item-danger.active:focus {
+.markdown.jupyter a.list-group-item-danger.active,
+.markdown.jupyter button.list-group-item-danger.active,
+.markdown.jupyter a.list-group-item-danger.active:hover,
+.markdown.jupyter button.list-group-item-danger.active:hover,
+.markdown.jupyter a.list-group-item-danger.active:focus,
+.markdown.jupyter button.list-group-item-danger.active:focus {
   color: #fff;
   background-color: #a94442;
   border-color: #a94442;
 }
-.markup.jupyter .list-group-item-heading {
+.markdown.jupyter .list-group-item-heading {
   margin-top: 0;
   margin-bottom: 5px;
 }
-.markup.jupyter .list-group-item-text {
+.markdown.jupyter .list-group-item-text {
   margin-bottom: 0;
   line-height: 1.3;
 }
-.markup.jupyter .panel {
+.markdown.jupyter .panel {
   margin-bottom: 18px;
   background-color: #fff;
   border: 1px solid transparent;
@@ -5721,353 +5721,353 @@ Adapted from GitHub theme
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }
-.markup.jupyter .panel-body {
+.markdown.jupyter .panel-body {
   padding: 15px;
 }
-.markup.jupyter .panel-heading {
+.markdown.jupyter .panel-heading {
   padding: 10px 15px;
   border-bottom: 1px solid transparent;
   border-top-right-radius: 1px;
   border-top-left-radius: 1px;
 }
-.markup.jupyter .panel-heading > .dropdown .dropdown-toggle {
+.markdown.jupyter .panel-heading > .dropdown .dropdown-toggle {
   color: inherit;
 }
-.markup.jupyter .panel-title {
+.markdown.jupyter .panel-title {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 15px;
   color: inherit;
 }
-.markup.jupyter .panel-title > a,
-.markup.jupyter .panel-title > small,
-.markup.jupyter .panel-title > .small,
-.markup.jupyter .panel-title > small > a,
-.markup.jupyter .panel-title > .small > a {
+.markdown.jupyter .panel-title > a,
+.markdown.jupyter .panel-title > small,
+.markdown.jupyter .panel-title > .small,
+.markdown.jupyter .panel-title > small > a,
+.markdown.jupyter .panel-title > .small > a {
   color: inherit;
 }
-.markup.jupyter .panel-footer {
+.markdown.jupyter .panel-footer {
   padding: 10px 15px;
   background-color: #f5f5f5;
   border-top: 1px solid #ddd;
   border-bottom-right-radius: 1px;
   border-bottom-left-radius: 1px;
 }
-.markup.jupyter .panel > .list-group,
-.markup.jupyter .panel > .panel-collapse > .list-group {
+.markdown.jupyter .panel > .list-group,
+.markdown.jupyter .panel > .panel-collapse > .list-group {
   margin-bottom: 0;
 }
-.markup.jupyter .panel > .list-group .list-group-item,
-.markup.jupyter .panel > .panel-collapse > .list-group .list-group-item {
+.markdown.jupyter .panel > .list-group .list-group-item,
+.markdown.jupyter .panel > .panel-collapse > .list-group .list-group-item {
   border-width: 1px 0;
   border-radius: 0;
 }
-.markup.jupyter .panel > .list-group:first-child .list-group-item:first-child,
-.markup.jupyter .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
+.markdown.jupyter .panel > .list-group:first-child .list-group-item:first-child,
+.markdown.jupyter .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
   border-top: 0;
   border-top-right-radius: 1px;
   border-top-left-radius: 1px;
 }
-.markup.jupyter .panel > .list-group:last-child .list-group-item:last-child,
-.markup.jupyter .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
+.markdown.jupyter .panel > .list-group:last-child .list-group-item:last-child,
+.markdown.jupyter .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
   border-bottom: 0;
   border-bottom-right-radius: 1px;
   border-bottom-left-radius: 1px;
 }
-.markup.jupyter .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
+.markdown.jupyter .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
 }
-.markup.jupyter .panel-heading + .list-group .list-group-item:first-child {
+.markdown.jupyter .panel-heading + .list-group .list-group-item:first-child {
   border-top-width: 0;
 }
-.markup.jupyter .list-group + .panel-footer {
+.markdown.jupyter .list-group + .panel-footer {
   border-top-width: 0;
 }
-.markup.jupyter .panel > .table,
-.markup.jupyter .panel > .table-responsive > .table,
-.markup.jupyter .panel > .panel-collapse > .table {
+.markdown.jupyter .panel > .table,
+.markdown.jupyter .panel > .table-responsive > .table,
+.markdown.jupyter .panel > .panel-collapse > .table {
   margin-bottom: 0;
 }
-.markup.jupyter .panel > .table caption,
-.markup.jupyter .panel > .table-responsive > .table caption,
-.markup.jupyter .panel > .panel-collapse > .table caption {
+.markdown.jupyter .panel > .table caption,
+.markdown.jupyter .panel > .table-responsive > .table caption,
+.markdown.jupyter .panel > .panel-collapse > .table caption {
   padding-left: 15px;
   padding-right: 15px;
 }
-.markup.jupyter .panel > .table:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child {
+.markdown.jupyter .panel > .table:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child {
   border-top-right-radius: 1px;
   border-top-left-radius: 1px;
 }
-.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
-.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
+.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
+.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
   border-top-left-radius: 1px;
   border-top-right-radius: 1px;
 }
-.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
-.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
-.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
-.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
+.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
   border-top-left-radius: 1px;
 }
-.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
-.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
-.markup.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
-.markup.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
-.markup.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
+.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.markdown.jupyter .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.markdown.jupyter .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
+.markdown.jupyter .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
   border-top-right-radius: 1px;
 }
-.markup.jupyter .panel > .table:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child {
+.markdown.jupyter .panel > .table:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child {
   border-bottom-right-radius: 1px;
   border-bottom-left-radius: 1px;
 }
-.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
-.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
+.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
+.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
   border-bottom-left-radius: 1px;
   border-bottom-right-radius: 1px;
 }
-.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
-.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
-.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
-.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
+.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
   border-bottom-left-radius: 1px;
 }
-.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
-.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
-.markup.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
-.markup.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
-.markup.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
+.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.markdown.jupyter .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.markdown.jupyter .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
+.markdown.jupyter .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
   border-bottom-right-radius: 1px;
 }
-.markup.jupyter .panel > .panel-body + .table,
-.markup.jupyter .panel > .panel-body + .table-responsive,
-.markup.jupyter .panel > .table + .panel-body,
-.markup.jupyter .panel > .table-responsive + .panel-body {
+.markdown.jupyter .panel > .panel-body + .table,
+.markdown.jupyter .panel > .panel-body + .table-responsive,
+.markdown.jupyter .panel > .table + .panel-body,
+.markdown.jupyter .panel > .table-responsive + .panel-body {
   border-top: 1px solid #ddd;
 }
-.markup.jupyter .panel > .table > tbody:first-child > tr:first-child th,
-.markup.jupyter .panel > .table > tbody:first-child > tr:first-child td {
+.markdown.jupyter .panel > .table > tbody:first-child > tr:first-child th,
+.markdown.jupyter .panel > .table > tbody:first-child > tr:first-child td {
   border-top: 0;
 }
-.markup.jupyter .panel > .table-bordered,
-.markup.jupyter .panel > .table-responsive > .table-bordered {
+.markdown.jupyter .panel > .table-bordered,
+.markdown.jupyter .panel > .table-responsive > .table-bordered {
   border: 0;
 }
-.markup.jupyter .panel > .table-bordered > thead > tr > th:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
-.markup.jupyter .panel > .table-bordered > tbody > tr > th:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
-.markup.jupyter .panel > .table-bordered > tfoot > tr > th:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-.markup.jupyter .panel > .table-bordered > thead > tr > td:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
-.markup.jupyter .panel > .table-bordered > tbody > tr > td:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
-.markup.jupyter .panel > .table-bordered > tfoot > tr > td:first-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+.markdown.jupyter .panel > .table-bordered > thead > tr > th:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.markdown.jupyter .panel > .table-bordered > tbody > tr > th:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr > th:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.markdown.jupyter .panel > .table-bordered > thead > tr > td:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.markdown.jupyter .panel > .table-bordered > tbody > tr > td:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr > td:first-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
   border-left: 0;
 }
-.markup.jupyter .panel > .table-bordered > thead > tr > th:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
-.markup.jupyter .panel > .table-bordered > tbody > tr > th:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
-.markup.jupyter .panel > .table-bordered > tfoot > tr > th:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-.markup.jupyter .panel > .table-bordered > thead > tr > td:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
-.markup.jupyter .panel > .table-bordered > tbody > tr > td:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
-.markup.jupyter .panel > .table-bordered > tfoot > tr > td:last-child,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+.markdown.jupyter .panel > .table-bordered > thead > tr > th:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.markdown.jupyter .panel > .table-bordered > tbody > tr > th:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr > th:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.markdown.jupyter .panel > .table-bordered > thead > tr > td:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.markdown.jupyter .panel > .table-bordered > tbody > tr > td:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr > td:last-child,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
   border-right: 0;
 }
-.markup.jupyter .panel > .table-bordered > thead > tr:first-child > td,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
-.markup.jupyter .panel > .table-bordered > tbody > tr:first-child > td,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
-.markup.jupyter .panel > .table-bordered > thead > tr:first-child > th,
-.markup.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
-.markup.jupyter .panel > .table-bordered > tbody > tr:first-child > th,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
+.markdown.jupyter .panel > .table-bordered > thead > tr:first-child > td,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
+.markdown.jupyter .panel > .table-bordered > tbody > tr:first-child > td,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
+.markdown.jupyter .panel > .table-bordered > thead > tr:first-child > th,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
+.markdown.jupyter .panel > .table-bordered > tbody > tr:first-child > th,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
   border-bottom: 0;
 }
-.markup.jupyter .panel > .table-bordered > tbody > tr:last-child > td,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
-.markup.jupyter .panel > .table-bordered > tfoot > tr:last-child > td,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
-.markup.jupyter .panel > .table-bordered > tbody > tr:last-child > th,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
-.markup.jupyter .panel > .table-bordered > tfoot > tr:last-child > th,
-.markup.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
+.markdown.jupyter .panel > .table-bordered > tbody > tr:last-child > td,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr:last-child > td,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
+.markdown.jupyter .panel > .table-bordered > tbody > tr:last-child > th,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.markdown.jupyter .panel > .table-bordered > tfoot > tr:last-child > th,
+.markdown.jupyter .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
   border-bottom: 0;
 }
-.markup.jupyter .panel > .table-responsive {
+.markdown.jupyter .panel > .table-responsive {
   border: 0;
   margin-bottom: 0;
 }
-.markup.jupyter .panel-group {
+.markdown.jupyter .panel-group {
   margin-bottom: 18px;
 }
-.markup.jupyter .panel-group .panel {
+.markdown.jupyter .panel-group .panel {
   margin-bottom: 0;
   border-radius: 2px;
 }
-.markup.jupyter .panel-group .panel + .panel {
+.markdown.jupyter .panel-group .panel + .panel {
   margin-top: 5px;
 }
-.markup.jupyter .panel-group .panel-heading {
+.markdown.jupyter .panel-group .panel-heading {
   border-bottom: 0;
 }
-.markup.jupyter .panel-group .panel-heading + .panel-collapse > .panel-body,
-.markup.jupyter .panel-group .panel-heading + .panel-collapse > .list-group {
+.markdown.jupyter .panel-group .panel-heading + .panel-collapse > .panel-body,
+.markdown.jupyter .panel-group .panel-heading + .panel-collapse > .list-group {
   border-top: 1px solid #ddd;
 }
-.markup.jupyter .panel-group .panel-footer {
+.markdown.jupyter .panel-group .panel-footer {
   border-top: 0;
 }
-.markup.jupyter .panel-group .panel-footer + .panel-collapse .panel-body {
+.markdown.jupyter .panel-group .panel-footer + .panel-collapse .panel-body {
   border-bottom: 1px solid #ddd;
 }
-.markup.jupyter .panel-default {
+.markdown.jupyter .panel-default {
   border-color: #ddd;
 }
-.markup.jupyter .panel-default > .panel-heading {
+.markdown.jupyter .panel-default > .panel-heading {
   color: #333333;
   background-color: #f5f5f5;
   border-color: #ddd;
 }
-.markup.jupyter .panel-default > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-default > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #ddd;
 }
-.markup.jupyter .panel-default > .panel-heading .badge {
+.markdown.jupyter .panel-default > .panel-heading .badge {
   color: #f5f5f5;
   background-color: #333333;
 }
-.markup.jupyter .panel-default > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-default > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #ddd;
 }
-.markup.jupyter .panel-primary {
+.markdown.jupyter .panel-primary {
   border-color: #337ab7;
 }
-.markup.jupyter .panel-primary > .panel-heading {
+.markdown.jupyter .panel-primary > .panel-heading {
   color: #fff;
   background-color: #337ab7;
   border-color: #337ab7;
 }
-.markup.jupyter .panel-primary > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-primary > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #337ab7;
 }
-.markup.jupyter .panel-primary > .panel-heading .badge {
+.markdown.jupyter .panel-primary > .panel-heading .badge {
   color: #337ab7;
   background-color: #fff;
 }
-.markup.jupyter .panel-primary > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-primary > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #337ab7;
 }
-.markup.jupyter .panel-success {
+.markdown.jupyter .panel-success {
   border-color: #d6e9c6;
 }
-.markup.jupyter .panel-success > .panel-heading {
+.markdown.jupyter .panel-success > .panel-heading {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
 }
-.markup.jupyter .panel-success > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-success > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #d6e9c6;
 }
-.markup.jupyter .panel-success > .panel-heading .badge {
+.markdown.jupyter .panel-success > .panel-heading .badge {
   color: #dff0d8;
   background-color: #3c763d;
 }
-.markup.jupyter .panel-success > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-success > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #d6e9c6;
 }
-.markup.jupyter .panel-info {
+.markdown.jupyter .panel-info {
   border-color: #bce8f1;
 }
-.markup.jupyter .panel-info > .panel-heading {
+.markdown.jupyter .panel-info > .panel-heading {
   color: #31708f;
   background-color: #d9edf7;
   border-color: #bce8f1;
 }
-.markup.jupyter .panel-info > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-info > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #bce8f1;
 }
-.markup.jupyter .panel-info > .panel-heading .badge {
+.markdown.jupyter .panel-info > .panel-heading .badge {
   color: #d9edf7;
   background-color: #31708f;
 }
-.markup.jupyter .panel-info > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-info > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #bce8f1;
 }
-.markup.jupyter .panel-warning {
+.markdown.jupyter .panel-warning {
   border-color: #faebcc;
 }
-.markup.jupyter .panel-warning > .panel-heading {
+.markdown.jupyter .panel-warning > .panel-heading {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
 }
-.markup.jupyter .panel-warning > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-warning > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #faebcc;
 }
-.markup.jupyter .panel-warning > .panel-heading .badge {
+.markdown.jupyter .panel-warning > .panel-heading .badge {
   color: #fcf8e3;
   background-color: #8a6d3b;
 }
-.markup.jupyter .panel-warning > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-warning > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #faebcc;
 }
-.markup.jupyter .panel-danger {
+.markdown.jupyter .panel-danger {
   border-color: #ebccd1;
 }
-.markup.jupyter .panel-danger > .panel-heading {
+.markdown.jupyter .panel-danger > .panel-heading {
   color: #a94442;
   background-color: #f2dede;
   border-color: #ebccd1;
 }
-.markup.jupyter .panel-danger > .panel-heading + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-danger > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #ebccd1;
 }
-.markup.jupyter .panel-danger > .panel-heading .badge {
+.markdown.jupyter .panel-danger > .panel-heading .badge {
   color: #f2dede;
   background-color: #a94442;
 }
-.markup.jupyter .panel-danger > .panel-footer + .panel-collapse > .panel-body {
+.markdown.jupyter .panel-danger > .panel-footer + .panel-collapse > .panel-body {
   border-bottom-color: #ebccd1;
 }
-.markup.jupyter .embed-responsive {
+.markdown.jupyter .embed-responsive {
   position: relative;
   display: block;
   height: 0;
   padding: 0;
   overflow: hidden;
 }
-.markup.jupyter .embed-responsive .embed-responsive-item,
-.markup.jupyter .embed-responsive iframe,
-.markup.jupyter .embed-responsive embed,
-.markup.jupyter .embed-responsive object,
-.markup.jupyter .embed-responsive video {
+.markdown.jupyter .embed-responsive .embed-responsive-item,
+.markdown.jupyter .embed-responsive iframe,
+.markdown.jupyter .embed-responsive embed,
+.markdown.jupyter .embed-responsive object,
+.markdown.jupyter .embed-responsive video {
   position: absolute;
   top: 0;
   left: 0;
@@ -6076,13 +6076,13 @@ Adapted from GitHub theme
   width: 100%;
   border: 0;
 }
-.markup.jupyter .embed-responsive-16by9 {
+.markdown.jupyter .embed-responsive-16by9 {
   padding-bottom: 56.25%;
 }
-.markup.jupyter .embed-responsive-4by3 {
+.markdown.jupyter .embed-responsive-4by3 {
   padding-bottom: 75%;
 }
-.markup.jupyter .well {
+.markdown.jupyter .well {
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
@@ -6092,19 +6092,19 @@ Adapted from GitHub theme
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 }
-.markup.jupyter .well blockquote {
+.markdown.jupyter .well blockquote {
   border-color: #ddd;
   border-color: rgba(0, 0, 0, 0.15);
 }
-.markup.jupyter .well-lg {
+.markdown.jupyter .well-lg {
   padding: 24px;
   border-radius: 3px;
 }
-.markup.jupyter .well-sm {
+.markdown.jupyter .well-sm {
   padding: 9px;
   border-radius: 1px;
 }
-.markup.jupyter .close {
+.markdown.jupyter .close {
   float: right;
   font-size: 19.5px;
   font-weight: bold;
@@ -6114,25 +6114,25 @@ Adapted from GitHub theme
   opacity: 0.2;
   filter: alpha(opacity=20);
 }
-.markup.jupyter .close:hover,
-.markup.jupyter .close:focus {
+.markdown.jupyter .close:hover,
+.markdown.jupyter .close:focus {
   color: #000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.5;
   filter: alpha(opacity=50);
 }
-.markup.jupyter button.close {
+.markdown.jupyter button.close {
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
 }
-.markup.jupyter .modal-open {
+.markdown.jupyter .modal-open {
   overflow: hidden;
 }
-.markup.jupyter .modal {
+.markdown.jupyter .modal {
   display: none;
   overflow: hidden;
   position: fixed;
@@ -6144,7 +6144,7 @@ Adapted from GitHub theme
   -webkit-overflow-scrolling: touch;
   outline: 0;
 }
-.markup.jupyter .modal.fade .modal-dialog {
+.markdown.jupyter .modal.fade .modal-dialog {
   -webkit-transform: translate(0, -25%);
   -ms-transform: translate(0, -25%);
   -o-transform: translate(0, -25%);
@@ -6154,22 +6154,22 @@ Adapted from GitHub theme
   -o-transition: -o-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
 }
-.markup.jupyter .modal.in .modal-dialog {
+.markdown.jupyter .modal.in .modal-dialog {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
 }
-.markup.jupyter .modal-open .modal {
+.markdown.jupyter .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
 }
-.markup.jupyter .modal-dialog {
+.markdown.jupyter .modal-dialog {
   position: relative;
   width: auto;
   margin: 10px;
 }
-.markup.jupyter .modal-content {
+.markdown.jupyter .modal-content {
   position: relative;
   background-color: #fff;
   border: 1px solid #999;
@@ -6180,7 +6180,7 @@ Adapted from GitHub theme
   background-clip: padding-box;
   outline: 0;
 }
-.markup.jupyter .modal-backdrop {
+.markdown.jupyter .modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
@@ -6189,45 +6189,45 @@ Adapted from GitHub theme
   z-index: 1040;
   background-color: #000;
 }
-.markup.jupyter .modal-backdrop.fade {
+.markdown.jupyter .modal-backdrop.fade {
   opacity: 0;
   filter: alpha(opacity=0);
 }
-.markup.jupyter .modal-backdrop.in {
+.markdown.jupyter .modal-backdrop.in {
   opacity: 0.5;
   filter: alpha(opacity=50);
 }
-.markup.jupyter .modal-header {
+.markdown.jupyter .modal-header {
   padding: 15px;
   border-bottom: 1px solid #e5e5e5;
 }
-.markup.jupyter .modal-header .close {
+.markdown.jupyter .modal-header .close {
   margin-top: -2px;
 }
-.markup.jupyter .modal-title {
+.markdown.jupyter .modal-title {
   margin: 0;
   line-height: 1.42857143;
 }
-.markup.jupyter .modal-body {
+.markdown.jupyter .modal-body {
   position: relative;
   padding: 15px;
 }
-.markup.jupyter .modal-footer {
+.markdown.jupyter .modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 1px solid #e5e5e5;
 }
-.markup.jupyter .modal-footer .btn + .btn {
+.markdown.jupyter .modal-footer .btn + .btn {
   margin-left: 5px;
   margin-bottom: 0;
 }
-.markup.jupyter .modal-footer .btn-group .btn + .btn {
+.markdown.jupyter .modal-footer .btn-group .btn + .btn {
   margin-left: -1px;
 }
-.markup.jupyter .modal-footer .btn-block + .btn-block {
+.markdown.jupyter .modal-footer .btn-block + .btn-block {
   margin-left: 0;
 }
-.markup.jupyter .modal-scrollbar-measure {
+.markdown.jupyter .modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
@@ -6235,24 +6235,24 @@ Adapted from GitHub theme
   overflow: scroll;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .modal-dialog {
+  .markdown.jupyter .modal-dialog {
     width: 600px;
     margin: 30px auto;
   }
-  .markup.jupyter .modal-content {
+  .markdown.jupyter .modal-content {
     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   }
-  .markup.jupyter .modal-sm {
+  .markdown.jupyter .modal-sm {
     width: 300px;
   }
 }
 @media (min-width: 992px) {
-  .markup.jupyter .modal-lg {
+  .markdown.jupyter .modal-lg {
     width: 900px;
   }
 }
-.markup.jupyter .tooltip {
+.markdown.jupyter .tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
@@ -6275,27 +6275,27 @@ Adapted from GitHub theme
   opacity: 0;
   filter: alpha(opacity=0);
 }
-.markup.jupyter .tooltip.in {
+.markdown.jupyter .tooltip.in {
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
-.markup.jupyter .tooltip.top {
+.markdown.jupyter .tooltip.top {
   margin-top: -3px;
   padding: 5px 0;
 }
-.markup.jupyter .tooltip.right {
+.markdown.jupyter .tooltip.right {
   margin-left: 3px;
   padding: 0 5px;
 }
-.markup.jupyter .tooltip.bottom {
+.markdown.jupyter .tooltip.bottom {
   margin-top: 3px;
   padding: 5px 0;
 }
-.markup.jupyter .tooltip.left {
+.markdown.jupyter .tooltip.left {
   margin-left: -3px;
   padding: 0 5px;
 }
-.markup.jupyter .tooltip-inner {
+.markdown.jupyter .tooltip-inner {
   max-width: 200px;
   padding: 3px 8px;
   color: #fff;
@@ -6303,70 +6303,70 @@ Adapted from GitHub theme
   background-color: #000;
   border-radius: 2px;
 }
-.markup.jupyter .tooltip-arrow {
+.markdown.jupyter .tooltip-arrow {
   position: absolute;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
 }
-.markup.jupyter .tooltip.top .tooltip-arrow {
+.markdown.jupyter .tooltip.top .tooltip-arrow {
   bottom: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000;
 }
-.markup.jupyter .tooltip.top-left .tooltip-arrow {
+.markdown.jupyter .tooltip.top-left .tooltip-arrow {
   bottom: 0;
   right: 5px;
   margin-bottom: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000;
 }
-.markup.jupyter .tooltip.top-right .tooltip-arrow {
+.markdown.jupyter .tooltip.top-right .tooltip-arrow {
   bottom: 0;
   left: 5px;
   margin-bottom: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000;
 }
-.markup.jupyter .tooltip.right .tooltip-arrow {
+.markdown.jupyter .tooltip.right .tooltip-arrow {
   top: 50%;
   left: 0;
   margin-top: -5px;
   border-width: 5px 5px 5px 0;
   border-right-color: #000;
 }
-.markup.jupyter .tooltip.left .tooltip-arrow {
+.markdown.jupyter .tooltip.left .tooltip-arrow {
   top: 50%;
   right: 0;
   margin-top: -5px;
   border-width: 5px 0 5px 5px;
   border-left-color: #000;
 }
-.markup.jupyter .tooltip.bottom .tooltip-arrow {
+.markdown.jupyter .tooltip.bottom .tooltip-arrow {
   top: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000;
 }
-.markup.jupyter .tooltip.bottom-left .tooltip-arrow {
+.markdown.jupyter .tooltip.bottom-left .tooltip-arrow {
   top: 0;
   right: 5px;
   margin-top: -5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000;
 }
-.markup.jupyter .tooltip.bottom-right .tooltip-arrow {
+.markdown.jupyter .tooltip.bottom-right .tooltip-arrow {
   top: 0;
   left: 5px;
   margin-top: -5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000;
 }
-.markup.jupyter .popover {
+.markdown.jupyter .popover {
   position: absolute;
   top: 0;
   left: 0;
@@ -6398,19 +6398,19 @@ Adapted from GitHub theme
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }
-.markup.jupyter .popover.top {
+.markdown.jupyter .popover.top {
   margin-top: -10px;
 }
-.markup.jupyter .popover.right {
+.markdown.jupyter .popover.right {
   margin-left: 10px;
 }
-.markup.jupyter .popover.bottom {
+.markdown.jupyter .popover.bottom {
   margin-top: 10px;
 }
-.markup.jupyter .popover.left {
+.markdown.jupyter .popover.left {
   margin-left: -10px;
 }
-.markup.jupyter .popover-title {
+.markdown.jupyter .popover-title {
   margin: 0;
   padding: 8px 14px;
   font-size: 13px;
@@ -6418,11 +6418,11 @@ Adapted from GitHub theme
   border-bottom: 1px solid #ebebeb;
   border-radius: 2px 2px 0 0;
 }
-.markup.jupyter .popover-content {
+.markdown.jupyter .popover-content {
   padding: 9px 14px;
 }
-.markup.jupyter .popover > .arrow,
-.markup.jupyter .popover > .arrow:after {
+.markdown.jupyter .popover > .arrow,
+.markdown.jupyter .popover > .arrow:after {
   position: absolute;
   display: block;
   width: 0;
@@ -6430,14 +6430,14 @@ Adapted from GitHub theme
   border-color: transparent;
   border-style: solid;
 }
-.markup.jupyter .popover > .arrow {
+.markdown.jupyter .popover > .arrow {
   border-width: 11px;
 }
-.markup.jupyter .popover > .arrow:after {
+.markdown.jupyter .popover > .arrow:after {
   border-width: 10px;
   content: "";
 }
-.markup.jupyter .popover.top > .arrow {
+.markdown.jupyter .popover.top > .arrow {
   left: 50%;
   margin-left: -11px;
   border-bottom-width: 0;
@@ -6445,14 +6445,14 @@ Adapted from GitHub theme
   border-top-color: rgba(0, 0, 0, 0.25);
   bottom: -11px;
 }
-.markup.jupyter .popover.top > .arrow:after {
+.markdown.jupyter .popover.top > .arrow:after {
   content: " ";
   bottom: 1px;
   margin-left: -10px;
   border-bottom-width: 0;
   border-top-color: #fff;
 }
-.markup.jupyter .popover.right > .arrow {
+.markdown.jupyter .popover.right > .arrow {
   top: 50%;
   left: -11px;
   margin-top: -11px;
@@ -6460,14 +6460,14 @@ Adapted from GitHub theme
   border-right-color: #999999;
   border-right-color: rgba(0, 0, 0, 0.25);
 }
-.markup.jupyter .popover.right > .arrow:after {
+.markdown.jupyter .popover.right > .arrow:after {
   content: " ";
   left: 1px;
   bottom: -10px;
   border-left-width: 0;
   border-right-color: #fff;
 }
-.markup.jupyter .popover.bottom > .arrow {
+.markdown.jupyter .popover.bottom > .arrow {
   left: 50%;
   margin-left: -11px;
   border-top-width: 0;
@@ -6475,14 +6475,14 @@ Adapted from GitHub theme
   border-bottom-color: rgba(0, 0, 0, 0.25);
   top: -11px;
 }
-.markup.jupyter .popover.bottom > .arrow:after {
+.markdown.jupyter .popover.bottom > .arrow:after {
   content: " ";
   top: 1px;
   margin-left: -10px;
   border-top-width: 0;
   border-bottom-color: #fff;
 }
-.markup.jupyter .popover.left > .arrow {
+.markdown.jupyter .popover.left > .arrow {
   top: 50%;
   right: -11px;
   margin-top: -11px;
@@ -6490,34 +6490,34 @@ Adapted from GitHub theme
   border-left-color: #999999;
   border-left-color: rgba(0, 0, 0, 0.25);
 }
-.markup.jupyter .popover.left > .arrow:after {
+.markdown.jupyter .popover.left > .arrow:after {
   content: " ";
   right: 1px;
   border-right-width: 0;
   border-left-color: #fff;
   bottom: -10px;
 }
-.markup.jupyter .carousel {
+.markdown.jupyter .carousel {
   position: relative;
 }
-.markup.jupyter .carousel-inner {
+.markdown.jupyter .carousel-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
 }
-.markup.jupyter .carousel-inner > .item {
+.markdown.jupyter .carousel-inner > .item {
   display: none;
   position: relative;
   -webkit-transition: 0.6s ease-in-out left;
   -o-transition: 0.6s ease-in-out left;
   transition: 0.6s ease-in-out left;
 }
-.markup.jupyter .carousel-inner > .item > img,
-.markup.jupyter .carousel-inner > .item > a > img {
+.markdown.jupyter .carousel-inner > .item > img,
+.markdown.jupyter .carousel-inner > .item > a > img {
   line-height: 1;
 }
 @media all and (transform-3d), (-webkit-transform-3d) {
-  .markup.jupyter .carousel-inner > .item {
+  .markdown.jupyter .carousel-inner > .item {
     -webkit-transition: -webkit-transform 0.6s ease-in-out;
     -moz-transition: -moz-transform 0.6s ease-in-out;
     -o-transition: -o-transform 0.6s ease-in-out;
@@ -6529,57 +6529,57 @@ Adapted from GitHub theme
     -moz-perspective: 1000px;
     perspective: 1000px;
   }
-  .markup.jupyter .carousel-inner > .item.next,
-  .markup.jupyter .carousel-inner > .item.active.right {
+  .markdown.jupyter .carousel-inner > .item.next,
+  .markdown.jupyter .carousel-inner > .item.active.right {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
     left: 0;
   }
-  .markup.jupyter .carousel-inner > .item.prev,
-  .markup.jupyter .carousel-inner > .item.active.left {
+  .markdown.jupyter .carousel-inner > .item.prev,
+  .markdown.jupyter .carousel-inner > .item.active.left {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
     left: 0;
   }
-  .markup.jupyter .carousel-inner > .item.next.left,
-  .markup.jupyter .carousel-inner > .item.prev.right,
-  .markup.jupyter .carousel-inner > .item.active {
+  .markdown.jupyter .carousel-inner > .item.next.left,
+  .markdown.jupyter .carousel-inner > .item.prev.right,
+  .markdown.jupyter .carousel-inner > .item.active {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     left: 0;
   }
 }
-.markup.jupyter .carousel-inner > .active,
-.markup.jupyter .carousel-inner > .next,
-.markup.jupyter .carousel-inner > .prev {
+.markdown.jupyter .carousel-inner > .active,
+.markdown.jupyter .carousel-inner > .next,
+.markdown.jupyter .carousel-inner > .prev {
   display: block;
 }
-.markup.jupyter .carousel-inner > .active {
+.markdown.jupyter .carousel-inner > .active {
   left: 0;
 }
-.markup.jupyter .carousel-inner > .next,
-.markup.jupyter .carousel-inner > .prev {
+.markdown.jupyter .carousel-inner > .next,
+.markdown.jupyter .carousel-inner > .prev {
   position: absolute;
   top: 0;
   width: 100%;
 }
-.markup.jupyter .carousel-inner > .next {
+.markdown.jupyter .carousel-inner > .next {
   left: 100%;
 }
-.markup.jupyter .carousel-inner > .prev {
+.markdown.jupyter .carousel-inner > .prev {
   left: -100%;
 }
-.markup.jupyter .carousel-inner > .next.left,
-.markup.jupyter .carousel-inner > .prev.right {
+.markdown.jupyter .carousel-inner > .next.left,
+.markdown.jupyter .carousel-inner > .prev.right {
   left: 0;
 }
-.markup.jupyter .carousel-inner > .active.left {
+.markdown.jupyter .carousel-inner > .active.left {
   left: -100%;
 }
-.markup.jupyter .carousel-inner > .active.right {
+.markdown.jupyter .carousel-inner > .active.right {
   left: 100%;
 }
-.markup.jupyter .carousel-control {
+.markdown.jupyter .carousel-control {
   position: absolute;
   top: 0;
   left: 0;
@@ -6593,14 +6593,14 @@ Adapted from GitHub theme
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
   background-color: rgba(0, 0, 0, 0);
 }
-.markup.jupyter .carousel-control.left {
+.markdown.jupyter .carousel-control.left {
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
 }
-.markup.jupyter .carousel-control.right {
+.markdown.jupyter .carousel-control.right {
   left: auto;
   right: 0;
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
@@ -6609,48 +6609,48 @@ Adapted from GitHub theme
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
 }
-.markup.jupyter .carousel-control:hover,
-.markup.jupyter .carousel-control:focus {
+.markdown.jupyter .carousel-control:hover,
+.markdown.jupyter .carousel-control:focus {
   outline: 0;
   color: #fff;
   text-decoration: none;
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
-.markup.jupyter .carousel-control .icon-prev,
-.markup.jupyter .carousel-control .icon-next,
-.markup.jupyter .carousel-control .glyphicon-chevron-left,
-.markup.jupyter .carousel-control .glyphicon-chevron-right {
+.markdown.jupyter .carousel-control .icon-prev,
+.markdown.jupyter .carousel-control .icon-next,
+.markdown.jupyter .carousel-control .glyphicon-chevron-left,
+.markdown.jupyter .carousel-control .glyphicon-chevron-right {
   position: absolute;
   top: 50%;
   margin-top: -10px;
   z-index: 5;
   display: inline-block;
 }
-.markup.jupyter .carousel-control .icon-prev,
-.markup.jupyter .carousel-control .glyphicon-chevron-left {
+.markdown.jupyter .carousel-control .icon-prev,
+.markdown.jupyter .carousel-control .glyphicon-chevron-left {
   left: 50%;
   margin-left: -10px;
 }
-.markup.jupyter .carousel-control .icon-next,
-.markup.jupyter .carousel-control .glyphicon-chevron-right {
+.markdown.jupyter .carousel-control .icon-next,
+.markdown.jupyter .carousel-control .glyphicon-chevron-right {
   right: 50%;
   margin-right: -10px;
 }
-.markup.jupyter .carousel-control .icon-prev,
-.markup.jupyter .carousel-control .icon-next {
+.markdown.jupyter .carousel-control .icon-prev,
+.markdown.jupyter .carousel-control .icon-next {
   width: 20px;
   height: 20px;
   line-height: 1;
   font-family: serif;
 }
-.markup.jupyter .carousel-control .icon-prev:before {
+.markdown.jupyter .carousel-control .icon-prev:before {
   content: '\2039';
 }
-.markup.jupyter .carousel-control .icon-next:before {
+.markdown.jupyter .carousel-control .icon-next:before {
   content: '\203a';
 }
-.markup.jupyter .carousel-indicators {
+.markdown.jupyter .carousel-indicators {
   position: absolute;
   bottom: 10px;
   left: 50%;
@@ -6661,7 +6661,7 @@ Adapted from GitHub theme
   list-style: none;
   text-align: center;
 }
-.markup.jupyter .carousel-indicators li {
+.markdown.jupyter .carousel-indicators li {
   display: inline-block;
   width: 10px;
   height: 10px;
@@ -6673,13 +6673,13 @@ Adapted from GitHub theme
   background-color: #000 \9;
   background-color: rgba(0, 0, 0, 0);
 }
-.markup.jupyter .carousel-indicators .active {
+.markdown.jupyter .carousel-indicators .active {
   margin: 0;
   width: 12px;
   height: 12px;
   background-color: #fff;
 }
-.markup.jupyter .carousel-caption {
+.markdown.jupyter .carousel-caption {
   position: absolute;
   left: 15%;
   right: 15%;
@@ -6691,332 +6691,332 @@ Adapted from GitHub theme
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 }
-.markup.jupyter .carousel-caption .btn {
+.markdown.jupyter .carousel-caption .btn {
   text-shadow: none;
 }
 @media screen and (min-width: 768px) {
-  .markup.jupyter .carousel-control .glyphicon-chevron-left,
-  .markup.jupyter .carousel-control .glyphicon-chevron-right,
-  .markup.jupyter .carousel-control .icon-prev,
-  .markup.jupyter .carousel-control .icon-next {
+  .markdown.jupyter .carousel-control .glyphicon-chevron-left,
+  .markdown.jupyter .carousel-control .glyphicon-chevron-right,
+  .markdown.jupyter .carousel-control .icon-prev,
+  .markdown.jupyter .carousel-control .icon-next {
     width: 30px;
     height: 30px;
     margin-top: -10px;
     font-size: 30px;
   }
-  .markup.jupyter .carousel-control .glyphicon-chevron-left,
-  .markup.jupyter .carousel-control .icon-prev {
+  .markdown.jupyter .carousel-control .glyphicon-chevron-left,
+  .markdown.jupyter .carousel-control .icon-prev {
     margin-left: -10px;
   }
-  .markup.jupyter .carousel-control .glyphicon-chevron-right,
-  .markup.jupyter .carousel-control .icon-next {
+  .markdown.jupyter .carousel-control .glyphicon-chevron-right,
+  .markdown.jupyter .carousel-control .icon-next {
     margin-right: -10px;
   }
-  .markup.jupyter .carousel-caption {
+  .markdown.jupyter .carousel-caption {
     left: 20%;
     right: 20%;
     padding-bottom: 30px;
   }
-  .markup.jupyter .carousel-indicators {
+  .markdown.jupyter .carousel-indicators {
     bottom: 20px;
   }
 }
-.markup.jupyter .clearfix:before,
-.markup.jupyter .clearfix:after,
-.markup.jupyter .dl-horizontal dd:before,
-.markup.jupyter .dl-horizontal dd:after,
-.markup.jupyter .container:before,
-.markup.jupyter .container:after,
-.markup.jupyter .container-fluid:before,
-.markup.jupyter .container-fluid:after,
-.markup.jupyter .row:before,
-.markup.jupyter .row:after,
-.markup.jupyter .form-horizontal .form-group:before,
-.markup.jupyter .form-horizontal .form-group:after,
-.markup.jupyter .btn-toolbar:before,
-.markup.jupyter .btn-toolbar:after,
-.markup.jupyter .btn-group-vertical > .btn-group:before,
-.markup.jupyter .btn-group-vertical > .btn-group:after,
-.markup.jupyter .nav:before,
-.markup.jupyter .nav:after,
-.markup.jupyter .navbar:before,
-.markup.jupyter .navbar:after,
-.markup.jupyter .navbar-header:before,
-.markup.jupyter .navbar-header:after,
-.markup.jupyter .navbar-collapse:before,
-.markup.jupyter .navbar-collapse:after,
-.markup.jupyter .pager:before,
-.markup.jupyter .pager:after,
-.markup.jupyter .panel-body:before,
-.markup.jupyter .panel-body:after,
-.markup.jupyter .modal-header:before,
-.markup.jupyter .modal-header:after,
-.markup.jupyter .modal-footer:before,
-.markup.jupyter .modal-footer:after,
-.markup.jupyter .item_buttons:before,
-.markup.jupyter .item_buttons:after {
+.markdown.jupyter .clearfix:before,
+.markdown.jupyter .clearfix:after,
+.markdown.jupyter .dl-horizontal dd:before,
+.markdown.jupyter .dl-horizontal dd:after,
+.markdown.jupyter .container:before,
+.markdown.jupyter .container:after,
+.markdown.jupyter .container-fluid:before,
+.markdown.jupyter .container-fluid:after,
+.markdown.jupyter .row:before,
+.markdown.jupyter .row:after,
+.markdown.jupyter .form-horizontal .form-group:before,
+.markdown.jupyter .form-horizontal .form-group:after,
+.markdown.jupyter .btn-toolbar:before,
+.markdown.jupyter .btn-toolbar:after,
+.markdown.jupyter .btn-group-vertical > .btn-group:before,
+.markdown.jupyter .btn-group-vertical > .btn-group:after,
+.markdown.jupyter .nav:before,
+.markdown.jupyter .nav:after,
+.markdown.jupyter .navbar:before,
+.markdown.jupyter .navbar:after,
+.markdown.jupyter .navbar-header:before,
+.markdown.jupyter .navbar-header:after,
+.markdown.jupyter .navbar-collapse:before,
+.markdown.jupyter .navbar-collapse:after,
+.markdown.jupyter .pager:before,
+.markdown.jupyter .pager:after,
+.markdown.jupyter .panel-body:before,
+.markdown.jupyter .panel-body:after,
+.markdown.jupyter .modal-header:before,
+.markdown.jupyter .modal-header:after,
+.markdown.jupyter .modal-footer:before,
+.markdown.jupyter .modal-footer:after,
+.markdown.jupyter .item_buttons:before,
+.markdown.jupyter .item_buttons:after {
   content: " ";
   display: table;
 }
-.markup.jupyter .clearfix:after,
-.markup.jupyter .dl-horizontal dd:after,
-.markup.jupyter .container:after,
-.markup.jupyter .container-fluid:after,
-.markup.jupyter .row:after,
-.markup.jupyter .form-horizontal .form-group:after,
-.markup.jupyter .btn-toolbar:after,
-.markup.jupyter .btn-group-vertical > .btn-group:after,
-.markup.jupyter .nav:after,
-.markup.jupyter .navbar:after,
-.markup.jupyter .navbar-header:after,
-.markup.jupyter .navbar-collapse:after,
-.markup.jupyter .pager:after,
-.markup.jupyter .panel-body:after,
-.markup.jupyter .modal-header:after,
-.markup.jupyter .modal-footer:after,
-.markup.jupyter .item_buttons:after {
+.markdown.jupyter .clearfix:after,
+.markdown.jupyter .dl-horizontal dd:after,
+.markdown.jupyter .container:after,
+.markdown.jupyter .container-fluid:after,
+.markdown.jupyter .row:after,
+.markdown.jupyter .form-horizontal .form-group:after,
+.markdown.jupyter .btn-toolbar:after,
+.markdown.jupyter .btn-group-vertical > .btn-group:after,
+.markdown.jupyter .nav:after,
+.markdown.jupyter .navbar:after,
+.markdown.jupyter .navbar-header:after,
+.markdown.jupyter .navbar-collapse:after,
+.markdown.jupyter .pager:after,
+.markdown.jupyter .panel-body:after,
+.markdown.jupyter .modal-header:after,
+.markdown.jupyter .modal-footer:after,
+.markdown.jupyter .item_buttons:after {
   clear: both;
 }
-.markup.jupyter .center-block {
+.markdown.jupyter .center-block {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
-.markup.jupyter .pull-right {
+.markdown.jupyter .pull-right {
   float: right !important;
 }
-.markup.jupyter .pull-left {
+.markdown.jupyter .pull-left {
   float: left !important;
 }
-.markup.jupyter .hide {
+.markdown.jupyter .hide {
   display: none !important;
 }
-.markup.jupyter .show {
+.markdown.jupyter .show {
   display: block !important;
 }
-.markup.jupyter .invisible {
+.markdown.jupyter .invisible {
   visibility: hidden;
 }
-.markup.jupyter .text-hide {
+.markdown.jupyter .text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
 }
-.markup.jupyter .hidden {
+.markdown.jupyter .hidden {
   display: none !important;
 }
-.markup.jupyter .affix {
+.markdown.jupyter .affix {
   position: fixed;
 }
 @-ms-viewport {
   width: device-width;
 }
-.markup.jupyter .visible-xs,
-.markup.jupyter .visible-sm,
-.markup.jupyter .visible-md,
-.markup.jupyter .visible-lg {
+.markdown.jupyter .visible-xs,
+.markdown.jupyter .visible-sm,
+.markdown.jupyter .visible-md,
+.markdown.jupyter .visible-lg {
   display: none !important;
 }
-.markup.jupyter .visible-xs-block,
-.markup.jupyter .visible-xs-inline,
-.markup.jupyter .visible-xs-inline-block,
-.markup.jupyter .visible-sm-block,
-.markup.jupyter .visible-sm-inline,
-.markup.jupyter .visible-sm-inline-block,
-.markup.jupyter .visible-md-block,
-.markup.jupyter .visible-md-inline,
-.markup.jupyter .visible-md-inline-block,
-.markup.jupyter .visible-lg-block,
-.markup.jupyter .visible-lg-inline,
-.markup.jupyter .visible-lg-inline-block {
+.markdown.jupyter .visible-xs-block,
+.markdown.jupyter .visible-xs-inline,
+.markdown.jupyter .visible-xs-inline-block,
+.markdown.jupyter .visible-sm-block,
+.markdown.jupyter .visible-sm-inline,
+.markdown.jupyter .visible-sm-inline-block,
+.markdown.jupyter .visible-md-block,
+.markdown.jupyter .visible-md-inline,
+.markdown.jupyter .visible-md-inline-block,
+.markdown.jupyter .visible-lg-block,
+.markdown.jupyter .visible-lg-inline,
+.markdown.jupyter .visible-lg-inline-block {
   display: none !important;
 }
 @media (max-width: 767px) {
-  .markup.jupyter .visible-xs {
+  .markdown.jupyter .visible-xs {
     display: block !important;
   }
-  .markup.jupyter table.visible-xs {
+  .markdown.jupyter table.visible-xs {
     display: table !important;
   }
-  .markup.jupyter tr.visible-xs {
+  .markdown.jupyter tr.visible-xs {
     display: table-row !important;
   }
-  .markup.jupyter th.visible-xs,
-  .markup.jupyter td.visible-xs {
+  .markdown.jupyter th.visible-xs,
+  .markdown.jupyter td.visible-xs {
     display: table-cell !important;
   }
 }
 @media (max-width: 767px) {
-  .markup.jupyter .visible-xs-block {
+  .markdown.jupyter .visible-xs-block {
     display: block !important;
   }
 }
 @media (max-width: 767px) {
-  .markup.jupyter .visible-xs-inline {
+  .markdown.jupyter .visible-xs-inline {
     display: inline !important;
   }
 }
 @media (max-width: 767px) {
-  .markup.jupyter .visible-xs-inline-block {
+  .markdown.jupyter .visible-xs-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter .visible-sm {
+  .markdown.jupyter .visible-sm {
     display: block !important;
   }
-  .markup.jupyter table.visible-sm {
+  .markdown.jupyter table.visible-sm {
     display: table !important;
   }
-  .markup.jupyter tr.visible-sm {
+  .markdown.jupyter tr.visible-sm {
     display: table-row !important;
   }
-  .markup.jupyter th.visible-sm,
-  .markup.jupyter td.visible-sm {
+  .markdown.jupyter th.visible-sm,
+  .markdown.jupyter td.visible-sm {
     display: table-cell !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter .visible-sm-block {
+  .markdown.jupyter .visible-sm-block {
     display: block !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter .visible-sm-inline {
+  .markdown.jupyter .visible-sm-inline {
     display: inline !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter .visible-sm-inline-block {
+  .markdown.jupyter .visible-sm-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
-  .markup.jupyter .visible-md {
+  .markdown.jupyter .visible-md {
     display: block !important;
   }
-  .markup.jupyter table.visible-md {
+  .markdown.jupyter table.visible-md {
     display: table !important;
   }
-  .markup.jupyter tr.visible-md {
+  .markdown.jupyter tr.visible-md {
     display: table-row !important;
   }
-  .markup.jupyter th.visible-md,
-  .markup.jupyter td.visible-md {
+  .markdown.jupyter th.visible-md,
+  .markdown.jupyter td.visible-md {
     display: table-cell !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
-  .markup.jupyter .visible-md-block {
+  .markdown.jupyter .visible-md-block {
     display: block !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
-  .markup.jupyter .visible-md-inline {
+  .markdown.jupyter .visible-md-inline {
     display: inline !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
-  .markup.jupyter .visible-md-inline-block {
+  .markdown.jupyter .visible-md-inline-block {
     display: inline-block !important;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .visible-lg {
+  .markdown.jupyter .visible-lg {
     display: block !important;
   }
-  .markup.jupyter table.visible-lg {
+  .markdown.jupyter table.visible-lg {
     display: table !important;
   }
-  .markup.jupyter tr.visible-lg {
+  .markdown.jupyter tr.visible-lg {
     display: table-row !important;
   }
-  .markup.jupyter th.visible-lg,
-  .markup.jupyter td.visible-lg {
+  .markdown.jupyter th.visible-lg,
+  .markdown.jupyter td.visible-lg {
     display: table-cell !important;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .visible-lg-block {
+  .markdown.jupyter .visible-lg-block {
     display: block !important;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .visible-lg-inline {
+  .markdown.jupyter .visible-lg-inline {
     display: inline !important;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .visible-lg-inline-block {
+  .markdown.jupyter .visible-lg-inline-block {
     display: inline-block !important;
   }
 }
 @media (max-width: 767px) {
-  .markup.jupyter .hidden-xs {
+  .markdown.jupyter .hidden-xs {
     display: none !important;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter .hidden-sm {
+  .markdown.jupyter .hidden-sm {
     display: none !important;
   }
 }
 @media (min-width: 992px) and (max-width: 1199px) {
-  .markup.jupyter .hidden-md {
+  .markdown.jupyter .hidden-md {
     display: none !important;
   }
 }
 @media (min-width: 1200px) {
-  .markup.jupyter .hidden-lg {
+  .markdown.jupyter .hidden-lg {
     display: none !important;
   }
 }
-.markup.jupyter .visible-print {
+.markdown.jupyter .visible-print {
   display: none !important;
 }
 @media print {
-  .markup.jupyter .visible-print {
+  .markdown.jupyter .visible-print {
     display: block !important;
   }
-  .markup.jupyter table.visible-print {
+  .markdown.jupyter table.visible-print {
     display: table !important;
   }
-  .markup.jupyter tr.visible-print {
+  .markdown.jupyter tr.visible-print {
     display: table-row !important;
   }
-  .markup.jupyter th.visible-print,
-  .markup.jupyter td.visible-print {
+  .markdown.jupyter th.visible-print,
+  .markdown.jupyter td.visible-print {
     display: table-cell !important;
   }
 }
-.markup.jupyter .visible-print-block {
+.markdown.jupyter .visible-print-block {
   display: none !important;
 }
 @media print {
-  .markup.jupyter .visible-print-block {
+  .markdown.jupyter .visible-print-block {
     display: block !important;
   }
 }
-.markup.jupyter .visible-print-inline {
+.markdown.jupyter .visible-print-inline {
   display: none !important;
 }
 @media print {
-  .markup.jupyter .visible-print-inline {
+  .markdown.jupyter .visible-print-inline {
     display: inline !important;
   }
 }
-.markup.jupyter .visible-print-inline-block {
+.markdown.jupyter .visible-print-inline-block {
   display: none !important;
 }
 @media print {
-  .markup.jupyter .visible-print-inline-block {
+  .markdown.jupyter .visible-print-inline-block {
     display: inline-block !important;
   }
 }
 @media print {
-  .markup.jupyter .hidden-print {
+  .markdown.jupyter .hidden-print {
     display: none !important;
   }
 }
@@ -7027,7 +7027,7 @@ Adapted from GitHub theme
   font-weight: normal;
   font-style: normal;
 }
-.markup.jupyter .fa {
+.markdown.jupyter .fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -7035,79 +7035,79 @@ Adapted from GitHub theme
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
-.markup.jupyter .fa-lg {
+.markdown.jupyter .fa-lg {
   font-size: 1.33333333em;
   line-height: 0.75em;
   vertical-align: -15%;
 }
-.markup.jupyter .fa-2x {
+.markdown.jupyter .fa-2x {
   font-size: 2em;
 }
-.markup.jupyter .fa-3x {
+.markdown.jupyter .fa-3x {
   font-size: 3em;
 }
-.markup.jupyter .fa-4x {
+.markdown.jupyter .fa-4x {
   font-size: 4em;
 }
-.markup.jupyter .fa-5x {
+.markdown.jupyter .fa-5x {
   font-size: 5em;
 }
-.markup.jupyter .fa-fw {
+.markdown.jupyter .fa-fw {
   width: 1.28571429em;
   text-align: center;
 }
-.markup.jupyter .fa-ul {
+.markdown.jupyter .fa-ul {
   padding-left: 0;
   margin-left: 2.14285714em;
   list-style-type: none;
 }
-.markup.jupyter .fa-ul > li {
+.markdown.jupyter .fa-ul > li {
   position: relative;
 }
-.markup.jupyter .fa-li {
+.markdown.jupyter .fa-li {
   position: absolute;
   left: -2.14285714em;
   width: 2.14285714em;
   top: 0.14285714em;
   text-align: center;
 }
-.markup.jupyter .fa-li.fa-lg {
+.markdown.jupyter .fa-li.fa-lg {
   left: -1.85714286em;
 }
-.markup.jupyter .fa-border {
+.markdown.jupyter .fa-border {
   padding: 0.2em 0.25em 0.15em;
   border: solid 0.08em #eee;
   border-radius: 0.1em;
 }
-.markup.jupyter .fa-pull-left {
+.markdown.jupyter .fa-pull-left {
   float: left;
 }
-.markup.jupyter .fa-pull-right {
+.markdown.jupyter .fa-pull-right {
   float: right;
 }
-.markup.jupyter .fa.fa-pull-left {
+.markdown.jupyter .fa.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .fa.fa-pull-right {
+.markdown.jupyter .fa.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .pull-right {
+.markdown.jupyter .pull-right {
   float: right;
 }
-.markup.jupyter .pull-left {
+.markdown.jupyter .pull-left {
   float: left;
 }
-.markup.jupyter .fa.pull-left {
+.markdown.jupyter .fa.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .fa.pull-right {
+.markdown.jupyter .fa.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .fa-spin {
+.markdown.jupyter .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
 }
-.markup.jupyter .fa-pulse {
+.markdown.jupyter .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8);
 }
@@ -7131,44 +7131,44 @@ Adapted from GitHub theme
     transform: rotate(359deg);
   }
 }
-.markup.jupyter .fa-rotate-90 {
+.markdown.jupyter .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
-.markup.jupyter .fa-rotate-180 {
+.markdown.jupyter .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }
-.markup.jupyter .fa-rotate-270 {
+.markdown.jupyter .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
 }
-.markup.jupyter .fa-flip-horizontal {
+.markdown.jupyter .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
 }
-.markup.jupyter .fa-flip-vertical {
+.markdown.jupyter .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
   -ms-transform: scale(1, -1);
   transform: scale(1, -1);
 }
-.markup.jupyter :root .fa-rotate-90,
-.markup.jupyter :root .fa-rotate-180,
-.markup.jupyter :root .fa-rotate-270,
-.markup.jupyter :root .fa-flip-horizontal,
-.markup.jupyter :root .fa-flip-vertical {
+.markdown.jupyter :root .fa-rotate-90,
+.markdown.jupyter :root .fa-rotate-180,
+.markdown.jupyter :root .fa-rotate-270,
+.markdown.jupyter :root .fa-flip-horizontal,
+.markdown.jupyter :root .fa-flip-vertical {
   filter: none;
 }
-.markup.jupyter .fa-stack {
+.markdown.jupyter .fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
@@ -7176,2159 +7176,2159 @@ Adapted from GitHub theme
   line-height: 2em;
   vertical-align: middle;
 }
-.markup.jupyter .fa-stack-1x,
-.markup.jupyter .fa-stack-2x {
+.markdown.jupyter .fa-stack-1x,
+.markdown.jupyter .fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center;
 }
-.markup.jupyter .fa-stack-1x {
+.markdown.jupyter .fa-stack-1x {
   line-height: inherit;
 }
-.markup.jupyter .fa-stack-2x {
+.markdown.jupyter .fa-stack-2x {
   font-size: 2em;
 }
-.markup.jupyter .fa-inverse {
+.markdown.jupyter .fa-inverse {
   color: #fff;
 }
-.markup.jupyter .fa-glass:before {
+.markdown.jupyter .fa-glass:before {
   content: "\f000";
 }
-.markup.jupyter .fa-music:before {
+.markdown.jupyter .fa-music:before {
   content: "\f001";
 }
-.markup.jupyter .fa-search:before {
+.markdown.jupyter .fa-search:before {
   content: "\f002";
 }
-.markup.jupyter .fa-envelope-o:before {
+.markdown.jupyter .fa-envelope-o:before {
   content: "\f003";
 }
-.markup.jupyter .fa-heart:before {
+.markdown.jupyter .fa-heart:before {
   content: "\f004";
 }
-.markup.jupyter .fa-star:before {
+.markdown.jupyter .fa-star:before {
   content: "\f005";
 }
-.markup.jupyter .fa-star-o:before {
+.markdown.jupyter .fa-star-o:before {
   content: "\f006";
 }
-.markup.jupyter .fa-user:before {
+.markdown.jupyter .fa-user:before {
   content: "\f007";
 }
-.markup.jupyter .fa-film:before {
+.markdown.jupyter .fa-film:before {
   content: "\f008";
 }
-.markup.jupyter .fa-th-large:before {
+.markdown.jupyter .fa-th-large:before {
   content: "\f009";
 }
-.markup.jupyter .fa-th:before {
+.markdown.jupyter .fa-th:before {
   content: "\f00a";
 }
-.markup.jupyter .fa-th-list:before {
+.markdown.jupyter .fa-th-list:before {
   content: "\f00b";
 }
-.markup.jupyter .fa-check:before {
+.markdown.jupyter .fa-check:before {
   content: "\f00c";
 }
-.markup.jupyter .fa-remove:before,
-.markup.jupyter .fa-close:before,
-.markup.jupyter .fa-times:before {
+.markdown.jupyter .fa-remove:before,
+.markdown.jupyter .fa-close:before,
+.markdown.jupyter .fa-times:before {
   content: "\f00d";
 }
-.markup.jupyter .fa-search-plus:before {
+.markdown.jupyter .fa-search-plus:before {
   content: "\f00e";
 }
-.markup.jupyter .fa-search-minus:before {
+.markdown.jupyter .fa-search-minus:before {
   content: "\f010";
 }
-.markup.jupyter .fa-power-off:before {
+.markdown.jupyter .fa-power-off:before {
   content: "\f011";
 }
-.markup.jupyter .fa-signal:before {
+.markdown.jupyter .fa-signal:before {
   content: "\f012";
 }
-.markup.jupyter .fa-gear:before,
-.markup.jupyter .fa-cog:before {
+.markdown.jupyter .fa-gear:before,
+.markdown.jupyter .fa-cog:before {
   content: "\f013";
 }
-.markup.jupyter .fa-trash-o:before {
+.markdown.jupyter .fa-trash-o:before {
   content: "\f014";
 }
-.markup.jupyter .fa-home:before {
+.markdown.jupyter .fa-home:before {
   content: "\f015";
 }
-.markup.jupyter .fa-file-o:before {
+.markdown.jupyter .fa-file-o:before {
   content: "\f016";
 }
-.markup.jupyter .fa-clock-o:before {
+.markdown.jupyter .fa-clock-o:before {
   content: "\f017";
 }
-.markup.jupyter .fa-road:before {
+.markdown.jupyter .fa-road:before {
   content: "\f018";
 }
-.markup.jupyter .fa-download:before {
+.markdown.jupyter .fa-download:before {
   content: "\f019";
 }
-.markup.jupyter .fa-arrow-circle-o-down:before {
+.markdown.jupyter .fa-arrow-circle-o-down:before {
   content: "\f01a";
 }
-.markup.jupyter .fa-arrow-circle-o-up:before {
+.markdown.jupyter .fa-arrow-circle-o-up:before {
   content: "\f01b";
 }
-.markup.jupyter .fa-inbox:before {
+.markdown.jupyter .fa-inbox:before {
   content: "\f01c";
 }
-.markup.jupyter .fa-play-circle-o:before {
+.markdown.jupyter .fa-play-circle-o:before {
   content: "\f01d";
 }
-.markup.jupyter .fa-rotate-right:before,
-.markup.jupyter .fa-repeat:before {
+.markdown.jupyter .fa-rotate-right:before,
+.markdown.jupyter .fa-repeat:before {
   content: "\f01e";
 }
-.markup.jupyter .fa-refresh:before {
+.markdown.jupyter .fa-refresh:before {
   content: "\f021";
 }
-.markup.jupyter .fa-list-alt:before {
+.markdown.jupyter .fa-list-alt:before {
   content: "\f022";
 }
-.markup.jupyter .fa-lock:before {
+.markdown.jupyter .fa-lock:before {
   content: "\f023";
 }
-.markup.jupyter .fa-flag:before {
+.markdown.jupyter .fa-flag:before {
   content: "\f024";
 }
-.markup.jupyter .fa-headphones:before {
+.markdown.jupyter .fa-headphones:before {
   content: "\f025";
 }
-.markup.jupyter .fa-volume-off:before {
+.markdown.jupyter .fa-volume-off:before {
   content: "\f026";
 }
-.markup.jupyter .fa-volume-down:before {
+.markdown.jupyter .fa-volume-down:before {
   content: "\f027";
 }
-.markup.jupyter .fa-volume-up:before {
+.markdown.jupyter .fa-volume-up:before {
   content: "\f028";
 }
-.markup.jupyter .fa-qrcode:before {
+.markdown.jupyter .fa-qrcode:before {
   content: "\f029";
 }
-.markup.jupyter .fa-barcode:before {
+.markdown.jupyter .fa-barcode:before {
   content: "\f02a";
 }
-.markup.jupyter .fa-tag:before {
+.markdown.jupyter .fa-tag:before {
   content: "\f02b";
 }
-.markup.jupyter .fa-tags:before {
+.markdown.jupyter .fa-tags:before {
   content: "\f02c";
 }
-.markup.jupyter .fa-book:before {
+.markdown.jupyter .fa-book:before {
   content: "\f02d";
 }
-.markup.jupyter .fa-bookmark:before {
+.markdown.jupyter .fa-bookmark:before {
   content: "\f02e";
 }
-.markup.jupyter .fa-print:before {
+.markdown.jupyter .fa-print:before {
   content: "\f02f";
 }
-.markup.jupyter .fa-camera:before {
+.markdown.jupyter .fa-camera:before {
   content: "\f030";
 }
-.markup.jupyter .fa-font:before {
+.markdown.jupyter .fa-font:before {
   content: "\f031";
 }
-.markup.jupyter .fa-bold:before {
+.markdown.jupyter .fa-bold:before {
   content: "\f032";
 }
-.markup.jupyter .fa-italic:before {
+.markdown.jupyter .fa-italic:before {
   content: "\f033";
 }
-.markup.jupyter .fa-text-height:before {
+.markdown.jupyter .fa-text-height:before {
   content: "\f034";
 }
-.markup.jupyter .fa-text-width:before {
+.markdown.jupyter .fa-text-width:before {
   content: "\f035";
 }
-.markup.jupyter .fa-align-left:before {
+.markdown.jupyter .fa-align-left:before {
   content: "\f036";
 }
-.markup.jupyter .fa-align-center:before {
+.markdown.jupyter .fa-align-center:before {
   content: "\f037";
 }
-.markup.jupyter .fa-align-right:before {
+.markdown.jupyter .fa-align-right:before {
   content: "\f038";
 }
-.markup.jupyter .fa-align-justify:before {
+.markdown.jupyter .fa-align-justify:before {
   content: "\f039";
 }
-.markup.jupyter .fa-list:before {
+.markdown.jupyter .fa-list:before {
   content: "\f03a";
 }
-.markup.jupyter .fa-dedent:before,
-.markup.jupyter .fa-outdent:before {
+.markdown.jupyter .fa-dedent:before,
+.markdown.jupyter .fa-outdent:before {
   content: "\f03b";
 }
-.markup.jupyter .fa-indent:before {
+.markdown.jupyter .fa-indent:before {
   content: "\f03c";
 }
-.markup.jupyter .fa-video-camera:before {
+.markdown.jupyter .fa-video-camera:before {
   content: "\f03d";
 }
-.markup.jupyter .fa-photo:before,
-.markup.jupyter .fa-image:before,
-.markup.jupyter .fa-picture-o:before {
+.markdown.jupyter .fa-photo:before,
+.markdown.jupyter .fa-image:before,
+.markdown.jupyter .fa-picture-o:before {
   content: "\f03e";
 }
-.markup.jupyter .fa-pencil:before {
+.markdown.jupyter .fa-pencil:before {
   content: "\f040";
 }
-.markup.jupyter .fa-map-marker:before {
+.markdown.jupyter .fa-map-marker:before {
   content: "\f041";
 }
-.markup.jupyter .fa-adjust:before {
+.markdown.jupyter .fa-adjust:before {
   content: "\f042";
 }
-.markup.jupyter .fa-tint:before {
+.markdown.jupyter .fa-tint:before {
   content: "\f043";
 }
-.markup.jupyter .fa-edit:before,
-.markup.jupyter .fa-pencil-square-o:before {
+.markdown.jupyter .fa-edit:before,
+.markdown.jupyter .fa-pencil-square-o:before {
   content: "\f044";
 }
-.markup.jupyter .fa-share-square-o:before {
+.markdown.jupyter .fa-share-square-o:before {
   content: "\f045";
 }
-.markup.jupyter .fa-check-square-o:before {
+.markdown.jupyter .fa-check-square-o:before {
   content: "\f046";
 }
-.markup.jupyter .fa-arrows:before {
+.markdown.jupyter .fa-arrows:before {
   content: "\f047";
 }
-.markup.jupyter .fa-step-backward:before {
+.markdown.jupyter .fa-step-backward:before {
   content: "\f048";
 }
-.markup.jupyter .fa-fast-backward:before {
+.markdown.jupyter .fa-fast-backward:before {
   content: "\f049";
 }
-.markup.jupyter .fa-backward:before {
+.markdown.jupyter .fa-backward:before {
   content: "\f04a";
 }
-.markup.jupyter .fa-play:before {
+.markdown.jupyter .fa-play:before {
   content: "\f04b";
 }
-.markup.jupyter .fa-pause:before {
+.markdown.jupyter .fa-pause:before {
   content: "\f04c";
 }
-.markup.jupyter .fa-stop:before {
+.markdown.jupyter .fa-stop:before {
   content: "\f04d";
 }
-.markup.jupyter .fa-forward:before {
+.markdown.jupyter .fa-forward:before {
   content: "\f04e";
 }
-.markup.jupyter .fa-fast-forward:before {
+.markdown.jupyter .fa-fast-forward:before {
   content: "\f050";
 }
-.markup.jupyter .fa-step-forward:before {
+.markdown.jupyter .fa-step-forward:before {
   content: "\f051";
 }
-.markup.jupyter .fa-eject:before {
+.markdown.jupyter .fa-eject:before {
   content: "\f052";
 }
-.markup.jupyter .fa-chevron-left:before {
+.markdown.jupyter .fa-chevron-left:before {
   content: "\f053";
 }
-.markup.jupyter .fa-chevron-right:before {
+.markdown.jupyter .fa-chevron-right:before {
   content: "\f054";
 }
-.markup.jupyter .fa-plus-circle:before {
+.markdown.jupyter .fa-plus-circle:before {
   content: "\f055";
 }
-.markup.jupyter .fa-minus-circle:before {
+.markdown.jupyter .fa-minus-circle:before {
   content: "\f056";
 }
-.markup.jupyter .fa-times-circle:before {
+.markdown.jupyter .fa-times-circle:before {
   content: "\f057";
 }
-.markup.jupyter .fa-check-circle:before {
+.markdown.jupyter .fa-check-circle:before {
   content: "\f058";
 }
-.markup.jupyter .fa-question-circle:before {
+.markdown.jupyter .fa-question-circle:before {
   content: "\f059";
 }
-.markup.jupyter .fa-info-circle:before {
+.markdown.jupyter .fa-info-circle:before {
   content: "\f05a";
 }
-.markup.jupyter .fa-crosshairs:before {
+.markdown.jupyter .fa-crosshairs:before {
   content: "\f05b";
 }
-.markup.jupyter .fa-times-circle-o:before {
+.markdown.jupyter .fa-times-circle-o:before {
   content: "\f05c";
 }
-.markup.jupyter .fa-check-circle-o:before {
+.markdown.jupyter .fa-check-circle-o:before {
   content: "\f05d";
 }
-.markup.jupyter .fa-ban:before {
+.markdown.jupyter .fa-ban:before {
   content: "\f05e";
 }
-.markup.jupyter .fa-arrow-left:before {
+.markdown.jupyter .fa-arrow-left:before {
   content: "\f060";
 }
-.markup.jupyter .fa-arrow-right:before {
+.markdown.jupyter .fa-arrow-right:before {
   content: "\f061";
 }
-.markup.jupyter .fa-arrow-up:before {
+.markdown.jupyter .fa-arrow-up:before {
   content: "\f062";
 }
-.markup.jupyter .fa-arrow-down:before {
+.markdown.jupyter .fa-arrow-down:before {
   content: "\f063";
 }
-.markup.jupyter .fa-mail-forward:before,
-.markup.jupyter .fa-share:before {
+.markdown.jupyter .fa-mail-forward:before,
+.markdown.jupyter .fa-share:before {
   content: "\f064";
 }
-.markup.jupyter .fa-expand:before {
+.markdown.jupyter .fa-expand:before {
   content: "\f065";
 }
-.markup.jupyter .fa-compress:before {
+.markdown.jupyter .fa-compress:before {
   content: "\f066";
 }
-.markup.jupyter .fa-plus:before {
+.markdown.jupyter .fa-plus:before {
   content: "\f067";
 }
-.markup.jupyter .fa-minus:before {
+.markdown.jupyter .fa-minus:before {
   content: "\f068";
 }
-.markup.jupyter .fa-asterisk:before {
+.markdown.jupyter .fa-asterisk:before {
   content: "\f069";
 }
-.markup.jupyter .fa-exclamation-circle:before {
+.markdown.jupyter .fa-exclamation-circle:before {
   content: "\f06a";
 }
-.markup.jupyter .fa-gift:before {
+.markdown.jupyter .fa-gift:before {
   content: "\f06b";
 }
-.markup.jupyter .fa-leaf:before {
+.markdown.jupyter .fa-leaf:before {
   content: "\f06c";
 }
-.markup.jupyter .fa-fire:before {
+.markdown.jupyter .fa-fire:before {
   content: "\f06d";
 }
-.markup.jupyter .fa-eye:before {
+.markdown.jupyter .fa-eye:before {
   content: "\f06e";
 }
-.markup.jupyter .fa-eye-slash:before {
+.markdown.jupyter .fa-eye-slash:before {
   content: "\f070";
 }
-.markup.jupyter .fa-warning:before,
-.markup.jupyter .fa-exclamation-triangle:before {
+.markdown.jupyter .fa-warning:before,
+.markdown.jupyter .fa-exclamation-triangle:before {
   content: "\f071";
 }
-.markup.jupyter .fa-plane:before {
+.markdown.jupyter .fa-plane:before {
   content: "\f072";
 }
-.markup.jupyter .fa-calendar:before {
+.markdown.jupyter .fa-calendar:before {
   content: "\f073";
 }
-.markup.jupyter .fa-random:before {
+.markdown.jupyter .fa-random:before {
   content: "\f074";
 }
-.markup.jupyter .fa-comment:before {
+.markdown.jupyter .fa-comment:before {
   content: "\f075";
 }
-.markup.jupyter .fa-magnet:before {
+.markdown.jupyter .fa-magnet:before {
   content: "\f076";
 }
-.markup.jupyter .fa-chevron-up:before {
+.markdown.jupyter .fa-chevron-up:before {
   content: "\f077";
 }
-.markup.jupyter .fa-chevron-down:before {
+.markdown.jupyter .fa-chevron-down:before {
   content: "\f078";
 }
-.markup.jupyter .fa-retweet:before {
+.markdown.jupyter .fa-retweet:before {
   content: "\f079";
 }
-.markup.jupyter .fa-shopping-cart:before {
+.markdown.jupyter .fa-shopping-cart:before {
   content: "\f07a";
 }
-.markup.jupyter .fa-folder:before {
+.markdown.jupyter .fa-folder:before {
   content: "\f07b";
 }
-.markup.jupyter .fa-folder-open:before {
+.markdown.jupyter .fa-folder-open:before {
   content: "\f07c";
 }
-.markup.jupyter .fa-arrows-v:before {
+.markdown.jupyter .fa-arrows-v:before {
   content: "\f07d";
 }
-.markup.jupyter .fa-arrows-h:before {
+.markdown.jupyter .fa-arrows-h:before {
   content: "\f07e";
 }
-.markup.jupyter .fa-bar-chart-o:before,
-.markup.jupyter .fa-bar-chart:before {
+.markdown.jupyter .fa-bar-chart-o:before,
+.markdown.jupyter .fa-bar-chart:before {
   content: "\f080";
 }
-.markup.jupyter .fa-twitter-square:before {
+.markdown.jupyter .fa-twitter-square:before {
   content: "\f081";
 }
-.markup.jupyter .fa-facebook-square:before {
+.markdown.jupyter .fa-facebook-square:before {
   content: "\f082";
 }
-.markup.jupyter .fa-camera-retro:before {
+.markdown.jupyter .fa-camera-retro:before {
   content: "\f083";
 }
-.markup.jupyter .fa-key:before {
+.markdown.jupyter .fa-key:before {
   content: "\f084";
 }
-.markup.jupyter .fa-gears:before,
-.markup.jupyter .fa-cogs:before {
+.markdown.jupyter .fa-gears:before,
+.markdown.jupyter .fa-cogs:before {
   content: "\f085";
 }
-.markup.jupyter .fa-comments:before {
+.markdown.jupyter .fa-comments:before {
   content: "\f086";
 }
-.markup.jupyter .fa-thumbs-o-up:before {
+.markdown.jupyter .fa-thumbs-o-up:before {
   content: "\f087";
 }
-.markup.jupyter .fa-thumbs-o-down:before {
+.markdown.jupyter .fa-thumbs-o-down:before {
   content: "\f088";
 }
-.markup.jupyter .fa-star-half:before {
+.markdown.jupyter .fa-star-half:before {
   content: "\f089";
 }
-.markup.jupyter .fa-heart-o:before {
+.markdown.jupyter .fa-heart-o:before {
   content: "\f08a";
 }
-.markup.jupyter .fa-sign-out:before {
+.markdown.jupyter .fa-sign-out:before {
   content: "\f08b";
 }
-.markup.jupyter .fa-linkedin-square:before {
+.markdown.jupyter .fa-linkedin-square:before {
   content: "\f08c";
 }
-.markup.jupyter .fa-thumb-tack:before {
+.markdown.jupyter .fa-thumb-tack:before {
   content: "\f08d";
 }
-.markup.jupyter .fa-external-link:before {
+.markdown.jupyter .fa-external-link:before {
   content: "\f08e";
 }
-.markup.jupyter .fa-sign-in:before {
+.markdown.jupyter .fa-sign-in:before {
   content: "\f090";
 }
-.markup.jupyter .fa-trophy:before {
+.markdown.jupyter .fa-trophy:before {
   content: "\f091";
 }
-.markup.jupyter .fa-github-square:before {
+.markdown.jupyter .fa-github-square:before {
   content: "\f092";
 }
-.markup.jupyter .fa-upload:before {
+.markdown.jupyter .fa-upload:before {
   content: "\f093";
 }
-.markup.jupyter .fa-lemon-o:before {
+.markdown.jupyter .fa-lemon-o:before {
   content: "\f094";
 }
-.markup.jupyter .fa-phone:before {
+.markdown.jupyter .fa-phone:before {
   content: "\f095";
 }
-.markup.jupyter .fa-square-o:before {
+.markdown.jupyter .fa-square-o:before {
   content: "\f096";
 }
-.markup.jupyter .fa-bookmark-o:before {
+.markdown.jupyter .fa-bookmark-o:before {
   content: "\f097";
 }
-.markup.jupyter .fa-phone-square:before {
+.markdown.jupyter .fa-phone-square:before {
   content: "\f098";
 }
-.markup.jupyter .fa-twitter:before {
+.markdown.jupyter .fa-twitter:before {
   content: "\f099";
 }
-.markup.jupyter .fa-facebook-f:before,
-.markup.jupyter .fa-facebook:before {
+.markdown.jupyter .fa-facebook-f:before,
+.markdown.jupyter .fa-facebook:before {
   content: "\f09a";
 }
-.markup.jupyter .fa-github:before {
+.markdown.jupyter .fa-github:before {
   content: "\f09b";
 }
-.markup.jupyter .fa-unlock:before {
+.markdown.jupyter .fa-unlock:before {
   content: "\f09c";
 }
-.markup.jupyter .fa-credit-card:before {
+.markdown.jupyter .fa-credit-card:before {
   content: "\f09d";
 }
-.markup.jupyter .fa-feed:before,
-.markup.jupyter .fa-rss:before {
+.markdown.jupyter .fa-feed:before,
+.markdown.jupyter .fa-rss:before {
   content: "\f09e";
 }
-.markup.jupyter .fa-hdd-o:before {
+.markdown.jupyter .fa-hdd-o:before {
   content: "\f0a0";
 }
-.markup.jupyter .fa-bullhorn:before {
+.markdown.jupyter .fa-bullhorn:before {
   content: "\f0a1";
 }
-.markup.jupyter .fa-bell:before {
+.markdown.jupyter .fa-bell:before {
   content: "\f0f3";
 }
-.markup.jupyter .fa-certificate:before {
+.markdown.jupyter .fa-certificate:before {
   content: "\f0a3";
 }
-.markup.jupyter .fa-hand-o-right:before {
+.markdown.jupyter .fa-hand-o-right:before {
   content: "\f0a4";
 }
-.markup.jupyter .fa-hand-o-left:before {
+.markdown.jupyter .fa-hand-o-left:before {
   content: "\f0a5";
 }
-.markup.jupyter .fa-hand-o-up:before {
+.markdown.jupyter .fa-hand-o-up:before {
   content: "\f0a6";
 }
-.markup.jupyter .fa-hand-o-down:before {
+.markdown.jupyter .fa-hand-o-down:before {
   content: "\f0a7";
 }
-.markup.jupyter .fa-arrow-circle-left:before {
+.markdown.jupyter .fa-arrow-circle-left:before {
   content: "\f0a8";
 }
-.markup.jupyter .fa-arrow-circle-right:before {
+.markdown.jupyter .fa-arrow-circle-right:before {
   content: "\f0a9";
 }
-.markup.jupyter .fa-arrow-circle-up:before {
+.markdown.jupyter .fa-arrow-circle-up:before {
   content: "\f0aa";
 }
-.markup.jupyter .fa-arrow-circle-down:before {
+.markdown.jupyter .fa-arrow-circle-down:before {
   content: "\f0ab";
 }
-.markup.jupyter .fa-globe:before {
+.markdown.jupyter .fa-globe:before {
   content: "\f0ac";
 }
-.markup.jupyter .fa-wrench:before {
+.markdown.jupyter .fa-wrench:before {
   content: "\f0ad";
 }
-.markup.jupyter .fa-tasks:before {
+.markdown.jupyter .fa-tasks:before {
   content: "\f0ae";
 }
-.markup.jupyter .fa-filter:before {
+.markdown.jupyter .fa-filter:before {
   content: "\f0b0";
 }
-.markup.jupyter .fa-briefcase:before {
+.markdown.jupyter .fa-briefcase:before {
   content: "\f0b1";
 }
-.markup.jupyter .fa-arrows-alt:before {
+.markdown.jupyter .fa-arrows-alt:before {
   content: "\f0b2";
 }
-.markup.jupyter .fa-group:before,
-.markup.jupyter .fa-users:before {
+.markdown.jupyter .fa-group:before,
+.markdown.jupyter .fa-users:before {
   content: "\f0c0";
 }
-.markup.jupyter .fa-chain:before,
-.markup.jupyter .fa-link:before {
+.markdown.jupyter .fa-chain:before,
+.markdown.jupyter .fa-link:before {
   content: "\f0c1";
 }
-.markup.jupyter .fa-cloud:before {
+.markdown.jupyter .fa-cloud:before {
   content: "\f0c2";
 }
-.markup.jupyter .fa-flask:before {
+.markdown.jupyter .fa-flask:before {
   content: "\f0c3";
 }
-.markup.jupyter .fa-cut:before,
-.markup.jupyter .fa-scissors:before {
+.markdown.jupyter .fa-cut:before,
+.markdown.jupyter .fa-scissors:before {
   content: "\f0c4";
 }
-.markup.jupyter .fa-copy:before,
-.markup.jupyter .fa-files-o:before {
+.markdown.jupyter .fa-copy:before,
+.markdown.jupyter .fa-files-o:before {
   content: "\f0c5";
 }
-.markup.jupyter .fa-paperclip:before {
+.markdown.jupyter .fa-paperclip:before {
   content: "\f0c6";
 }
-.markup.jupyter .fa-save:before,
-.markup.jupyter .fa-floppy-o:before {
+.markdown.jupyter .fa-save:before,
+.markdown.jupyter .fa-floppy-o:before {
   content: "\f0c7";
 }
-.markup.jupyter .fa-square:before {
+.markdown.jupyter .fa-square:before {
   content: "\f0c8";
 }
-.markup.jupyter .fa-navicon:before,
-.markup.jupyter .fa-reorder:before,
-.markup.jupyter .fa-bars:before {
+.markdown.jupyter .fa-navicon:before,
+.markdown.jupyter .fa-reorder:before,
+.markdown.jupyter .fa-bars:before {
   content: "\f0c9";
 }
-.markup.jupyter .fa-list-ul:before {
+.markdown.jupyter .fa-list-ul:before {
   content: "\f0ca";
 }
-.markup.jupyter .fa-list-ol:before {
+.markdown.jupyter .fa-list-ol:before {
   content: "\f0cb";
 }
-.markup.jupyter .fa-strikethrough:before {
+.markdown.jupyter .fa-strikethrough:before {
   content: "\f0cc";
 }
-.markup.jupyter .fa-underline:before {
+.markdown.jupyter .fa-underline:before {
   content: "\f0cd";
 }
-.markup.jupyter .fa-table:before {
+.markdown.jupyter .fa-table:before {
   content: "\f0ce";
 }
-.markup.jupyter .fa-magic:before {
+.markdown.jupyter .fa-magic:before {
   content: "\f0d0";
 }
-.markup.jupyter .fa-truck:before {
+.markdown.jupyter .fa-truck:before {
   content: "\f0d1";
 }
-.markup.jupyter .fa-pinterest:before {
+.markdown.jupyter .fa-pinterest:before {
   content: "\f0d2";
 }
-.markup.jupyter .fa-pinterest-square:before {
+.markdown.jupyter .fa-pinterest-square:before {
   content: "\f0d3";
 }
-.markup.jupyter .fa-google-plus-square:before {
+.markdown.jupyter .fa-google-plus-square:before {
   content: "\f0d4";
 }
-.markup.jupyter .fa-google-plus:before {
+.markdown.jupyter .fa-google-plus:before {
   content: "\f0d5";
 }
-.markup.jupyter .fa-money:before {
+.markdown.jupyter .fa-money:before {
   content: "\f0d6";
 }
-.markup.jupyter .fa-caret-down:before {
+.markdown.jupyter .fa-caret-down:before {
   content: "\f0d7";
 }
-.markup.jupyter .fa-caret-up:before {
+.markdown.jupyter .fa-caret-up:before {
   content: "\f0d8";
 }
-.markup.jupyter .fa-caret-left:before {
+.markdown.jupyter .fa-caret-left:before {
   content: "\f0d9";
 }
-.markup.jupyter .fa-caret-right:before {
+.markdown.jupyter .fa-caret-right:before {
   content: "\f0da";
 }
-.markup.jupyter .fa-columns:before {
+.markdown.jupyter .fa-columns:before {
   content: "\f0db";
 }
-.markup.jupyter .fa-unsorted:before,
-.markup.jupyter .fa-sort:before {
+.markdown.jupyter .fa-unsorted:before,
+.markdown.jupyter .fa-sort:before {
   content: "\f0dc";
 }
-.markup.jupyter .fa-sort-down:before,
-.markup.jupyter .fa-sort-desc:before {
+.markdown.jupyter .fa-sort-down:before,
+.markdown.jupyter .fa-sort-desc:before {
   content: "\f0dd";
 }
-.markup.jupyter .fa-sort-up:before,
-.markup.jupyter .fa-sort-asc:before {
+.markdown.jupyter .fa-sort-up:before,
+.markdown.jupyter .fa-sort-asc:before {
   content: "\f0de";
 }
-.markup.jupyter .fa-envelope:before {
+.markdown.jupyter .fa-envelope:before {
   content: "\f0e0";
 }
-.markup.jupyter .fa-linkedin:before {
+.markdown.jupyter .fa-linkedin:before {
   content: "\f0e1";
 }
-.markup.jupyter .fa-rotate-left:before,
-.markup.jupyter .fa-undo:before {
+.markdown.jupyter .fa-rotate-left:before,
+.markdown.jupyter .fa-undo:before {
   content: "\f0e2";
 }
-.markup.jupyter .fa-legal:before,
-.markup.jupyter .fa-gavel:before {
+.markdown.jupyter .fa-legal:before,
+.markdown.jupyter .fa-gavel:before {
   content: "\f0e3";
 }
-.markup.jupyter .fa-dashboard:before,
-.markup.jupyter .fa-tachometer:before {
+.markdown.jupyter .fa-dashboard:before,
+.markdown.jupyter .fa-tachometer:before {
   content: "\f0e4";
 }
-.markup.jupyter .fa-comment-o:before {
+.markdown.jupyter .fa-comment-o:before {
   content: "\f0e5";
 }
-.markup.jupyter .fa-comments-o:before {
+.markdown.jupyter .fa-comments-o:before {
   content: "\f0e6";
 }
-.markup.jupyter .fa-flash:before,
-.markup.jupyter .fa-bolt:before {
+.markdown.jupyter .fa-flash:before,
+.markdown.jupyter .fa-bolt:before {
   content: "\f0e7";
 }
-.markup.jupyter .fa-sitemap:before {
+.markdown.jupyter .fa-sitemap:before {
   content: "\f0e8";
 }
-.markup.jupyter .fa-umbrella:before {
+.markdown.jupyter .fa-umbrella:before {
   content: "\f0e9";
 }
-.markup.jupyter .fa-paste:before,
-.markup.jupyter .fa-clipboard:before {
+.markdown.jupyter .fa-paste:before,
+.markdown.jupyter .fa-clipboard:before {
   content: "\f0ea";
 }
-.markup.jupyter .fa-lightbulb-o:before {
+.markdown.jupyter .fa-lightbulb-o:before {
   content: "\f0eb";
 }
-.markup.jupyter .fa-exchange:before {
+.markdown.jupyter .fa-exchange:before {
   content: "\f0ec";
 }
-.markup.jupyter .fa-cloud-download:before {
+.markdown.jupyter .fa-cloud-download:before {
   content: "\f0ed";
 }
-.markup.jupyter .fa-cloud-upload:before {
+.markdown.jupyter .fa-cloud-upload:before {
   content: "\f0ee";
 }
-.markup.jupyter .fa-user-md:before {
+.markdown.jupyter .fa-user-md:before {
   content: "\f0f0";
 }
-.markup.jupyter .fa-stethoscope:before {
+.markdown.jupyter .fa-stethoscope:before {
   content: "\f0f1";
 }
-.markup.jupyter .fa-suitcase:before {
+.markdown.jupyter .fa-suitcase:before {
   content: "\f0f2";
 }
-.markup.jupyter .fa-bell-o:before {
+.markdown.jupyter .fa-bell-o:before {
   content: "\f0a2";
 }
-.markup.jupyter .fa-coffee:before {
+.markdown.jupyter .fa-coffee:before {
   content: "\f0f4";
 }
-.markup.jupyter .fa-cutlery:before {
+.markdown.jupyter .fa-cutlery:before {
   content: "\f0f5";
 }
-.markup.jupyter .fa-file-text-o:before {
+.markdown.jupyter .fa-file-text-o:before {
   content: "\f0f6";
 }
-.markup.jupyter .fa-building-o:before {
+.markdown.jupyter .fa-building-o:before {
   content: "\f0f7";
 }
-.markup.jupyter .fa-hospital-o:before {
+.markdown.jupyter .fa-hospital-o:before {
   content: "\f0f8";
 }
-.markup.jupyter .fa-ambulance:before {
+.markdown.jupyter .fa-ambulance:before {
   content: "\f0f9";
 }
-.markup.jupyter .fa-medkit:before {
+.markdown.jupyter .fa-medkit:before {
   content: "\f0fa";
 }
-.markup.jupyter .fa-fighter-jet:before {
+.markdown.jupyter .fa-fighter-jet:before {
   content: "\f0fb";
 }
-.markup.jupyter .fa-beer:before {
+.markdown.jupyter .fa-beer:before {
   content: "\f0fc";
 }
-.markup.jupyter .fa-h-square:before {
+.markdown.jupyter .fa-h-square:before {
   content: "\f0fd";
 }
-.markup.jupyter .fa-plus-square:before {
+.markdown.jupyter .fa-plus-square:before {
   content: "\f0fe";
 }
-.markup.jupyter .fa-angle-double-left:before {
+.markdown.jupyter .fa-angle-double-left:before {
   content: "\f100";
 }
-.markup.jupyter .fa-angle-double-right:before {
+.markdown.jupyter .fa-angle-double-right:before {
   content: "\f101";
 }
-.markup.jupyter .fa-angle-double-up:before {
+.markdown.jupyter .fa-angle-double-up:before {
   content: "\f102";
 }
-.markup.jupyter .fa-angle-double-down:before {
+.markdown.jupyter .fa-angle-double-down:before {
   content: "\f103";
 }
-.markup.jupyter .fa-angle-left:before {
+.markdown.jupyter .fa-angle-left:before {
   content: "\f104";
 }
-.markup.jupyter .fa-angle-right:before {
+.markdown.jupyter .fa-angle-right:before {
   content: "\f105";
 }
-.markup.jupyter .fa-angle-up:before {
+.markdown.jupyter .fa-angle-up:before {
   content: "\f106";
 }
-.markup.jupyter .fa-angle-down:before {
+.markdown.jupyter .fa-angle-down:before {
   content: "\f107";
 }
-.markup.jupyter .fa-desktop:before {
+.markdown.jupyter .fa-desktop:before {
   content: "\f108";
 }
-.markup.jupyter .fa-laptop:before {
+.markdown.jupyter .fa-laptop:before {
   content: "\f109";
 }
-.markup.jupyter .fa-tablet:before {
+.markdown.jupyter .fa-tablet:before {
   content: "\f10a";
 }
-.markup.jupyter .fa-mobile-phone:before,
-.markup.jupyter .fa-mobile:before {
+.markdown.jupyter .fa-mobile-phone:before,
+.markdown.jupyter .fa-mobile:before {
   content: "\f10b";
 }
-.markup.jupyter .fa-circle-o:before {
+.markdown.jupyter .fa-circle-o:before {
   content: "\f10c";
 }
-.markup.jupyter .fa-quote-left:before {
+.markdown.jupyter .fa-quote-left:before {
   content: "\f10d";
 }
-.markup.jupyter .fa-quote-right:before {
+.markdown.jupyter .fa-quote-right:before {
   content: "\f10e";
 }
-.markup.jupyter .fa-spinner:before {
+.markdown.jupyter .fa-spinner:before {
   content: "\f110";
 }
-.markup.jupyter .fa-circle:before {
+.markdown.jupyter .fa-circle:before {
   content: "\f111";
 }
-.markup.jupyter .fa-mail-reply:before,
-.markup.jupyter .fa-reply:before {
+.markdown.jupyter .fa-mail-reply:before,
+.markdown.jupyter .fa-reply:before {
   content: "\f112";
 }
-.markup.jupyter .fa-github-alt:before {
+.markdown.jupyter .fa-github-alt:before {
   content: "\f113";
 }
-.markup.jupyter .fa-folder-o:before {
+.markdown.jupyter .fa-folder-o:before {
   content: "\f114";
 }
-.markup.jupyter .fa-folder-open-o:before {
+.markdown.jupyter .fa-folder-open-o:before {
   content: "\f115";
 }
-.markup.jupyter .fa-smile-o:before {
+.markdown.jupyter .fa-smile-o:before {
   content: "\f118";
 }
-.markup.jupyter .fa-frown-o:before {
+.markdown.jupyter .fa-frown-o:before {
   content: "\f119";
 }
-.markup.jupyter .fa-meh-o:before {
+.markdown.jupyter .fa-meh-o:before {
   content: "\f11a";
 }
-.markup.jupyter .fa-gamepad:before {
+.markdown.jupyter .fa-gamepad:before {
   content: "\f11b";
 }
-.markup.jupyter .fa-keyboard-o:before {
+.markdown.jupyter .fa-keyboard-o:before {
   content: "\f11c";
 }
-.markup.jupyter .fa-flag-o:before {
+.markdown.jupyter .fa-flag-o:before {
   content: "\f11d";
 }
-.markup.jupyter .fa-flag-checkered:before {
+.markdown.jupyter .fa-flag-checkered:before {
   content: "\f11e";
 }
-.markup.jupyter .fa-terminal:before {
+.markdown.jupyter .fa-terminal:before {
   content: "\f120";
 }
-.markup.jupyter .fa-code:before {
+.markdown.jupyter .fa-code:before {
   content: "\f121";
 }
-.markup.jupyter .fa-mail-reply-all:before,
-.markup.jupyter .fa-reply-all:before {
+.markdown.jupyter .fa-mail-reply-all:before,
+.markdown.jupyter .fa-reply-all:before {
   content: "\f122";
 }
-.markup.jupyter .fa-star-half-empty:before,
-.markup.jupyter .fa-star-half-full:before,
-.markup.jupyter .fa-star-half-o:before {
+.markdown.jupyter .fa-star-half-empty:before,
+.markdown.jupyter .fa-star-half-full:before,
+.markdown.jupyter .fa-star-half-o:before {
   content: "\f123";
 }
-.markup.jupyter .fa-location-arrow:before {
+.markdown.jupyter .fa-location-arrow:before {
   content: "\f124";
 }
-.markup.jupyter .fa-crop:before {
+.markdown.jupyter .fa-crop:before {
   content: "\f125";
 }
-.markup.jupyter .fa-code-fork:before {
+.markdown.jupyter .fa-code-fork:before {
   content: "\f126";
 }
-.markup.jupyter .fa-unlink:before,
-.markup.jupyter .fa-chain-broken:before {
+.markdown.jupyter .fa-unlink:before,
+.markdown.jupyter .fa-chain-broken:before {
   content: "\f127";
 }
-.markup.jupyter .fa-question:before {
+.markdown.jupyter .fa-question:before {
   content: "\f128";
 }
-.markup.jupyter .fa-info:before {
+.markdown.jupyter .fa-info:before {
   content: "\f129";
 }
-.markup.jupyter .fa-exclamation:before {
+.markdown.jupyter .fa-exclamation:before {
   content: "\f12a";
 }
-.markup.jupyter .fa-superscript:before {
+.markdown.jupyter .fa-superscript:before {
   content: "\f12b";
 }
-.markup.jupyter .fa-subscript:before {
+.markdown.jupyter .fa-subscript:before {
   content: "\f12c";
 }
-.markup.jupyter .fa-eraser:before {
+.markdown.jupyter .fa-eraser:before {
   content: "\f12d";
 }
-.markup.jupyter .fa-puzzle-piece:before {
+.markdown.jupyter .fa-puzzle-piece:before {
   content: "\f12e";
 }
-.markup.jupyter .fa-microphone:before {
+.markdown.jupyter .fa-microphone:before {
   content: "\f130";
 }
-.markup.jupyter .fa-microphone-slash:before {
+.markdown.jupyter .fa-microphone-slash:before {
   content: "\f131";
 }
-.markup.jupyter .fa-shield:before {
+.markdown.jupyter .fa-shield:before {
   content: "\f132";
 }
-.markup.jupyter .fa-calendar-o:before {
+.markdown.jupyter .fa-calendar-o:before {
   content: "\f133";
 }
-.markup.jupyter .fa-fire-extinguisher:before {
+.markdown.jupyter .fa-fire-extinguisher:before {
   content: "\f134";
 }
-.markup.jupyter .fa-rocket:before {
+.markdown.jupyter .fa-rocket:before {
   content: "\f135";
 }
-.markup.jupyter .fa-maxcdn:before {
+.markdown.jupyter .fa-maxcdn:before {
   content: "\f136";
 }
-.markup.jupyter .fa-chevron-circle-left:before {
+.markdown.jupyter .fa-chevron-circle-left:before {
   content: "\f137";
 }
-.markup.jupyter .fa-chevron-circle-right:before {
+.markdown.jupyter .fa-chevron-circle-right:before {
   content: "\f138";
 }
-.markup.jupyter .fa-chevron-circle-up:before {
+.markdown.jupyter .fa-chevron-circle-up:before {
   content: "\f139";
 }
-.markup.jupyter .fa-chevron-circle-down:before {
+.markdown.jupyter .fa-chevron-circle-down:before {
   content: "\f13a";
 }
-.markup.jupyter .fa-html5:before {
+.markdown.jupyter .fa-html5:before {
   content: "\f13b";
 }
-.markup.jupyter .fa-css3:before {
+.markdown.jupyter .fa-css3:before {
   content: "\f13c";
 }
-.markup.jupyter .fa-anchor:before {
+.markdown.jupyter .fa-anchor:before {
   content: "\f13d";
 }
-.markup.jupyter .fa-unlock-alt:before {
+.markdown.jupyter .fa-unlock-alt:before {
   content: "\f13e";
 }
-.markup.jupyter .fa-bullseye:before {
+.markdown.jupyter .fa-bullseye:before {
   content: "\f140";
 }
-.markup.jupyter .fa-ellipsis-h:before {
+.markdown.jupyter .fa-ellipsis-h:before {
   content: "\f141";
 }
-.markup.jupyter .fa-ellipsis-v:before {
+.markdown.jupyter .fa-ellipsis-v:before {
   content: "\f142";
 }
-.markup.jupyter .fa-rss-square:before {
+.markdown.jupyter .fa-rss-square:before {
   content: "\f143";
 }
-.markup.jupyter .fa-play-circle:before {
+.markdown.jupyter .fa-play-circle:before {
   content: "\f144";
 }
-.markup.jupyter .fa-ticket:before {
+.markdown.jupyter .fa-ticket:before {
   content: "\f145";
 }
-.markup.jupyter .fa-minus-square:before {
+.markdown.jupyter .fa-minus-square:before {
   content: "\f146";
 }
-.markup.jupyter .fa-minus-square-o:before {
+.markdown.jupyter .fa-minus-square-o:before {
   content: "\f147";
 }
-.markup.jupyter .fa-level-up:before {
+.markdown.jupyter .fa-level-up:before {
   content: "\f148";
 }
-.markup.jupyter .fa-level-down:before {
+.markdown.jupyter .fa-level-down:before {
   content: "\f149";
 }
-.markup.jupyter .fa-check-square:before {
+.markdown.jupyter .fa-check-square:before {
   content: "\f14a";
 }
-.markup.jupyter .fa-pencil-square:before {
+.markdown.jupyter .fa-pencil-square:before {
   content: "\f14b";
 }
-.markup.jupyter .fa-external-link-square:before {
+.markdown.jupyter .fa-external-link-square:before {
   content: "\f14c";
 }
-.markup.jupyter .fa-share-square:before {
+.markdown.jupyter .fa-share-square:before {
   content: "\f14d";
 }
-.markup.jupyter .fa-compass:before {
+.markdown.jupyter .fa-compass:before {
   content: "\f14e";
 }
-.markup.jupyter .fa-toggle-down:before,
-.markup.jupyter .fa-caret-square-o-down:before {
+.markdown.jupyter .fa-toggle-down:before,
+.markdown.jupyter .fa-caret-square-o-down:before {
   content: "\f150";
 }
-.markup.jupyter .fa-toggle-up:before,
-.markup.jupyter .fa-caret-square-o-up:before {
+.markdown.jupyter .fa-toggle-up:before,
+.markdown.jupyter .fa-caret-square-o-up:before {
   content: "\f151";
 }
-.markup.jupyter .fa-toggle-right:before,
-.markup.jupyter .fa-caret-square-o-right:before {
+.markdown.jupyter .fa-toggle-right:before,
+.markdown.jupyter .fa-caret-square-o-right:before {
   content: "\f152";
 }
-.markup.jupyter .fa-euro:before,
-.markup.jupyter .fa-eur:before {
+.markdown.jupyter .fa-euro:before,
+.markdown.jupyter .fa-eur:before {
   content: "\f153";
 }
-.markup.jupyter .fa-gbp:before {
+.markdown.jupyter .fa-gbp:before {
   content: "\f154";
 }
-.markup.jupyter .fa-dollar:before,
-.markup.jupyter .fa-usd:before {
+.markdown.jupyter .fa-dollar:before,
+.markdown.jupyter .fa-usd:before {
   content: "\f155";
 }
-.markup.jupyter .fa-rupee:before,
-.markup.jupyter .fa-inr:before {
+.markdown.jupyter .fa-rupee:before,
+.markdown.jupyter .fa-inr:before {
   content: "\f156";
 }
-.markup.jupyter .fa-cny:before,
-.markup.jupyter .fa-rmb:before,
-.markup.jupyter .fa-yen:before,
-.markup.jupyter .fa-jpy:before {
+.markdown.jupyter .fa-cny:before,
+.markdown.jupyter .fa-rmb:before,
+.markdown.jupyter .fa-yen:before,
+.markdown.jupyter .fa-jpy:before {
   content: "\f157";
 }
-.markup.jupyter .fa-ruble:before,
-.markup.jupyter .fa-rouble:before,
-.markup.jupyter .fa-rub:before {
+.markdown.jupyter .fa-ruble:before,
+.markdown.jupyter .fa-rouble:before,
+.markdown.jupyter .fa-rub:before {
   content: "\f158";
 }
-.markup.jupyter .fa-won:before,
-.markup.jupyter .fa-krw:before {
+.markdown.jupyter .fa-won:before,
+.markdown.jupyter .fa-krw:before {
   content: "\f159";
 }
-.markup.jupyter .fa-bitcoin:before,
-.markup.jupyter .fa-btc:before {
+.markdown.jupyter .fa-bitcoin:before,
+.markdown.jupyter .fa-btc:before {
   content: "\f15a";
 }
-.markup.jupyter .fa-file:before {
+.markdown.jupyter .fa-file:before {
   content: "\f15b";
 }
-.markup.jupyter .fa-file-text:before {
+.markdown.jupyter .fa-file-text:before {
   content: "\f15c";
 }
-.markup.jupyter .fa-sort-alpha-asc:before {
+.markdown.jupyter .fa-sort-alpha-asc:before {
   content: "\f15d";
 }
-.markup.jupyter .fa-sort-alpha-desc:before {
+.markdown.jupyter .fa-sort-alpha-desc:before {
   content: "\f15e";
 }
-.markup.jupyter .fa-sort-amount-asc:before {
+.markdown.jupyter .fa-sort-amount-asc:before {
   content: "\f160";
 }
-.markup.jupyter .fa-sort-amount-desc:before {
+.markdown.jupyter .fa-sort-amount-desc:before {
   content: "\f161";
 }
-.markup.jupyter .fa-sort-numeric-asc:before {
+.markdown.jupyter .fa-sort-numeric-asc:before {
   content: "\f162";
 }
-.markup.jupyter .fa-sort-numeric-desc:before {
+.markdown.jupyter .fa-sort-numeric-desc:before {
   content: "\f163";
 }
-.markup.jupyter .fa-thumbs-up:before {
+.markdown.jupyter .fa-thumbs-up:before {
   content: "\f164";
 }
-.markup.jupyter .fa-thumbs-down:before {
+.markdown.jupyter .fa-thumbs-down:before {
   content: "\f165";
 }
-.markup.jupyter .fa-youtube-square:before {
+.markdown.jupyter .fa-youtube-square:before {
   content: "\f166";
 }
-.markup.jupyter .fa-youtube:before {
+.markdown.jupyter .fa-youtube:before {
   content: "\f167";
 }
-.markup.jupyter .fa-xing:before {
+.markdown.jupyter .fa-xing:before {
   content: "\f168";
 }
-.markup.jupyter .fa-xing-square:before {
+.markdown.jupyter .fa-xing-square:before {
   content: "\f169";
 }
-.markup.jupyter .fa-youtube-play:before {
+.markdown.jupyter .fa-youtube-play:before {
   content: "\f16a";
 }
-.markup.jupyter .fa-dropbox:before {
+.markdown.jupyter .fa-dropbox:before {
   content: "\f16b";
 }
-.markup.jupyter .fa-stack-overflow:before {
+.markdown.jupyter .fa-stack-overflow:before {
   content: "\f16c";
 }
-.markup.jupyter .fa-instagram:before {
+.markdown.jupyter .fa-instagram:before {
   content: "\f16d";
 }
-.markup.jupyter .fa-flickr:before {
+.markdown.jupyter .fa-flickr:before {
   content: "\f16e";
 }
-.markup.jupyter .fa-adn:before {
+.markdown.jupyter .fa-adn:before {
   content: "\f170";
 }
-.markup.jupyter .fa-bitbucket:before {
+.markdown.jupyter .fa-bitbucket:before {
   content: "\f171";
 }
-.markup.jupyter .fa-bitbucket-square:before {
+.markdown.jupyter .fa-bitbucket-square:before {
   content: "\f172";
 }
-.markup.jupyter .fa-tumblr:before {
+.markdown.jupyter .fa-tumblr:before {
   content: "\f173";
 }
-.markup.jupyter .fa-tumblr-square:before {
+.markdown.jupyter .fa-tumblr-square:before {
   content: "\f174";
 }
-.markup.jupyter .fa-long-arrow-down:before {
+.markdown.jupyter .fa-long-arrow-down:before {
   content: "\f175";
 }
-.markup.jupyter .fa-long-arrow-up:before {
+.markdown.jupyter .fa-long-arrow-up:before {
   content: "\f176";
 }
-.markup.jupyter .fa-long-arrow-left:before {
+.markdown.jupyter .fa-long-arrow-left:before {
   content: "\f177";
 }
-.markup.jupyter .fa-long-arrow-right:before {
+.markdown.jupyter .fa-long-arrow-right:before {
   content: "\f178";
 }
-.markup.jupyter .fa-apple:before {
+.markdown.jupyter .fa-apple:before {
   content: "\f179";
 }
-.markup.jupyter .fa-windows:before {
+.markdown.jupyter .fa-windows:before {
   content: "\f17a";
 }
-.markup.jupyter .fa-android:before {
+.markdown.jupyter .fa-android:before {
   content: "\f17b";
 }
-.markup.jupyter .fa-linux:before {
+.markdown.jupyter .fa-linux:before {
   content: "\f17c";
 }
-.markup.jupyter .fa-dribbble:before {
+.markdown.jupyter .fa-dribbble:before {
   content: "\f17d";
 }
-.markup.jupyter .fa-skype:before {
+.markdown.jupyter .fa-skype:before {
   content: "\f17e";
 }
-.markup.jupyter .fa-foursquare:before {
+.markdown.jupyter .fa-foursquare:before {
   content: "\f180";
 }
-.markup.jupyter .fa-trello:before {
+.markdown.jupyter .fa-trello:before {
   content: "\f181";
 }
-.markup.jupyter .fa-female:before {
+.markdown.jupyter .fa-female:before {
   content: "\f182";
 }
-.markup.jupyter .fa-male:before {
+.markdown.jupyter .fa-male:before {
   content: "\f183";
 }
-.markup.jupyter .fa-gittip:before,
-.markup.jupyter .fa-gratipay:before {
+.markdown.jupyter .fa-gittip:before,
+.markdown.jupyter .fa-gratipay:before {
   content: "\f184";
 }
-.markup.jupyter .fa-sun-o:before {
+.markdown.jupyter .fa-sun-o:before {
   content: "\f185";
 }
-.markup.jupyter .fa-moon-o:before {
+.markdown.jupyter .fa-moon-o:before {
   content: "\f186";
 }
-.markup.jupyter .fa-archive:before {
+.markdown.jupyter .fa-archive:before {
   content: "\f187";
 }
-.markup.jupyter .fa-bug:before {
+.markdown.jupyter .fa-bug:before {
   content: "\f188";
 }
-.markup.jupyter .fa-vk:before {
+.markdown.jupyter .fa-vk:before {
   content: "\f189";
 }
-.markup.jupyter .fa-weibo:before {
+.markdown.jupyter .fa-weibo:before {
   content: "\f18a";
 }
-.markup.jupyter .fa-renren:before {
+.markdown.jupyter .fa-renren:before {
   content: "\f18b";
 }
-.markup.jupyter .fa-pagelines:before {
+.markdown.jupyter .fa-pagelines:before {
   content: "\f18c";
 }
-.markup.jupyter .fa-stack-exchange:before {
+.markdown.jupyter .fa-stack-exchange:before {
   content: "\f18d";
 }
-.markup.jupyter .fa-arrow-circle-o-right:before {
+.markdown.jupyter .fa-arrow-circle-o-right:before {
   content: "\f18e";
 }
-.markup.jupyter .fa-arrow-circle-o-left:before {
+.markdown.jupyter .fa-arrow-circle-o-left:before {
   content: "\f190";
 }
-.markup.jupyter .fa-toggle-left:before,
-.markup.jupyter .fa-caret-square-o-left:before {
+.markdown.jupyter .fa-toggle-left:before,
+.markdown.jupyter .fa-caret-square-o-left:before {
   content: "\f191";
 }
-.markup.jupyter .fa-dot-circle-o:before {
+.markdown.jupyter .fa-dot-circle-o:before {
   content: "\f192";
 }
-.markup.jupyter .fa-wheelchair:before {
+.markdown.jupyter .fa-wheelchair:before {
   content: "\f193";
 }
-.markup.jupyter .fa-vimeo-square:before {
+.markdown.jupyter .fa-vimeo-square:before {
   content: "\f194";
 }
-.markup.jupyter .fa-turkish-lira:before,
-.markup.jupyter .fa-try:before {
+.markdown.jupyter .fa-turkish-lira:before,
+.markdown.jupyter .fa-try:before {
   content: "\f195";
 }
-.markup.jupyter .fa-plus-square-o:before {
+.markdown.jupyter .fa-plus-square-o:before {
   content: "\f196";
 }
-.markup.jupyter .fa-space-shuttle:before {
+.markdown.jupyter .fa-space-shuttle:before {
   content: "\f197";
 }
-.markup.jupyter .fa-slack:before {
+.markdown.jupyter .fa-slack:before {
   content: "\f198";
 }
-.markup.jupyter .fa-envelope-square:before {
+.markdown.jupyter .fa-envelope-square:before {
   content: "\f199";
 }
-.markup.jupyter .fa-wordpress:before {
+.markdown.jupyter .fa-wordpress:before {
   content: "\f19a";
 }
-.markup.jupyter .fa-openid:before {
+.markdown.jupyter .fa-openid:before {
   content: "\f19b";
 }
-.markup.jupyter .fa-institution:before,
-.markup.jupyter .fa-bank:before,
-.markup.jupyter .fa-university:before {
+.markdown.jupyter .fa-institution:before,
+.markdown.jupyter .fa-bank:before,
+.markdown.jupyter .fa-university:before {
   content: "\f19c";
 }
-.markup.jupyter .fa-mortar-board:before,
-.markup.jupyter .fa-graduation-cap:before {
+.markdown.jupyter .fa-mortar-board:before,
+.markdown.jupyter .fa-graduation-cap:before {
   content: "\f19d";
 }
-.markup.jupyter .fa-yahoo:before {
+.markdown.jupyter .fa-yahoo:before {
   content: "\f19e";
 }
-.markup.jupyter .fa-google:before {
+.markdown.jupyter .fa-google:before {
   content: "\f1a0";
 }
-.markup.jupyter .fa-reddit:before {
+.markdown.jupyter .fa-reddit:before {
   content: "\f1a1";
 }
-.markup.jupyter .fa-reddit-square:before {
+.markdown.jupyter .fa-reddit-square:before {
   content: "\f1a2";
 }
-.markup.jupyter .fa-stumbleupon-circle:before {
+.markdown.jupyter .fa-stumbleupon-circle:before {
   content: "\f1a3";
 }
-.markup.jupyter .fa-stumbleupon:before {
+.markdown.jupyter .fa-stumbleupon:before {
   content: "\f1a4";
 }
-.markup.jupyter .fa-delicious:before {
+.markdown.jupyter .fa-delicious:before {
   content: "\f1a5";
 }
-.markup.jupyter .fa-digg:before {
+.markdown.jupyter .fa-digg:before {
   content: "\f1a6";
 }
-.markup.jupyter .fa-pied-piper-pp:before {
+.markdown.jupyter .fa-pied-piper-pp:before {
   content: "\f1a7";
 }
-.markup.jupyter .fa-pied-piper-alt:before {
+.markdown.jupyter .fa-pied-piper-alt:before {
   content: "\f1a8";
 }
-.markup.jupyter .fa-drupal:before {
+.markdown.jupyter .fa-drupal:before {
   content: "\f1a9";
 }
-.markup.jupyter .fa-joomla:before {
+.markdown.jupyter .fa-joomla:before {
   content: "\f1aa";
 }
-.markup.jupyter .fa-language:before {
+.markdown.jupyter .fa-language:before {
   content: "\f1ab";
 }
-.markup.jupyter .fa-fax:before {
+.markdown.jupyter .fa-fax:before {
   content: "\f1ac";
 }
-.markup.jupyter .fa-building:before {
+.markdown.jupyter .fa-building:before {
   content: "\f1ad";
 }
-.markup.jupyter .fa-child:before {
+.markdown.jupyter .fa-child:before {
   content: "\f1ae";
 }
-.markup.jupyter .fa-paw:before {
+.markdown.jupyter .fa-paw:before {
   content: "\f1b0";
 }
-.markup.jupyter .fa-spoon:before {
+.markdown.jupyter .fa-spoon:before {
   content: "\f1b1";
 }
-.markup.jupyter .fa-cube:before {
+.markdown.jupyter .fa-cube:before {
   content: "\f1b2";
 }
-.markup.jupyter .fa-cubes:before {
+.markdown.jupyter .fa-cubes:before {
   content: "\f1b3";
 }
-.markup.jupyter .fa-behance:before {
+.markdown.jupyter .fa-behance:before {
   content: "\f1b4";
 }
-.markup.jupyter .fa-behance-square:before {
+.markdown.jupyter .fa-behance-square:before {
   content: "\f1b5";
 }
-.markup.jupyter .fa-steam:before {
+.markdown.jupyter .fa-steam:before {
   content: "\f1b6";
 }
-.markup.jupyter .fa-steam-square:before {
+.markdown.jupyter .fa-steam-square:before {
   content: "\f1b7";
 }
-.markup.jupyter .fa-recycle:before {
+.markdown.jupyter .fa-recycle:before {
   content: "\f1b8";
 }
-.markup.jupyter .fa-automobile:before,
-.markup.jupyter .fa-car:before {
+.markdown.jupyter .fa-automobile:before,
+.markdown.jupyter .fa-car:before {
   content: "\f1b9";
 }
-.markup.jupyter .fa-cab:before,
-.markup.jupyter .fa-taxi:before {
+.markdown.jupyter .fa-cab:before,
+.markdown.jupyter .fa-taxi:before {
   content: "\f1ba";
 }
-.markup.jupyter .fa-tree:before {
+.markdown.jupyter .fa-tree:before {
   content: "\f1bb";
 }
-.markup.jupyter .fa-spotify:before {
+.markdown.jupyter .fa-spotify:before {
   content: "\f1bc";
 }
-.markup.jupyter .fa-deviantart:before {
+.markdown.jupyter .fa-deviantart:before {
   content: "\f1bd";
 }
-.markup.jupyter .fa-soundcloud:before {
+.markdown.jupyter .fa-soundcloud:before {
   content: "\f1be";
 }
-.markup.jupyter .fa-database:before {
+.markdown.jupyter .fa-database:before {
   content: "\f1c0";
 }
-.markup.jupyter .fa-file-pdf-o:before {
+.markdown.jupyter .fa-file-pdf-o:before {
   content: "\f1c1";
 }
-.markup.jupyter .fa-file-word-o:before {
+.markdown.jupyter .fa-file-word-o:before {
   content: "\f1c2";
 }
-.markup.jupyter .fa-file-excel-o:before {
+.markdown.jupyter .fa-file-excel-o:before {
   content: "\f1c3";
 }
-.markup.jupyter .fa-file-powerpoint-o:before {
+.markdown.jupyter .fa-file-powerpoint-o:before {
   content: "\f1c4";
 }
-.markup.jupyter .fa-file-photo-o:before,
-.markup.jupyter .fa-file-picture-o:before,
-.markup.jupyter .fa-file-image-o:before {
+.markdown.jupyter .fa-file-photo-o:before,
+.markdown.jupyter .fa-file-picture-o:before,
+.markdown.jupyter .fa-file-image-o:before {
   content: "\f1c5";
 }
-.markup.jupyter .fa-file-zip-o:before,
-.markup.jupyter .fa-file-archive-o:before {
+.markdown.jupyter .fa-file-zip-o:before,
+.markdown.jupyter .fa-file-archive-o:before {
   content: "\f1c6";
 }
-.markup.jupyter .fa-file-sound-o:before,
-.markup.jupyter .fa-file-audio-o:before {
+.markdown.jupyter .fa-file-sound-o:before,
+.markdown.jupyter .fa-file-audio-o:before {
   content: "\f1c7";
 }
-.markup.jupyter .fa-file-movie-o:before,
-.markup.jupyter .fa-file-video-o:before {
+.markdown.jupyter .fa-file-movie-o:before,
+.markdown.jupyter .fa-file-video-o:before {
   content: "\f1c8";
 }
-.markup.jupyter .fa-file-code-o:before {
+.markdown.jupyter .fa-file-code-o:before {
   content: "\f1c9";
 }
-.markup.jupyter .fa-vine:before {
+.markdown.jupyter .fa-vine:before {
   content: "\f1ca";
 }
-.markup.jupyter .fa-codepen:before {
+.markdown.jupyter .fa-codepen:before {
   content: "\f1cb";
 }
-.markup.jupyter .fa-jsfiddle:before {
+.markdown.jupyter .fa-jsfiddle:before {
   content: "\f1cc";
 }
-.markup.jupyter .fa-life-bouy:before,
-.markup.jupyter .fa-life-buoy:before,
-.markup.jupyter .fa-life-saver:before,
-.markup.jupyter .fa-support:before,
-.markup.jupyter .fa-life-ring:before {
+.markdown.jupyter .fa-life-bouy:before,
+.markdown.jupyter .fa-life-buoy:before,
+.markdown.jupyter .fa-life-saver:before,
+.markdown.jupyter .fa-support:before,
+.markdown.jupyter .fa-life-ring:before {
   content: "\f1cd";
 }
-.markup.jupyter .fa-circle-o-notch:before {
+.markdown.jupyter .fa-circle-o-notch:before {
   content: "\f1ce";
 }
-.markup.jupyter .fa-ra:before,
-.markup.jupyter .fa-resistance:before,
-.markup.jupyter .fa-rebel:before {
+.markdown.jupyter .fa-ra:before,
+.markdown.jupyter .fa-resistance:before,
+.markdown.jupyter .fa-rebel:before {
   content: "\f1d0";
 }
-.markup.jupyter .fa-ge:before,
-.markup.jupyter .fa-empire:before {
+.markdown.jupyter .fa-ge:before,
+.markdown.jupyter .fa-empire:before {
   content: "\f1d1";
 }
-.markup.jupyter .fa-git-square:before {
+.markdown.jupyter .fa-git-square:before {
   content: "\f1d2";
 }
-.markup.jupyter .fa-git:before {
+.markdown.jupyter .fa-git:before {
   content: "\f1d3";
 }
-.markup.jupyter .fa-y-combinator-square:before,
-.markup.jupyter .fa-yc-square:before,
-.markup.jupyter .fa-hacker-news:before {
+.markdown.jupyter .fa-y-combinator-square:before,
+.markdown.jupyter .fa-yc-square:before,
+.markdown.jupyter .fa-hacker-news:before {
   content: "\f1d4";
 }
-.markup.jupyter .fa-tencent-weibo:before {
+.markdown.jupyter .fa-tencent-weibo:before {
   content: "\f1d5";
 }
-.markup.jupyter .fa-qq:before {
+.markdown.jupyter .fa-qq:before {
   content: "\f1d6";
 }
-.markup.jupyter .fa-wechat:before,
-.markup.jupyter .fa-weixin:before {
+.markdown.jupyter .fa-wechat:before,
+.markdown.jupyter .fa-weixin:before {
   content: "\f1d7";
 }
-.markup.jupyter .fa-send:before,
-.markup.jupyter .fa-paper-plane:before {
+.markdown.jupyter .fa-send:before,
+.markdown.jupyter .fa-paper-plane:before {
   content: "\f1d8";
 }
-.markup.jupyter .fa-send-o:before,
-.markup.jupyter .fa-paper-plane-o:before {
+.markdown.jupyter .fa-send-o:before,
+.markdown.jupyter .fa-paper-plane-o:before {
   content: "\f1d9";
 }
-.markup.jupyter .fa-history:before {
+.markdown.jupyter .fa-history:before {
   content: "\f1da";
 }
-.markup.jupyter .fa-circle-thin:before {
+.markdown.jupyter .fa-circle-thin:before {
   content: "\f1db";
 }
-.markup.jupyter .fa-header:before {
+.markdown.jupyter .fa-header:before {
   content: "\f1dc";
 }
-.markup.jupyter .fa-paragraph:before {
+.markdown.jupyter .fa-paragraph:before {
   content: "\f1dd";
 }
-.markup.jupyter .fa-sliders:before {
+.markdown.jupyter .fa-sliders:before {
   content: "\f1de";
 }
-.markup.jupyter .fa-share-alt:before {
+.markdown.jupyter .fa-share-alt:before {
   content: "\f1e0";
 }
-.markup.jupyter .fa-share-alt-square:before {
+.markdown.jupyter .fa-share-alt-square:before {
   content: "\f1e1";
 }
-.markup.jupyter .fa-bomb:before {
+.markdown.jupyter .fa-bomb:before {
   content: "\f1e2";
 }
-.markup.jupyter .fa-soccer-ball-o:before,
-.markup.jupyter .fa-futbol-o:before {
+.markdown.jupyter .fa-soccer-ball-o:before,
+.markdown.jupyter .fa-futbol-o:before {
   content: "\f1e3";
 }
-.markup.jupyter .fa-tty:before {
+.markdown.jupyter .fa-tty:before {
   content: "\f1e4";
 }
-.markup.jupyter .fa-binoculars:before {
+.markdown.jupyter .fa-binoculars:before {
   content: "\f1e5";
 }
-.markup.jupyter .fa-plug:before {
+.markdown.jupyter .fa-plug:before {
   content: "\f1e6";
 }
-.markup.jupyter .fa-slideshare:before {
+.markdown.jupyter .fa-slideshare:before {
   content: "\f1e7";
 }
-.markup.jupyter .fa-twitch:before {
+.markdown.jupyter .fa-twitch:before {
   content: "\f1e8";
 }
-.markup.jupyter .fa-yelp:before {
+.markdown.jupyter .fa-yelp:before {
   content: "\f1e9";
 }
-.markup.jupyter .fa-newspaper-o:before {
+.markdown.jupyter .fa-newspaper-o:before {
   content: "\f1ea";
 }
-.markup.jupyter .fa-wifi:before {
+.markdown.jupyter .fa-wifi:before {
   content: "\f1eb";
 }
-.markup.jupyter .fa-calculator:before {
+.markdown.jupyter .fa-calculator:before {
   content: "\f1ec";
 }
-.markup.jupyter .fa-paypal:before {
+.markdown.jupyter .fa-paypal:before {
   content: "\f1ed";
 }
-.markup.jupyter .fa-google-wallet:before {
+.markdown.jupyter .fa-google-wallet:before {
   content: "\f1ee";
 }
-.markup.jupyter .fa-cc-visa:before {
+.markdown.jupyter .fa-cc-visa:before {
   content: "\f1f0";
 }
-.markup.jupyter .fa-cc-mastercard:before {
+.markdown.jupyter .fa-cc-mastercard:before {
   content: "\f1f1";
 }
-.markup.jupyter .fa-cc-discover:before {
+.markdown.jupyter .fa-cc-discover:before {
   content: "\f1f2";
 }
-.markup.jupyter .fa-cc-amex:before {
+.markdown.jupyter .fa-cc-amex:before {
   content: "\f1f3";
 }
-.markup.jupyter .fa-cc-paypal:before {
+.markdown.jupyter .fa-cc-paypal:before {
   content: "\f1f4";
 }
-.markup.jupyter .fa-cc-stripe:before {
+.markdown.jupyter .fa-cc-stripe:before {
   content: "\f1f5";
 }
-.markup.jupyter .fa-bell-slash:before {
+.markdown.jupyter .fa-bell-slash:before {
   content: "\f1f6";
 }
-.markup.jupyter .fa-bell-slash-o:before {
+.markdown.jupyter .fa-bell-slash-o:before {
   content: "\f1f7";
 }
-.markup.jupyter .fa-trash:before {
+.markdown.jupyter .fa-trash:before {
   content: "\f1f8";
 }
-.markup.jupyter .fa-copyright:before {
+.markdown.jupyter .fa-copyright:before {
   content: "\f1f9";
 }
-.markup.jupyter .fa-at:before {
+.markdown.jupyter .fa-at:before {
   content: "\f1fa";
 }
-.markup.jupyter .fa-eyedropper:before {
+.markdown.jupyter .fa-eyedropper:before {
   content: "\f1fb";
 }
-.markup.jupyter .fa-paint-brush:before {
+.markdown.jupyter .fa-paint-brush:before {
   content: "\f1fc";
 }
-.markup.jupyter .fa-birthday-cake:before {
+.markdown.jupyter .fa-birthday-cake:before {
   content: "\f1fd";
 }
-.markup.jupyter .fa-area-chart:before {
+.markdown.jupyter .fa-area-chart:before {
   content: "\f1fe";
 }
-.markup.jupyter .fa-pie-chart:before {
+.markdown.jupyter .fa-pie-chart:before {
   content: "\f200";
 }
-.markup.jupyter .fa-line-chart:before {
+.markdown.jupyter .fa-line-chart:before {
   content: "\f201";
 }
-.markup.jupyter .fa-lastfm:before {
+.markdown.jupyter .fa-lastfm:before {
   content: "\f202";
 }
-.markup.jupyter .fa-lastfm-square:before {
+.markdown.jupyter .fa-lastfm-square:before {
   content: "\f203";
 }
-.markup.jupyter .fa-toggle-off:before {
+.markdown.jupyter .fa-toggle-off:before {
   content: "\f204";
 }
-.markup.jupyter .fa-toggle-on:before {
+.markdown.jupyter .fa-toggle-on:before {
   content: "\f205";
 }
-.markup.jupyter .fa-bicycle:before {
+.markdown.jupyter .fa-bicycle:before {
   content: "\f206";
 }
-.markup.jupyter .fa-bus:before {
+.markdown.jupyter .fa-bus:before {
   content: "\f207";
 }
-.markup.jupyter .fa-ioxhost:before {
+.markdown.jupyter .fa-ioxhost:before {
   content: "\f208";
 }
-.markup.jupyter .fa-angellist:before {
+.markdown.jupyter .fa-angellist:before {
   content: "\f209";
 }
-.markup.jupyter .fa-cc:before {
+.markdown.jupyter .fa-cc:before {
   content: "\f20a";
 }
-.markup.jupyter .fa-shekel:before,
-.markup.jupyter .fa-sheqel:before,
-.markup.jupyter .fa-ils:before {
+.markdown.jupyter .fa-shekel:before,
+.markdown.jupyter .fa-sheqel:before,
+.markdown.jupyter .fa-ils:before {
   content: "\f20b";
 }
-.markup.jupyter .fa-meanpath:before {
+.markdown.jupyter .fa-meanpath:before {
   content: "\f20c";
 }
-.markup.jupyter .fa-buysellads:before {
+.markdown.jupyter .fa-buysellads:before {
   content: "\f20d";
 }
-.markup.jupyter .fa-connectdevelop:before {
+.markdown.jupyter .fa-connectdevelop:before {
   content: "\f20e";
 }
-.markup.jupyter .fa-dashcube:before {
+.markdown.jupyter .fa-dashcube:before {
   content: "\f210";
 }
-.markup.jupyter .fa-forumbee:before {
+.markdown.jupyter .fa-forumbee:before {
   content: "\f211";
 }
-.markup.jupyter .fa-leanpub:before {
+.markdown.jupyter .fa-leanpub:before {
   content: "\f212";
 }
-.markup.jupyter .fa-sellsy:before {
+.markdown.jupyter .fa-sellsy:before {
   content: "\f213";
 }
-.markup.jupyter .fa-shirtsinbulk:before {
+.markdown.jupyter .fa-shirtsinbulk:before {
   content: "\f214";
 }
-.markup.jupyter .fa-simplybuilt:before {
+.markdown.jupyter .fa-simplybuilt:before {
   content: "\f215";
 }
-.markup.jupyter .fa-skyatlas:before {
+.markdown.jupyter .fa-skyatlas:before {
   content: "\f216";
 }
-.markup.jupyter .fa-cart-plus:before {
+.markdown.jupyter .fa-cart-plus:before {
   content: "\f217";
 }
-.markup.jupyter .fa-cart-arrow-down:before {
+.markdown.jupyter .fa-cart-arrow-down:before {
   content: "\f218";
 }
-.markup.jupyter .fa-diamond:before {
+.markdown.jupyter .fa-diamond:before {
   content: "\f219";
 }
-.markup.jupyter .fa-ship:before {
+.markdown.jupyter .fa-ship:before {
   content: "\f21a";
 }
-.markup.jupyter .fa-user-secret:before {
+.markdown.jupyter .fa-user-secret:before {
   content: "\f21b";
 }
-.markup.jupyter .fa-motorcycle:before {
+.markdown.jupyter .fa-motorcycle:before {
   content: "\f21c";
 }
-.markup.jupyter .fa-street-view:before {
+.markdown.jupyter .fa-street-view:before {
   content: "\f21d";
 }
-.markup.jupyter .fa-heartbeat:before {
+.markdown.jupyter .fa-heartbeat:before {
   content: "\f21e";
 }
-.markup.jupyter .fa-venus:before {
+.markdown.jupyter .fa-venus:before {
   content: "\f221";
 }
-.markup.jupyter .fa-mars:before {
+.markdown.jupyter .fa-mars:before {
   content: "\f222";
 }
-.markup.jupyter .fa-mercury:before {
+.markdown.jupyter .fa-mercury:before {
   content: "\f223";
 }
-.markup.jupyter .fa-intersex:before,
-.markup.jupyter .fa-transgender:before {
+.markdown.jupyter .fa-intersex:before,
+.markdown.jupyter .fa-transgender:before {
   content: "\f224";
 }
-.markup.jupyter .fa-transgender-alt:before {
+.markdown.jupyter .fa-transgender-alt:before {
   content: "\f225";
 }
-.markup.jupyter .fa-venus-double:before {
+.markdown.jupyter .fa-venus-double:before {
   content: "\f226";
 }
-.markup.jupyter .fa-mars-double:before {
+.markdown.jupyter .fa-mars-double:before {
   content: "\f227";
 }
-.markup.jupyter .fa-venus-mars:before {
+.markdown.jupyter .fa-venus-mars:before {
   content: "\f228";
 }
-.markup.jupyter .fa-mars-stroke:before {
+.markdown.jupyter .fa-mars-stroke:before {
   content: "\f229";
 }
-.markup.jupyter .fa-mars-stroke-v:before {
+.markdown.jupyter .fa-mars-stroke-v:before {
   content: "\f22a";
 }
-.markup.jupyter .fa-mars-stroke-h:before {
+.markdown.jupyter .fa-mars-stroke-h:before {
   content: "\f22b";
 }
-.markup.jupyter .fa-neuter:before {
+.markdown.jupyter .fa-neuter:before {
   content: "\f22c";
 }
-.markup.jupyter .fa-genderless:before {
+.markdown.jupyter .fa-genderless:before {
   content: "\f22d";
 }
-.markup.jupyter .fa-facebook-official:before {
+.markdown.jupyter .fa-facebook-official:before {
   content: "\f230";
 }
-.markup.jupyter .fa-pinterest-p:before {
+.markdown.jupyter .fa-pinterest-p:before {
   content: "\f231";
 }
-.markup.jupyter .fa-whatsapp:before {
+.markdown.jupyter .fa-whatsapp:before {
   content: "\f232";
 }
-.markup.jupyter .fa-server:before {
+.markdown.jupyter .fa-server:before {
   content: "\f233";
 }
-.markup.jupyter .fa-user-plus:before {
+.markdown.jupyter .fa-user-plus:before {
   content: "\f234";
 }
-.markup.jupyter .fa-user-times:before {
+.markdown.jupyter .fa-user-times:before {
   content: "\f235";
 }
-.markup.jupyter .fa-hotel:before,
-.markup.jupyter .fa-bed:before {
+.markdown.jupyter .fa-hotel:before,
+.markdown.jupyter .fa-bed:before {
   content: "\f236";
 }
-.markup.jupyter .fa-viacoin:before {
+.markdown.jupyter .fa-viacoin:before {
   content: "\f237";
 }
-.markup.jupyter .fa-train:before {
+.markdown.jupyter .fa-train:before {
   content: "\f238";
 }
-.markup.jupyter .fa-subway:before {
+.markdown.jupyter .fa-subway:before {
   content: "\f239";
 }
-.markup.jupyter .fa-medium:before {
+.markdown.jupyter .fa-medium:before {
   content: "\f23a";
 }
-.markup.jupyter .fa-yc:before,
-.markup.jupyter .fa-y-combinator:before {
+.markdown.jupyter .fa-yc:before,
+.markdown.jupyter .fa-y-combinator:before {
   content: "\f23b";
 }
-.markup.jupyter .fa-optin-monster:before {
+.markdown.jupyter .fa-optin-monster:before {
   content: "\f23c";
 }
-.markup.jupyter .fa-opencart:before {
+.markdown.jupyter .fa-opencart:before {
   content: "\f23d";
 }
-.markup.jupyter .fa-expeditedssl:before {
+.markdown.jupyter .fa-expeditedssl:before {
   content: "\f23e";
 }
-.markup.jupyter .fa-battery-4:before,
-.markup.jupyter .fa-battery:before,
-.markup.jupyter .fa-battery-full:before {
+.markdown.jupyter .fa-battery-4:before,
+.markdown.jupyter .fa-battery:before,
+.markdown.jupyter .fa-battery-full:before {
   content: "\f240";
 }
-.markup.jupyter .fa-battery-3:before,
-.markup.jupyter .fa-battery-three-quarters:before {
+.markdown.jupyter .fa-battery-3:before,
+.markdown.jupyter .fa-battery-three-quarters:before {
   content: "\f241";
 }
-.markup.jupyter .fa-battery-2:before,
-.markup.jupyter .fa-battery-half:before {
+.markdown.jupyter .fa-battery-2:before,
+.markdown.jupyter .fa-battery-half:before {
   content: "\f242";
 }
-.markup.jupyter .fa-battery-1:before,
-.markup.jupyter .fa-battery-quarter:before {
+.markdown.jupyter .fa-battery-1:before,
+.markdown.jupyter .fa-battery-quarter:before {
   content: "\f243";
 }
-.markup.jupyter .fa-battery-0:before,
-.markup.jupyter .fa-battery-empty:before {
+.markdown.jupyter .fa-battery-0:before,
+.markdown.jupyter .fa-battery-empty:before {
   content: "\f244";
 }
-.markup.jupyter .fa-mouse-pointer:before {
+.markdown.jupyter .fa-mouse-pointer:before {
   content: "\f245";
 }
-.markup.jupyter .fa-i-cursor:before {
+.markdown.jupyter .fa-i-cursor:before {
   content: "\f246";
 }
-.markup.jupyter .fa-object-group:before {
+.markdown.jupyter .fa-object-group:before {
   content: "\f247";
 }
-.markup.jupyter .fa-object-ungroup:before {
+.markdown.jupyter .fa-object-ungroup:before {
   content: "\f248";
 }
-.markup.jupyter .fa-sticky-note:before {
+.markdown.jupyter .fa-sticky-note:before {
   content: "\f249";
 }
-.markup.jupyter .fa-sticky-note-o:before {
+.markdown.jupyter .fa-sticky-note-o:before {
   content: "\f24a";
 }
-.markup.jupyter .fa-cc-jcb:before {
+.markdown.jupyter .fa-cc-jcb:before {
   content: "\f24b";
 }
-.markup.jupyter .fa-cc-diners-club:before {
+.markdown.jupyter .fa-cc-diners-club:before {
   content: "\f24c";
 }
-.markup.jupyter .fa-clone:before {
+.markdown.jupyter .fa-clone:before {
   content: "\f24d";
 }
-.markup.jupyter .fa-balance-scale:before {
+.markdown.jupyter .fa-balance-scale:before {
   content: "\f24e";
 }
-.markup.jupyter .fa-hourglass-o:before {
+.markdown.jupyter .fa-hourglass-o:before {
   content: "\f250";
 }
-.markup.jupyter .fa-hourglass-1:before,
-.markup.jupyter .fa-hourglass-start:before {
+.markdown.jupyter .fa-hourglass-1:before,
+.markdown.jupyter .fa-hourglass-start:before {
   content: "\f251";
 }
-.markup.jupyter .fa-hourglass-2:before,
-.markup.jupyter .fa-hourglass-half:before {
+.markdown.jupyter .fa-hourglass-2:before,
+.markdown.jupyter .fa-hourglass-half:before {
   content: "\f252";
 }
-.markup.jupyter .fa-hourglass-3:before,
-.markup.jupyter .fa-hourglass-end:before {
+.markdown.jupyter .fa-hourglass-3:before,
+.markdown.jupyter .fa-hourglass-end:before {
   content: "\f253";
 }
-.markup.jupyter .fa-hourglass:before {
+.markdown.jupyter .fa-hourglass:before {
   content: "\f254";
 }
-.markup.jupyter .fa-hand-grab-o:before,
-.markup.jupyter .fa-hand-rock-o:before {
+.markdown.jupyter .fa-hand-grab-o:before,
+.markdown.jupyter .fa-hand-rock-o:before {
   content: "\f255";
 }
-.markup.jupyter .fa-hand-stop-o:before,
-.markup.jupyter .fa-hand-paper-o:before {
+.markdown.jupyter .fa-hand-stop-o:before,
+.markdown.jupyter .fa-hand-paper-o:before {
   content: "\f256";
 }
-.markup.jupyter .fa-hand-scissors-o:before {
+.markdown.jupyter .fa-hand-scissors-o:before {
   content: "\f257";
 }
-.markup.jupyter .fa-hand-lizard-o:before {
+.markdown.jupyter .fa-hand-lizard-o:before {
   content: "\f258";
 }
-.markup.jupyter .fa-hand-spock-o:before {
+.markdown.jupyter .fa-hand-spock-o:before {
   content: "\f259";
 }
-.markup.jupyter .fa-hand-pointer-o:before {
+.markdown.jupyter .fa-hand-pointer-o:before {
   content: "\f25a";
 }
-.markup.jupyter .fa-hand-peace-o:before {
+.markdown.jupyter .fa-hand-peace-o:before {
   content: "\f25b";
 }
-.markup.jupyter .fa-trademark:before {
+.markdown.jupyter .fa-trademark:before {
   content: "\f25c";
 }
-.markup.jupyter .fa-registered:before {
+.markdown.jupyter .fa-registered:before {
   content: "\f25d";
 }
-.markup.jupyter .fa-creative-commons:before {
+.markdown.jupyter .fa-creative-commons:before {
   content: "\f25e";
 }
-.markup.jupyter .fa-gg:before {
+.markdown.jupyter .fa-gg:before {
   content: "\f260";
 }
-.markup.jupyter .fa-gg-circle:before {
+.markdown.jupyter .fa-gg-circle:before {
   content: "\f261";
 }
-.markup.jupyter .fa-tripadvisor:before {
+.markdown.jupyter .fa-tripadvisor:before {
   content: "\f262";
 }
-.markup.jupyter .fa-odnoklassniki:before {
+.markdown.jupyter .fa-odnoklassniki:before {
   content: "\f263";
 }
-.markup.jupyter .fa-odnoklassniki-square:before {
+.markdown.jupyter .fa-odnoklassniki-square:before {
   content: "\f264";
 }
-.markup.jupyter .fa-get-pocket:before {
+.markdown.jupyter .fa-get-pocket:before {
   content: "\f265";
 }
-.markup.jupyter .fa-wikipedia-w:before {
+.markdown.jupyter .fa-wikipedia-w:before {
   content: "\f266";
 }
-.markup.jupyter .fa-safari:before {
+.markdown.jupyter .fa-safari:before {
   content: "\f267";
 }
-.markup.jupyter .fa-chrome:before {
+.markdown.jupyter .fa-chrome:before {
   content: "\f268";
 }
-.markup.jupyter .fa-firefox:before {
+.markdown.jupyter .fa-firefox:before {
   content: "\f269";
 }
-.markup.jupyter .fa-opera:before {
+.markdown.jupyter .fa-opera:before {
   content: "\f26a";
 }
-.markup.jupyter .fa-internet-explorer:before {
+.markdown.jupyter .fa-internet-explorer:before {
   content: "\f26b";
 }
-.markup.jupyter .fa-tv:before,
-.markup.jupyter .fa-television:before {
+.markdown.jupyter .fa-tv:before,
+.markdown.jupyter .fa-television:before {
   content: "\f26c";
 }
-.markup.jupyter .fa-contao:before {
+.markdown.jupyter .fa-contao:before {
   content: "\f26d";
 }
-.markup.jupyter .fa-500px:before {
+.markdown.jupyter .fa-500px:before {
   content: "\f26e";
 }
-.markup.jupyter .fa-amazon:before {
+.markdown.jupyter .fa-amazon:before {
   content: "\f270";
 }
-.markup.jupyter .fa-calendar-plus-o:before {
+.markdown.jupyter .fa-calendar-plus-o:before {
   content: "\f271";
 }
-.markup.jupyter .fa-calendar-minus-o:before {
+.markdown.jupyter .fa-calendar-minus-o:before {
   content: "\f272";
 }
-.markup.jupyter .fa-calendar-times-o:before {
+.markdown.jupyter .fa-calendar-times-o:before {
   content: "\f273";
 }
-.markup.jupyter .fa-calendar-check-o:before {
+.markdown.jupyter .fa-calendar-check-o:before {
   content: "\f274";
 }
-.markup.jupyter .fa-industry:before {
+.markdown.jupyter .fa-industry:before {
   content: "\f275";
 }
-.markup.jupyter .fa-map-pin:before {
+.markdown.jupyter .fa-map-pin:before {
   content: "\f276";
 }
-.markup.jupyter .fa-map-signs:before {
+.markdown.jupyter .fa-map-signs:before {
   content: "\f277";
 }
-.markup.jupyter .fa-map-o:before {
+.markdown.jupyter .fa-map-o:before {
   content: "\f278";
 }
-.markup.jupyter .fa-map:before {
+.markdown.jupyter .fa-map:before {
   content: "\f279";
 }
-.markup.jupyter .fa-commenting:before {
+.markdown.jupyter .fa-commenting:before {
   content: "\f27a";
 }
-.markup.jupyter .fa-commenting-o:before {
+.markdown.jupyter .fa-commenting-o:before {
   content: "\f27b";
 }
-.markup.jupyter .fa-houzz:before {
+.markdown.jupyter .fa-houzz:before {
   content: "\f27c";
 }
-.markup.jupyter .fa-vimeo:before {
+.markdown.jupyter .fa-vimeo:before {
   content: "\f27d";
 }
-.markup.jupyter .fa-black-tie:before {
+.markdown.jupyter .fa-black-tie:before {
   content: "\f27e";
 }
-.markup.jupyter .fa-fonticons:before {
+.markdown.jupyter .fa-fonticons:before {
   content: "\f280";
 }
-.markup.jupyter .fa-reddit-alien:before {
+.markdown.jupyter .fa-reddit-alien:before {
   content: "\f281";
 }
-.markup.jupyter .fa-edge:before {
+.markdown.jupyter .fa-edge:before {
   content: "\f282";
 }
-.markup.jupyter .fa-credit-card-alt:before {
+.markdown.jupyter .fa-credit-card-alt:before {
   content: "\f283";
 }
-.markup.jupyter .fa-codiepie:before {
+.markdown.jupyter .fa-codiepie:before {
   content: "\f284";
 }
-.markup.jupyter .fa-modx:before {
+.markdown.jupyter .fa-modx:before {
   content: "\f285";
 }
-.markup.jupyter .fa-fort-awesome:before {
+.markdown.jupyter .fa-fort-awesome:before {
   content: "\f286";
 }
-.markup.jupyter .fa-usb:before {
+.markdown.jupyter .fa-usb:before {
   content: "\f287";
 }
-.markup.jupyter .fa-product-hunt:before {
+.markdown.jupyter .fa-product-hunt:before {
   content: "\f288";
 }
-.markup.jupyter .fa-mixcloud:before {
+.markdown.jupyter .fa-mixcloud:before {
   content: "\f289";
 }
-.markup.jupyter .fa-scribd:before {
+.markdown.jupyter .fa-scribd:before {
   content: "\f28a";
 }
-.markup.jupyter .fa-pause-circle:before {
+.markdown.jupyter .fa-pause-circle:before {
   content: "\f28b";
 }
-.markup.jupyter .fa-pause-circle-o:before {
+.markdown.jupyter .fa-pause-circle-o:before {
   content: "\f28c";
 }
-.markup.jupyter .fa-stop-circle:before {
+.markdown.jupyter .fa-stop-circle:before {
   content: "\f28d";
 }
-.markup.jupyter .fa-stop-circle-o:before {
+.markdown.jupyter .fa-stop-circle-o:before {
   content: "\f28e";
 }
-.markup.jupyter .fa-shopping-bag:before {
+.markdown.jupyter .fa-shopping-bag:before {
   content: "\f290";
 }
-.markup.jupyter .fa-shopping-basket:before {
+.markdown.jupyter .fa-shopping-basket:before {
   content: "\f291";
 }
-.markup.jupyter .fa-hashtag:before {
+.markdown.jupyter .fa-hashtag:before {
   content: "\f292";
 }
-.markup.jupyter .fa-bluetooth:before {
+.markdown.jupyter .fa-bluetooth:before {
   content: "\f293";
 }
-.markup.jupyter .fa-bluetooth-b:before {
+.markdown.jupyter .fa-bluetooth-b:before {
   content: "\f294";
 }
-.markup.jupyter .fa-percent:before {
+.markdown.jupyter .fa-percent:before {
   content: "\f295";
 }
-.markup.jupyter .fa-gitlab:before {
+.markdown.jupyter .fa-gitlab:before {
   content: "\f296";
 }
-.markup.jupyter .fa-wpbeginner:before {
+.markdown.jupyter .fa-wpbeginner:before {
   content: "\f297";
 }
-.markup.jupyter .fa-wpforms:before {
+.markdown.jupyter .fa-wpforms:before {
   content: "\f298";
 }
-.markup.jupyter .fa-envira:before {
+.markdown.jupyter .fa-envira:before {
   content: "\f299";
 }
-.markup.jupyter .fa-universal-access:before {
+.markdown.jupyter .fa-universal-access:before {
   content: "\f29a";
 }
-.markup.jupyter .fa-wheelchair-alt:before {
+.markdown.jupyter .fa-wheelchair-alt:before {
   content: "\f29b";
 }
-.markup.jupyter .fa-question-circle-o:before {
+.markdown.jupyter .fa-question-circle-o:before {
   content: "\f29c";
 }
-.markup.jupyter .fa-blind:before {
+.markdown.jupyter .fa-blind:before {
   content: "\f29d";
 }
-.markup.jupyter .fa-audio-description:before {
+.markdown.jupyter .fa-audio-description:before {
   content: "\f29e";
 }
-.markup.jupyter .fa-volume-control-phone:before {
+.markdown.jupyter .fa-volume-control-phone:before {
   content: "\f2a0";
 }
-.markup.jupyter .fa-braille:before {
+.markdown.jupyter .fa-braille:before {
   content: "\f2a1";
 }
-.markup.jupyter .fa-assistive-listening-systems:before {
+.markdown.jupyter .fa-assistive-listening-systems:before {
   content: "\f2a2";
 }
-.markup.jupyter .fa-asl-interpreting:before,
-.markup.jupyter .fa-american-sign-language-interpreting:before {
+.markdown.jupyter .fa-asl-interpreting:before,
+.markdown.jupyter .fa-american-sign-language-interpreting:before {
   content: "\f2a3";
 }
-.markup.jupyter .fa-deafness:before,
-.markup.jupyter .fa-hard-of-hearing:before,
-.markup.jupyter .fa-deaf:before {
+.markdown.jupyter .fa-deafness:before,
+.markdown.jupyter .fa-hard-of-hearing:before,
+.markdown.jupyter .fa-deaf:before {
   content: "\f2a4";
 }
-.markup.jupyter .fa-glide:before {
+.markdown.jupyter .fa-glide:before {
   content: "\f2a5";
 }
-.markup.jupyter .fa-glide-g:before {
+.markdown.jupyter .fa-glide-g:before {
   content: "\f2a6";
 }
-.markup.jupyter .fa-signing:before,
-.markup.jupyter .fa-sign-language:before {
+.markdown.jupyter .fa-signing:before,
+.markdown.jupyter .fa-sign-language:before {
   content: "\f2a7";
 }
-.markup.jupyter .fa-low-vision:before {
+.markdown.jupyter .fa-low-vision:before {
   content: "\f2a8";
 }
-.markup.jupyter .fa-viadeo:before {
+.markdown.jupyter .fa-viadeo:before {
   content: "\f2a9";
 }
-.markup.jupyter .fa-viadeo-square:before {
+.markdown.jupyter .fa-viadeo-square:before {
   content: "\f2aa";
 }
-.markup.jupyter .fa-snapchat:before {
+.markdown.jupyter .fa-snapchat:before {
   content: "\f2ab";
 }
-.markup.jupyter .fa-snapchat-ghost:before {
+.markdown.jupyter .fa-snapchat-ghost:before {
   content: "\f2ac";
 }
-.markup.jupyter .fa-snapchat-square:before {
+.markdown.jupyter .fa-snapchat-square:before {
   content: "\f2ad";
 }
-.markup.jupyter .fa-pied-piper:before {
+.markdown.jupyter .fa-pied-piper:before {
   content: "\f2ae";
 }
-.markup.jupyter .fa-first-order:before {
+.markdown.jupyter .fa-first-order:before {
   content: "\f2b0";
 }
-.markup.jupyter .fa-yoast:before {
+.markdown.jupyter .fa-yoast:before {
   content: "\f2b1";
 }
-.markup.jupyter .fa-themeisle:before {
+.markdown.jupyter .fa-themeisle:before {
   content: "\f2b2";
 }
-.markup.jupyter .fa-google-plus-circle:before,
-.markup.jupyter .fa-google-plus-official:before {
+.markdown.jupyter .fa-google-plus-circle:before,
+.markdown.jupyter .fa-google-plus-official:before {
   content: "\f2b3";
 }
-.markup.jupyter .fa-fa:before,
-.markup.jupyter .fa-font-awesome:before {
+.markdown.jupyter .fa-fa:before,
+.markdown.jupyter .fa-font-awesome:before {
   content: "\f2b4";
 }
-.markup.jupyter .fa-handshake-o:before {
+.markdown.jupyter .fa-handshake-o:before {
   content: "\f2b5";
 }
-.markup.jupyter .fa-envelope-open:before {
+.markdown.jupyter .fa-envelope-open:before {
   content: "\f2b6";
 }
-.markup.jupyter .fa-envelope-open-o:before {
+.markdown.jupyter .fa-envelope-open-o:before {
   content: "\f2b7";
 }
-.markup.jupyter .fa-linode:before {
+.markdown.jupyter .fa-linode:before {
   content: "\f2b8";
 }
-.markup.jupyter .fa-address-book:before {
+.markdown.jupyter .fa-address-book:before {
   content: "\f2b9";
 }
-.markup.jupyter .fa-address-book-o:before {
+.markdown.jupyter .fa-address-book-o:before {
   content: "\f2ba";
 }
-.markup.jupyter .fa-vcard:before,
-.markup.jupyter .fa-address-card:before {
+.markdown.jupyter .fa-vcard:before,
+.markdown.jupyter .fa-address-card:before {
   content: "\f2bb";
 }
-.markup.jupyter .fa-vcard-o:before,
-.markup.jupyter .fa-address-card-o:before {
+.markdown.jupyter .fa-vcard-o:before,
+.markdown.jupyter .fa-address-card-o:before {
   content: "\f2bc";
 }
-.markup.jupyter .fa-user-circle:before {
+.markdown.jupyter .fa-user-circle:before {
   content: "\f2bd";
 }
-.markup.jupyter .fa-user-circle-o:before {
+.markdown.jupyter .fa-user-circle-o:before {
   content: "\f2be";
 }
-.markup.jupyter .fa-user-o:before {
+.markdown.jupyter .fa-user-o:before {
   content: "\f2c0";
 }
-.markup.jupyter .fa-id-badge:before {
+.markdown.jupyter .fa-id-badge:before {
   content: "\f2c1";
 }
-.markup.jupyter .fa-drivers-license:before,
-.markup.jupyter .fa-id-card:before {
+.markdown.jupyter .fa-drivers-license:before,
+.markdown.jupyter .fa-id-card:before {
   content: "\f2c2";
 }
-.markup.jupyter .fa-drivers-license-o:before,
-.markup.jupyter .fa-id-card-o:before {
+.markdown.jupyter .fa-drivers-license-o:before,
+.markdown.jupyter .fa-id-card-o:before {
   content: "\f2c3";
 }
-.markup.jupyter .fa-quora:before {
+.markdown.jupyter .fa-quora:before {
   content: "\f2c4";
 }
-.markup.jupyter .fa-free-code-camp:before {
+.markdown.jupyter .fa-free-code-camp:before {
   content: "\f2c5";
 }
-.markup.jupyter .fa-telegram:before {
+.markdown.jupyter .fa-telegram:before {
   content: "\f2c6";
 }
-.markup.jupyter .fa-thermometer-4:before,
-.markup.jupyter .fa-thermometer:before,
-.markup.jupyter .fa-thermometer-full:before {
+.markdown.jupyter .fa-thermometer-4:before,
+.markdown.jupyter .fa-thermometer:before,
+.markdown.jupyter .fa-thermometer-full:before {
   content: "\f2c7";
 }
-.markup.jupyter .fa-thermometer-3:before,
-.markup.jupyter .fa-thermometer-three-quarters:before {
+.markdown.jupyter .fa-thermometer-3:before,
+.markdown.jupyter .fa-thermometer-three-quarters:before {
   content: "\f2c8";
 }
-.markup.jupyter .fa-thermometer-2:before,
-.markup.jupyter .fa-thermometer-half:before {
+.markdown.jupyter .fa-thermometer-2:before,
+.markdown.jupyter .fa-thermometer-half:before {
   content: "\f2c9";
 }
-.markup.jupyter .fa-thermometer-1:before,
-.markup.jupyter .fa-thermometer-quarter:before {
+.markdown.jupyter .fa-thermometer-1:before,
+.markdown.jupyter .fa-thermometer-quarter:before {
   content: "\f2ca";
 }
-.markup.jupyter .fa-thermometer-0:before,
-.markup.jupyter .fa-thermometer-empty:before {
+.markdown.jupyter .fa-thermometer-0:before,
+.markdown.jupyter .fa-thermometer-empty:before {
   content: "\f2cb";
 }
-.markup.jupyter .fa-shower:before {
+.markdown.jupyter .fa-shower:before {
   content: "\f2cc";
 }
-.markup.jupyter .fa-bathtub:before,
-.markup.jupyter .fa-s15:before,
-.markup.jupyter .fa-bath:before {
+.markdown.jupyter .fa-bathtub:before,
+.markdown.jupyter .fa-s15:before,
+.markdown.jupyter .fa-bath:before {
   content: "\f2cd";
 }
-.markup.jupyter .fa-podcast:before {
+.markdown.jupyter .fa-podcast:before {
   content: "\f2ce";
 }
-.markup.jupyter .fa-window-maximize:before {
+.markdown.jupyter .fa-window-maximize:before {
   content: "\f2d0";
 }
-.markup.jupyter .fa-window-minimize:before {
+.markdown.jupyter .fa-window-minimize:before {
   content: "\f2d1";
 }
-.markup.jupyter .fa-window-restore:before {
+.markdown.jupyter .fa-window-restore:before {
   content: "\f2d2";
 }
-.markup.jupyter .fa-times-rectangle:before,
-.markup.jupyter .fa-window-close:before {
+.markdown.jupyter .fa-times-rectangle:before,
+.markdown.jupyter .fa-window-close:before {
   content: "\f2d3";
 }
-.markup.jupyter .fa-times-rectangle-o:before,
-.markup.jupyter .fa-window-close-o:before {
+.markdown.jupyter .fa-times-rectangle-o:before,
+.markdown.jupyter .fa-window-close-o:before {
   content: "\f2d4";
 }
-.markup.jupyter .fa-bandcamp:before {
+.markdown.jupyter .fa-bandcamp:before {
   content: "\f2d5";
 }
-.markup.jupyter .fa-grav:before {
+.markdown.jupyter .fa-grav:before {
   content: "\f2d6";
 }
-.markup.jupyter .fa-etsy:before {
+.markdown.jupyter .fa-etsy:before {
   content: "\f2d7";
 }
-.markup.jupyter .fa-imdb:before {
+.markdown.jupyter .fa-imdb:before {
   content: "\f2d8";
 }
-.markup.jupyter .fa-ravelry:before {
+.markdown.jupyter .fa-ravelry:before {
   content: "\f2d9";
 }
-.markup.jupyter .fa-eercast:before {
+.markdown.jupyter .fa-eercast:before {
   content: "\f2da";
 }
-.markup.jupyter .fa-microchip:before {
+.markdown.jupyter .fa-microchip:before {
   content: "\f2db";
 }
-.markup.jupyter .fa-snowflake-o:before {
+.markdown.jupyter .fa-snowflake-o:before {
   content: "\f2dc";
 }
-.markup.jupyter .fa-superpowers:before {
+.markdown.jupyter .fa-superpowers:before {
   content: "\f2dd";
 }
-.markup.jupyter .fa-wpexplorer:before {
+.markdown.jupyter .fa-wpexplorer:before {
   content: "\f2de";
 }
-.markup.jupyter .fa-meetup:before {
+.markdown.jupyter .fa-meetup:before {
   content: "\f2e0";
 }
-.markup.jupyter .sr-only {
+.markdown.jupyter .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
@@ -9338,8 +9338,8 @@ Adapted from GitHub theme
   clip: rect(0, 0, 0, 0);
   border: 0;
 }
-.markup.jupyter .sr-only-focusable:active,
-.markup.jupyter .sr-only-focusable:focus {
+.markdown.jupyter .sr-only-focusable:active,
+.markdown.jupyter .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
@@ -9347,8 +9347,8 @@ Adapted from GitHub theme
   overflow: visible;
   clip: auto;
 }
-.markup.jupyter .sr-only-focusable:active,
-.markup.jupyter .sr-only-focusable:focus {
+.markdown.jupyter .sr-only-focusable:active,
+.markdown.jupyter .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
@@ -9356,34 +9356,34 @@ Adapted from GitHub theme
   overflow: visible;
   clip: auto;
 }
-.markup.jupyter .modal.fade .modal-dialog {
+.markdown.jupyter .modal.fade .modal-dialog {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
 }
-.markup.jupyter code {
+.markdown.jupyter code {
   color: #000;
 }
-.markup.jupyter pre {
+.markdown.jupyter pre {
   font-size: inherit;
   line-height: inherit;
 }
-.markup.jupyter label {
+.markdown.jupyter label {
   font-weight: normal;
 }
-.markup.jupyter .border-box-sizing {
+.markdown.jupyter .border-box-sizing {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
-.markup.jupyter .corner-all {
+.markdown.jupyter .corner-all {
   border-radius: 2px;
 }
-.markup.jupyter .no-padding {
+.markdown.jupyter .no-padding {
   padding: 0px;
 }
-.markup.jupyter .hbox {
+.markdown.jupyter .hbox {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: horizontal;
@@ -9399,7 +9399,7 @@ Adapted from GitHub theme
   flex-direction: row;
   align-items: stretch;
 }
-.markup.jupyter .hbox > * {
+.markdown.jupyter .hbox > * {
   /* Old browsers */
   -webkit-box-flex: 0;
   -moz-box-flex: 0;
@@ -9407,7 +9407,7 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: none;
 }
-.markup.jupyter .vbox {
+.markdown.jupyter .vbox {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: vertical;
@@ -9423,7 +9423,7 @@ Adapted from GitHub theme
   flex-direction: column;
   align-items: stretch;
 }
-.markup.jupyter .vbox > * {
+.markdown.jupyter .vbox > * {
   /* Old browsers */
   -webkit-box-flex: 0;
   -moz-box-flex: 0;
@@ -9431,9 +9431,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: none;
 }
-.markup.jupyter .hbox.reverse,
-.markup.jupyter .vbox.reverse,
-.markup.jupyter .reverse {
+.markdown.jupyter .hbox.reverse,
+.markdown.jupyter .vbox.reverse,
+.markdown.jupyter .reverse {
   /* Old browsers */
   -webkit-box-direction: reverse;
   -moz-box-direction: reverse;
@@ -9441,9 +9441,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex-direction: row-reverse;
 }
-.markup.jupyter .hbox.box-flex0,
-.markup.jupyter .vbox.box-flex0,
-.markup.jupyter .box-flex0 {
+.markdown.jupyter .hbox.box-flex0,
+.markdown.jupyter .vbox.box-flex0,
+.markdown.jupyter .box-flex0 {
   /* Old browsers */
   -webkit-box-flex: 0;
   -moz-box-flex: 0;
@@ -9452,9 +9452,9 @@ Adapted from GitHub theme
   flex: none;
   width: auto;
 }
-.markup.jupyter .hbox.box-flex1,
-.markup.jupyter .vbox.box-flex1,
-.markup.jupyter .box-flex1 {
+.markdown.jupyter .hbox.box-flex1,
+.markdown.jupyter .vbox.box-flex1,
+.markdown.jupyter .box-flex1 {
   /* Old browsers */
   -webkit-box-flex: 1;
   -moz-box-flex: 1;
@@ -9462,9 +9462,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: 1;
 }
-.markup.jupyter .hbox.box-flex,
-.markup.jupyter .vbox.box-flex,
-.markup.jupyter .box-flex {
+.markdown.jupyter .hbox.box-flex,
+.markdown.jupyter .vbox.box-flex,
+.markdown.jupyter .box-flex {
   /* Old browsers */
   /* Old browsers */
   -webkit-box-flex: 1;
@@ -9473,9 +9473,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: 1;
 }
-.markup.jupyter .hbox.box-flex2,
-.markup.jupyter .vbox.box-flex2,
-.markup.jupyter .box-flex2 {
+.markdown.jupyter .hbox.box-flex2,
+.markdown.jupyter .vbox.box-flex2,
+.markdown.jupyter .box-flex2 {
   /* Old browsers */
   -webkit-box-flex: 2;
   -moz-box-flex: 2;
@@ -9483,21 +9483,21 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: 2;
 }
-.markup.jupyter .box-group1 {
+.markdown.jupyter .box-group1 {
   /*  Deprecated */
   -webkit-box-flex-group: 1;
   -moz-box-flex-group: 1;
   box-flex-group: 1;
 }
-.markup.jupyter .box-group2 {
+.markdown.jupyter .box-group2 {
   /* Deprecated */
   -webkit-box-flex-group: 2;
   -moz-box-flex-group: 2;
   box-flex-group: 2;
 }
-.markup.jupyter .hbox.start,
-.markup.jupyter .vbox.start,
-.markup.jupyter .start {
+.markdown.jupyter .hbox.start,
+.markdown.jupyter .vbox.start,
+.markdown.jupyter .start {
   /* Old browsers */
   -webkit-box-pack: start;
   -moz-box-pack: start;
@@ -9505,9 +9505,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   justify-content: flex-start;
 }
-.markup.jupyter .hbox.end,
-.markup.jupyter .vbox.end,
-.markup.jupyter .end {
+.markdown.jupyter .hbox.end,
+.markdown.jupyter .vbox.end,
+.markdown.jupyter .end {
   /* Old browsers */
   -webkit-box-pack: end;
   -moz-box-pack: end;
@@ -9515,9 +9515,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   justify-content: flex-end;
 }
-.markup.jupyter .hbox.center,
-.markup.jupyter .vbox.center,
-.markup.jupyter .center {
+.markdown.jupyter .hbox.center,
+.markdown.jupyter .vbox.center,
+.markdown.jupyter .center {
   /* Old browsers */
   -webkit-box-pack: center;
   -moz-box-pack: center;
@@ -9525,9 +9525,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   justify-content: center;
 }
-.markup.jupyter .hbox.baseline,
-.markup.jupyter .vbox.baseline,
-.markup.jupyter .baseline {
+.markdown.jupyter .hbox.baseline,
+.markdown.jupyter .vbox.baseline,
+.markdown.jupyter .baseline {
   /* Old browsers */
   -webkit-box-pack: baseline;
   -moz-box-pack: baseline;
@@ -9535,9 +9535,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   justify-content: baseline;
 }
-.markup.jupyter .hbox.stretch,
-.markup.jupyter .vbox.stretch,
-.markup.jupyter .stretch {
+.markdown.jupyter .hbox.stretch,
+.markdown.jupyter .vbox.stretch,
+.markdown.jupyter .stretch {
   /* Old browsers */
   -webkit-box-pack: stretch;
   -moz-box-pack: stretch;
@@ -9545,9 +9545,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   justify-content: stretch;
 }
-.markup.jupyter .hbox.align-start,
-.markup.jupyter .vbox.align-start,
-.markup.jupyter .align-start {
+.markdown.jupyter .hbox.align-start,
+.markdown.jupyter .vbox.align-start,
+.markdown.jupyter .align-start {
   /* Old browsers */
   -webkit-box-align: start;
   -moz-box-align: start;
@@ -9555,9 +9555,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   align-items: flex-start;
 }
-.markup.jupyter .hbox.align-end,
-.markup.jupyter .vbox.align-end,
-.markup.jupyter .align-end {
+.markdown.jupyter .hbox.align-end,
+.markdown.jupyter .vbox.align-end,
+.markdown.jupyter .align-end {
   /* Old browsers */
   -webkit-box-align: end;
   -moz-box-align: end;
@@ -9565,9 +9565,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   align-items: flex-end;
 }
-.markup.jupyter .hbox.align-center,
-.markup.jupyter .vbox.align-center,
-.markup.jupyter .align-center {
+.markdown.jupyter .hbox.align-center,
+.markdown.jupyter .vbox.align-center,
+.markdown.jupyter .align-center {
   /* Old browsers */
   -webkit-box-align: center;
   -moz-box-align: center;
@@ -9575,9 +9575,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   align-items: center;
 }
-.markup.jupyter .hbox.align-baseline,
-.markup.jupyter .vbox.align-baseline,
-.markup.jupyter .align-baseline {
+.markdown.jupyter .hbox.align-baseline,
+.markdown.jupyter .vbox.align-baseline,
+.markdown.jupyter .align-baseline {
   /* Old browsers */
   -webkit-box-align: baseline;
   -moz-box-align: baseline;
@@ -9585,9 +9585,9 @@ Adapted from GitHub theme
   /* Modern browsers */
   align-items: baseline;
 }
-.markup.jupyter .hbox.align-stretch,
-.markup.jupyter .vbox.align-stretch,
-.markup.jupyter .align-stretch {
+.markdown.jupyter .hbox.align-stretch,
+.markdown.jupyter .vbox.align-stretch,
+.markdown.jupyter .align-stretch {
   /* Old browsers */
   -webkit-box-align: stretch;
   -moz-box-align: stretch;
@@ -9595,28 +9595,28 @@ Adapted from GitHub theme
   /* Modern browsers */
   align-items: stretch;
 }
-.markup.jupyter div.error {
+.markdown.jupyter div.error {
   margin: 2em;
   text-align: center;
 }
-.markup.jupyter div.error > h1 {
+.markdown.jupyter div.error > h1 {
   font-size: 500%;
   line-height: normal;
 }
-.markup.jupyter div.error > p {
+.markdown.jupyter div.error > p {
   font-size: 200%;
   line-height: normal;
 }
-.markup.jupyter div.traceback-wrapper {
+.markdown.jupyter div.traceback-wrapper {
   text-align: left;
   max-width: 800px;
   margin: auto;
 }
-.markup.jupyter div.traceback-wrapper pre.traceback {
+.markdown.jupyter div.traceback-wrapper pre.traceback {
   max-height: 600px;
   overflow: auto;
 }
-.markup.jupyter body {
+.markdown.jupyter body {
   background-color: #fff;
   /* This makes sure that the body covers the entire window and needs to
        be in a different element than the display: box in wrapper below */
@@ -9627,7 +9627,7 @@ Adapted from GitHub theme
   bottom: 0px;
   overflow: visible;
 }
-.markup.jupyter body > #header {
+.markdown.jupyter body > #header {
   /* Initially hidden to prevent FLOUC */
   display: none;
   background-color: #fff;
@@ -9635,7 +9635,7 @@ Adapted from GitHub theme
   position: relative;
   z-index: 100;
 }
-.markup.jupyter body > #header #header-container {
+.markdown.jupyter body > #header #header-container {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
@@ -9646,43 +9646,43 @@ Adapted from GitHub theme
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
-.markup.jupyter body > #header .header-bar {
+.markdown.jupyter body > #header .header-bar {
   width: 100%;
   height: 1px;
   background: #e7e7e7;
   margin-bottom: -1px;
 }
 @media print {
-  .markup.jupyter body > #header {
+  .markdown.jupyter body > #header {
     display: none !important;
   }
 }
-.markup.jupyter #header-spacer {
+.markdown.jupyter #header-spacer {
   width: 100%;
   visibility: hidden;
 }
 @media print {
-  .markup.jupyter #header-spacer {
+  .markdown.jupyter #header-spacer {
     display: none;
   }
 }
-.markup.jupyter #ipython_notebook {
+.markdown.jupyter #ipython_notebook {
   padding-left: 0px;
   padding-top: 1px;
   padding-bottom: 1px;
 }
-.markup.jupyter [dir="rtl"] #ipython_notebook {
+.markdown.jupyter [dir="rtl"] #ipython_notebook {
   margin-right: 10px;
   margin-left: 0;
 }
-.markup.jupyter [dir="rtl"] #ipython_notebook.pull-left {
+.markdown.jupyter [dir="rtl"] #ipython_notebook.pull-left {
   float: right !important;
   float: right;
 }
-.markup.jupyter .flex-spacer {
+.markdown.jupyter .flex-spacer {
   flex: 1;
 }
-.markup.jupyter #noscript {
+.markdown.jupyter #noscript {
   width: auto;
   padding-top: 16px;
   padding-bottom: 16px;
@@ -9691,10 +9691,10 @@ Adapted from GitHub theme
   color: red;
   font-weight: bold;
 }
-.markup.jupyter #ipython_notebook img {
+.markdown.jupyter #ipython_notebook img {
   height: 28px;
 }
-.markup.jupyter #site {
+.markdown.jupyter #site {
   width: 100%;
   display: none;
   box-sizing: border-box;
@@ -9703,119 +9703,119 @@ Adapted from GitHub theme
   overflow: auto;
 }
 @media print {
-  .markup.jupyter #site {
+  .markdown.jupyter #site {
     height: auto !important;
   }
 }
-.markup.jupyter .ui-button .ui-button-text {
+.markdown.jupyter .ui-button .ui-button-text {
   padding: 0.2em 0.8em;
   font-size: 77%;
 }
-.markup.jupyter input.ui-button {
+.markdown.jupyter input.ui-button {
   padding: 0.3em 0.9em;
 }
-.markup.jupyter span#kernel_logo_widget {
+.markdown.jupyter span#kernel_logo_widget {
   margin: 0 10px;
 }
-.markup.jupyter span#login_widget {
+.markdown.jupyter span#login_widget {
   float: right;
 }
-.markup.jupyter [dir="rtl"] span#login_widget {
+.markdown.jupyter [dir="rtl"] span#login_widget {
   float: left;
 }
-.markup.jupyter span#login_widget > .button,
-.markup.jupyter #logout {
+.markdown.jupyter span#login_widget > .button,
+.markdown.jupyter #logout {
   color: #333;
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter span#login_widget > .button:focus,
-.markup.jupyter #logout:focus,
-.markup.jupyter span#login_widget > .button.focus,
-.markup.jupyter #logout.focus {
+.markdown.jupyter span#login_widget > .button:focus,
+.markdown.jupyter #logout:focus,
+.markdown.jupyter span#login_widget > .button.focus,
+.markdown.jupyter #logout.focus {
   color: #333;
   background-color: #e6e6e6;
   border-color: #8c8c8c;
 }
-.markup.jupyter span#login_widget > .button:hover,
-.markup.jupyter #logout:hover {
+.markdown.jupyter span#login_widget > .button:hover,
+.markdown.jupyter #logout:hover {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter span#login_widget > .button:active,
-.markup.jupyter #logout:active,
-.markup.jupyter span#login_widget > .button.active,
-.markup.jupyter #logout.active,
-.markup.jupyter .open > .dropdown-togglespan#login_widget > .button,
-.markup.jupyter .open > .dropdown-toggle#logout {
+.markdown.jupyter span#login_widget > .button:active,
+.markdown.jupyter #logout:active,
+.markdown.jupyter span#login_widget > .button.active,
+.markdown.jupyter #logout.active,
+.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button,
+.markdown.jupyter .open > .dropdown-toggle#logout {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter span#login_widget > .button:active:hover,
-.markup.jupyter #logout:active:hover,
-.markup.jupyter span#login_widget > .button.active:hover,
-.markup.jupyter #logout.active:hover,
-.markup.jupyter .open > .dropdown-togglespan#login_widget > .button:hover,
-.markup.jupyter .open > .dropdown-toggle#logout:hover,
-.markup.jupyter span#login_widget > .button:active:focus,
-.markup.jupyter #logout:active:focus,
-.markup.jupyter span#login_widget > .button.active:focus,
-.markup.jupyter #logout.active:focus,
-.markup.jupyter .open > .dropdown-togglespan#login_widget > .button:focus,
-.markup.jupyter .open > .dropdown-toggle#logout:focus,
-.markup.jupyter span#login_widget > .button:active.focus,
-.markup.jupyter #logout:active.focus,
-.markup.jupyter span#login_widget > .button.active.focus,
-.markup.jupyter #logout.active.focus,
-.markup.jupyter .open > .dropdown-togglespan#login_widget > .button.focus,
-.markup.jupyter .open > .dropdown-toggle#logout.focus {
+.markdown.jupyter span#login_widget > .button:active:hover,
+.markdown.jupyter #logout:active:hover,
+.markdown.jupyter span#login_widget > .button.active:hover,
+.markdown.jupyter #logout.active:hover,
+.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button:hover,
+.markdown.jupyter .open > .dropdown-toggle#logout:hover,
+.markdown.jupyter span#login_widget > .button:active:focus,
+.markdown.jupyter #logout:active:focus,
+.markdown.jupyter span#login_widget > .button.active:focus,
+.markdown.jupyter #logout.active:focus,
+.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button:focus,
+.markdown.jupyter .open > .dropdown-toggle#logout:focus,
+.markdown.jupyter span#login_widget > .button:active.focus,
+.markdown.jupyter #logout:active.focus,
+.markdown.jupyter span#login_widget > .button.active.focus,
+.markdown.jupyter #logout.active.focus,
+.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button.focus,
+.markdown.jupyter .open > .dropdown-toggle#logout.focus {
   color: #333;
   background-color: #d4d4d4;
   border-color: #8c8c8c;
 }
-.markup.jupyter span#login_widget > .button:active,
-.markup.jupyter #logout:active,
-.markup.jupyter span#login_widget > .button.active,
-.markup.jupyter #logout.active,
-.markup.jupyter .open > .dropdown-togglespan#login_widget > .button,
-.markup.jupyter .open > .dropdown-toggle#logout {
+.markdown.jupyter span#login_widget > .button:active,
+.markdown.jupyter #logout:active,
+.markdown.jupyter span#login_widget > .button.active,
+.markdown.jupyter #logout.active,
+.markdown.jupyter .open > .dropdown-togglespan#login_widget > .button,
+.markdown.jupyter .open > .dropdown-toggle#logout {
   background-image: none;
 }
-.markup.jupyter span#login_widget > .button.disabled:hover,
-.markup.jupyter #logout.disabled:hover,
-.markup.jupyter span#login_widget > .button[disabled]:hover,
-.markup.jupyter #logout[disabled]:hover,
-.markup.jupyter fieldset[disabled] span#login_widget > .button:hover,
-.markup.jupyter fieldset[disabled] #logout:hover,
-.markup.jupyter span#login_widget > .button.disabled:focus,
-.markup.jupyter #logout.disabled:focus,
-.markup.jupyter span#login_widget > .button[disabled]:focus,
-.markup.jupyter #logout[disabled]:focus,
-.markup.jupyter fieldset[disabled] span#login_widget > .button:focus,
-.markup.jupyter fieldset[disabled] #logout:focus,
-.markup.jupyter span#login_widget > .button.disabled.focus,
-.markup.jupyter #logout.disabled.focus,
-.markup.jupyter span#login_widget > .button[disabled].focus,
-.markup.jupyter #logout[disabled].focus,
-.markup.jupyter fieldset[disabled] span#login_widget > .button.focus,
-.markup.jupyter fieldset[disabled] #logout.focus {
+.markdown.jupyter span#login_widget > .button.disabled:hover,
+.markdown.jupyter #logout.disabled:hover,
+.markdown.jupyter span#login_widget > .button[disabled]:hover,
+.markdown.jupyter #logout[disabled]:hover,
+.markdown.jupyter fieldset[disabled] span#login_widget > .button:hover,
+.markdown.jupyter fieldset[disabled] #logout:hover,
+.markdown.jupyter span#login_widget > .button.disabled:focus,
+.markdown.jupyter #logout.disabled:focus,
+.markdown.jupyter span#login_widget > .button[disabled]:focus,
+.markdown.jupyter #logout[disabled]:focus,
+.markdown.jupyter fieldset[disabled] span#login_widget > .button:focus,
+.markdown.jupyter fieldset[disabled] #logout:focus,
+.markdown.jupyter span#login_widget > .button.disabled.focus,
+.markdown.jupyter #logout.disabled.focus,
+.markdown.jupyter span#login_widget > .button[disabled].focus,
+.markdown.jupyter #logout[disabled].focus,
+.markdown.jupyter fieldset[disabled] span#login_widget > .button.focus,
+.markdown.jupyter fieldset[disabled] #logout.focus {
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter span#login_widget > .button .badge,
-.markup.jupyter #logout .badge {
+.markdown.jupyter span#login_widget > .button .badge,
+.markdown.jupyter #logout .badge {
   color: #fff;
   background-color: #333;
 }
-.markup.jupyter .nav-header {
+.markdown.jupyter .nav-header {
   text-transform: none;
 }
-.markup.jupyter #header > span {
+.markdown.jupyter #header > span {
   margin-top: 10px;
 }
-.markup.jupyter .modal_stretch .modal-dialog {
+.markdown.jupyter .modal_stretch .modal-dialog {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: vertical;
@@ -9832,51 +9832,51 @@ Adapted from GitHub theme
   align-items: stretch;
   min-height: 80vh;
 }
-.markup.jupyter .modal_stretch .modal-dialog .modal-body {
+.markdown.jupyter .modal_stretch .modal-dialog .modal-body {
   max-height: calc(100vh - 200px);
   overflow: auto;
   flex: 1;
 }
-.markup.jupyter .modal-header {
+.markdown.jupyter .modal-header {
   cursor: move;
 }
 @media (min-width: 768px) {
-  .markup.jupyter .modal .modal-dialog {
+  .markdown.jupyter .modal .modal-dialog {
     width: 700px;
   }
 }
 @media (min-width: 768px) {
-  .markup.jupyter select.form-control {
+  .markdown.jupyter select.form-control {
     margin-left: 12px;
     margin-right: 12px;
   }
 }
-.markup.jupyter .center-nav {
+.markdown.jupyter .center-nav {
   display: inline-block;
   margin-bottom: -4px;
 }
-.markup.jupyter [dir="rtl"] .center-nav form.pull-left {
+.markdown.jupyter [dir="rtl"] .center-nav form.pull-left {
   float: right !important;
   float: right;
 }
-.markup.jupyter [dir="rtl"] .center-nav .navbar-text {
+.markdown.jupyter [dir="rtl"] .center-nav .navbar-text {
   float: right;
 }
-.markup.jupyter [dir="rtl"] .navbar-inner {
+.markdown.jupyter [dir="rtl"] .navbar-inner {
   text-align: right;
 }
-.markup.jupyter [dir="rtl"] div.text-left {
+.markdown.jupyter [dir="rtl"] div.text-left {
   text-align: right;
 }
-.markup.jupyter .alternate_upload {
+.markdown.jupyter .alternate_upload {
   background-color: none;
   display: inline;
 }
-.markup.jupyter .alternate_upload.form {
+.markdown.jupyter .alternate_upload.form {
   padding: 0;
   margin: 0;
 }
-.markup.jupyter .alternate_upload input.fileinput {
+.markdown.jupyter .alternate_upload input.fileinput {
   position: absolute;
   display: block;
   width: 100%;
@@ -9886,107 +9886,107 @@ Adapted from GitHub theme
   opacity: 0;
   z-index: 2;
 }
-.markup.jupyter .alternate_upload .btn-xs > input.fileinput {
+.markdown.jupyter .alternate_upload .btn-xs > input.fileinput {
   margin: -1px -5px;
 }
-.markup.jupyter .alternate_upload .btn-upload {
+.markdown.jupyter .alternate_upload .btn-upload {
   position: relative;
   height: 22px;
 }
-.markup.jupyter ::-webkit-file-upload-button {
+.markdown.jupyter ::-webkit-file-upload-button {
   cursor: pointer;
 }
-.markup.jupyter ul#tabs {
+.markdown.jupyter ul#tabs {
   margin-bottom: 4px;
 }
-.markup.jupyter ul#tabs a {
+.markdown.jupyter ul#tabs a {
   padding-top: 6px;
   padding-bottom: 4px;
 }
-.markup.jupyter [dir="rtl"] ul#tabs.nav-tabs > li {
+.markdown.jupyter [dir="rtl"] ul#tabs.nav-tabs > li {
   float: right;
 }
-.markup.jupyter [dir="rtl"] ul#tabs.nav.nav-tabs {
+.markdown.jupyter [dir="rtl"] ul#tabs.nav.nav-tabs {
   padding-right: 0;
 }
-.markup.jupyter ul.breadcrumb a:focus,
-.markup.jupyter ul.breadcrumb a:hover {
+.markdown.jupyter ul.breadcrumb a:focus,
+.markdown.jupyter ul.breadcrumb a:hover {
   text-decoration: none;
 }
-.markup.jupyter ul.breadcrumb i.icon-home {
+.markdown.jupyter ul.breadcrumb i.icon-home {
   font-size: 16px;
   margin-right: 4px;
 }
-.markup.jupyter ul.breadcrumb span {
+.markdown.jupyter ul.breadcrumb span {
   color: #5e5e5e;
 }
-.markup.jupyter .list_toolbar {
+.markdown.jupyter .list_toolbar {
   padding: 4px 0 4px 0;
   vertical-align: middle;
 }
-.markup.jupyter .list_toolbar .tree-buttons {
+.markdown.jupyter .list_toolbar .tree-buttons {
   padding-top: 1px;
 }
-.markup.jupyter [dir="rtl"] .list_toolbar .tree-buttons .pull-right {
+.markdown.jupyter [dir="rtl"] .list_toolbar .tree-buttons .pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter [dir="rtl"] .list_toolbar .col-sm-4,
-.markup.jupyter [dir="rtl"] .list_toolbar .col-sm-8 {
+.markdown.jupyter [dir="rtl"] .list_toolbar .col-sm-4,
+.markdown.jupyter [dir="rtl"] .list_toolbar .col-sm-8 {
   float: right;
 }
-.markup.jupyter .dynamic-buttons {
+.markdown.jupyter .dynamic-buttons {
   padding-top: 3px;
   display: inline-block;
 }
-.markup.jupyter .list_toolbar [class*="span"] {
+.markdown.jupyter .list_toolbar [class*="span"] {
   min-height: 24px;
 }
-.markup.jupyter .list_header {
+.markdown.jupyter .list_header {
   font-weight: bold;
   background-color: #EEE;
 }
-.markup.jupyter .list_placeholder {
+.markdown.jupyter .list_placeholder {
   font-weight: bold;
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 7px;
   padding-right: 7px;
 }
-.markup.jupyter .list_container {
+.markdown.jupyter .list_container {
   margin-top: 4px;
   margin-bottom: 20px;
   border: 1px solid #ddd;
   border-radius: 2px;
 }
-.markup.jupyter .list_container > div {
+.markdown.jupyter .list_container > div {
   border-bottom: 1px solid #ddd;
 }
-.markup.jupyter .list_container > div:hover .list-item {
+.markdown.jupyter .list_container > div:hover .list-item {
   background-color: red;
 }
-.markup.jupyter .list_container > div:last-child {
+.markdown.jupyter .list_container > div:last-child {
   border: none;
 }
-.markup.jupyter .list_item:hover .list_item {
+.markdown.jupyter .list_item:hover .list_item {
   background-color: #ddd;
 }
-.markup.jupyter .list_item a {
+.markdown.jupyter .list_item a {
   text-decoration: none;
 }
-.markup.jupyter .list_item:hover {
+.markdown.jupyter .list_item:hover {
   background-color: #fafafa;
 }
-.markup.jupyter .list_header > div,
-.markup.jupyter .list_item > div {
+.markdown.jupyter .list_header > div,
+.markdown.jupyter .list_item > div {
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 7px;
   padding-right: 7px;
   line-height: 22px;
 }
-.markup.jupyter .list_header > div input,
-.markup.jupyter .list_item > div input {
+.markdown.jupyter .list_header > div input,
+.markdown.jupyter .list_item > div input {
   margin-right: 7px;
   margin-left: 14px;
   vertical-align: text-bottom;
@@ -9994,23 +9994,23 @@ Adapted from GitHub theme
   position: relative;
   top: -1px;
 }
-.markup.jupyter .list_header > div .item_link,
-.markup.jupyter .list_item > div .item_link {
+.markdown.jupyter .list_header > div .item_link,
+.markdown.jupyter .list_item > div .item_link {
   margin-left: -1px;
   vertical-align: baseline;
   line-height: 22px;
 }
-.markup.jupyter [dir="rtl"] .list_item > div input {
+.markdown.jupyter [dir="rtl"] .list_item > div input {
   margin-right: 0;
 }
-.markup.jupyter .new-file input[type=checkbox] {
+.markdown.jupyter .new-file input[type=checkbox] {
   visibility: hidden;
 }
-.markup.jupyter .item_name {
+.markdown.jupyter .item_name {
   line-height: 22px;
   height: 24px;
 }
-.markup.jupyter .item_icon {
+.markdown.jupyter .item_icon {
   font-size: 14px;
   color: #5e5e5e;
   margin-right: 7px;
@@ -10018,109 +10018,109 @@ Adapted from GitHub theme
   line-height: 22px;
   vertical-align: baseline;
 }
-.markup.jupyter .item_modified {
+.markdown.jupyter .item_modified {
   margin-right: 7px;
   margin-left: 7px;
 }
-.markup.jupyter [dir="rtl"] .item_modified.pull-right {
+.markdown.jupyter [dir="rtl"] .item_modified.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter .item_buttons {
+.markdown.jupyter .item_buttons {
   line-height: 1em;
   margin-left: -5px;
 }
-.markup.jupyter .item_buttons .btn,
-.markup.jupyter .item_buttons .btn-group,
-.markup.jupyter .item_buttons .input-group {
+.markdown.jupyter .item_buttons .btn,
+.markdown.jupyter .item_buttons .btn-group,
+.markdown.jupyter .item_buttons .input-group {
   float: left;
 }
-.markup.jupyter .item_buttons > .btn,
-.markup.jupyter .item_buttons > .btn-group,
-.markup.jupyter .item_buttons > .input-group {
+.markdown.jupyter .item_buttons > .btn,
+.markdown.jupyter .item_buttons > .btn-group,
+.markdown.jupyter .item_buttons > .input-group {
   margin-left: 5px;
 }
-.markup.jupyter .item_buttons .btn {
+.markdown.jupyter .item_buttons .btn {
   min-width: 13ex;
 }
-.markup.jupyter .item_buttons .running-indicator {
+.markdown.jupyter .item_buttons .running-indicator {
   padding-top: 4px;
   color: #5cb85c;
 }
-.markup.jupyter .item_buttons .kernel-name {
+.markdown.jupyter .item_buttons .kernel-name {
   padding-top: 4px;
   color: #5bc0de;
   margin-right: 7px;
   float: left;
 }
-.markup.jupyter [dir="rtl"] .item_buttons.pull-right {
+.markdown.jupyter [dir="rtl"] .item_buttons.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter [dir="rtl"] .item_buttons .kernel-name {
+.markdown.jupyter [dir="rtl"] .item_buttons .kernel-name {
   margin-left: 7px;
   float: right;
 }
-.markup.jupyter .toolbar_info {
+.markdown.jupyter .toolbar_info {
   height: 24px;
   line-height: 24px;
 }
-.markup.jupyter .list_item input:not([type=checkbox]) {
+.markdown.jupyter .list_item input:not([type=checkbox]) {
   padding-top: 3px;
   padding-bottom: 3px;
   height: 22px;
   line-height: 14px;
   margin: 0px;
 }
-.markup.jupyter .highlight_text {
+.markdown.jupyter .highlight_text {
   color: blue;
 }
-.markup.jupyter #project_name {
+.markdown.jupyter #project_name {
   display: inline-block;
   padding-left: 7px;
   margin-left: -2px;
 }
-.markup.jupyter #project_name > .breadcrumb {
+.markdown.jupyter #project_name > .breadcrumb {
   padding: 0px;
   margin-bottom: 0px;
   background-color: transparent;
   font-weight: bold;
 }
-.markup.jupyter .sort_button {
+.markdown.jupyter .sort_button {
   display: inline-block;
   padding-left: 7px;
 }
-.markup.jupyter [dir="rtl"] .sort_button.pull-right {
+.markdown.jupyter [dir="rtl"] .sort_button.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter #tree-selector {
+.markdown.jupyter #tree-selector {
   padding-right: 0px;
 }
-.markup.jupyter #button-select-all {
+.markdown.jupyter #button-select-all {
   min-width: 50px;
 }
-.markup.jupyter [dir="rtl"] #button-select-all.btn {
+.markdown.jupyter [dir="rtl"] #button-select-all.btn {
   float: right ;
 }
-.markup.jupyter #select-all {
+.markdown.jupyter #select-all {
   margin-left: 7px;
   margin-right: 2px;
   margin-top: 2px;
   height: 16px;
 }
-.markup.jupyter [dir="rtl"] #select-all.pull-left {
+.markdown.jupyter [dir="rtl"] #select-all.pull-left {
   float: right !important;
   float: right;
 }
-.markup.jupyter .menu_icon {
+.markdown.jupyter .menu_icon {
   margin-right: 2px;
 }
-.markup.jupyter .tab-content .row {
+.markdown.jupyter .tab-content .row {
   margin-left: 0px;
   margin-right: 0px;
 }
-.markup.jupyter .folder_icon:before {
+.markdown.jupyter .folder_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10129,19 +10129,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f114";
 }
-.markup.jupyter .folder_icon:before.fa-pull-left {
+.markdown.jupyter .folder_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .folder_icon:before.fa-pull-right {
+.markdown.jupyter .folder_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .folder_icon:before.pull-left {
+.markdown.jupyter .folder_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .folder_icon:before.pull-right {
+.markdown.jupyter .folder_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .notebook_icon:before {
+.markdown.jupyter .notebook_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10152,19 +10152,19 @@ Adapted from GitHub theme
   position: relative;
   top: -1px;
 }
-.markup.jupyter .notebook_icon:before.fa-pull-left {
+.markdown.jupyter .notebook_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .notebook_icon:before.fa-pull-right {
+.markdown.jupyter .notebook_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .notebook_icon:before.pull-left {
+.markdown.jupyter .notebook_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .notebook_icon:before.pull-right {
+.markdown.jupyter .notebook_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .running_notebook_icon:before {
+.markdown.jupyter .running_notebook_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10176,19 +10176,19 @@ Adapted from GitHub theme
   top: -1px;
   color: #5cb85c;
 }
-.markup.jupyter .running_notebook_icon:before.fa-pull-left {
+.markdown.jupyter .running_notebook_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .running_notebook_icon:before.fa-pull-right {
+.markdown.jupyter .running_notebook_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .running_notebook_icon:before.pull-left {
+.markdown.jupyter .running_notebook_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .running_notebook_icon:before.pull-right {
+.markdown.jupyter .running_notebook_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .file_icon:before {
+.markdown.jupyter .file_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10199,51 +10199,51 @@ Adapted from GitHub theme
   position: relative;
   top: -2px;
 }
-.markup.jupyter .file_icon:before.fa-pull-left {
+.markdown.jupyter .file_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .file_icon:before.fa-pull-right {
+.markdown.jupyter .file_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .file_icon:before.pull-left {
+.markdown.jupyter .file_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .file_icon:before.pull-right {
+.markdown.jupyter .file_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter #notebook_toolbar .pull-right {
+.markdown.jupyter #notebook_toolbar .pull-right {
   padding-top: 0px;
   margin-right: -1px;
 }
-.markup.jupyter ul#new-menu {
+.markdown.jupyter ul#new-menu {
   left: auto;
   right: 0;
 }
-.markup.jupyter #new-menu .dropdown-header {
+.markdown.jupyter #new-menu .dropdown-header {
   font-size: 10px;
   border-bottom: 1px solid #e5e5e5;
   padding: 0 0 3px;
   margin: -3px 20px 0;
 }
-.markup.jupyter .kernel-menu-icon {
+.markdown.jupyter .kernel-menu-icon {
   padding-right: 12px;
   width: 24px;
   content: "\f096";
 }
-.markup.jupyter .kernel-menu-icon:before {
+.markdown.jupyter .kernel-menu-icon:before {
   content: "\f096";
 }
-.markup.jupyter .kernel-menu-icon-current:before {
+.markdown.jupyter .kernel-menu-icon-current:before {
   content: "\f00c";
 }
-.markup.jupyter #tab_content {
+.markdown.jupyter #tab_content {
   padding-top: 20px;
 }
-.markup.jupyter #running .panel-group .panel {
+.markdown.jupyter #running .panel-group .panel {
   margin-top: 3px;
   margin-bottom: 1em;
 }
-.markup.jupyter #running .panel-group .panel .panel-heading {
+.markdown.jupyter #running .panel-group .panel .panel-heading {
   background-color: #EEE;
   padding-top: 4px;
   padding-bottom: 4px;
@@ -10251,67 +10251,67 @@ Adapted from GitHub theme
   padding-right: 7px;
   line-height: 22px;
 }
-.markup.jupyter #running .panel-group .panel .panel-heading a:focus,
-.markup.jupyter #running .panel-group .panel .panel-heading a:hover {
+.markdown.jupyter #running .panel-group .panel .panel-heading a:focus,
+.markdown.jupyter #running .panel-group .panel .panel-heading a:hover {
   text-decoration: none;
 }
-.markup.jupyter #running .panel-group .panel .panel-body {
+.markdown.jupyter #running .panel-group .panel .panel-body {
   padding: 0px;
 }
-.markup.jupyter #running .panel-group .panel .panel-body .list_container {
+.markdown.jupyter #running .panel-group .panel .panel-body .list_container {
   margin-top: 0px;
   margin-bottom: 0px;
   border: 0px;
   border-radius: 0px;
 }
-.markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item {
+.markdown.jupyter #running .panel-group .panel .panel-body .list_container .list_item {
   border-bottom: 1px solid #ddd;
 }
-.markup.jupyter #running .panel-group .panel .panel-body .list_container .list_item:last-child {
+.markdown.jupyter #running .panel-group .panel .panel-body .list_container .list_item:last-child {
   border-bottom: 0px;
 }
-.markup.jupyter .delete-button {
+.markdown.jupyter .delete-button {
   display: none;
 }
-.markup.jupyter .duplicate-button {
+.markdown.jupyter .duplicate-button {
   display: none;
 }
-.markup.jupyter .rename-button {
+.markdown.jupyter .rename-button {
   display: none;
 }
-.markup.jupyter .move-button {
+.markdown.jupyter .move-button {
   display: none;
 }
-.markup.jupyter .download-button {
+.markdown.jupyter .download-button {
   display: none;
 }
-.markup.jupyter .shutdown-button {
+.markdown.jupyter .shutdown-button {
   display: none;
 }
-.markup.jupyter .dynamic-instructions {
+.markdown.jupyter .dynamic-instructions {
   display: inline-block;
   padding-top: 4px;
 }
-.markup.jupyter .selected-keymap i.fa {
+.markdown.jupyter .selected-keymap i.fa {
   padding: 0px 5px;
 }
-.markup.jupyter .selected-keymap i.fa:before {
+.markdown.jupyter .selected-keymap i.fa:before {
   content: "\f00c";
 }
-.markup.jupyter #mode-menu {
+.markdown.jupyter #mode-menu {
   overflow: auto;
   max-height: 20em;
 }
-.markup.jupyter .edit_app #header {
+.markdown.jupyter .edit_app #header {
   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
 }
-.markup.jupyter .edit_app #menubar .navbar {
+.markdown.jupyter .edit_app #menubar .navbar {
   /* Use a negative 1 bottom margin, so the border overlaps the border of the
     header */
   margin-bottom: -1px;
 }
-.markup.jupyter .dirty-indicator {
+.markdown.jupyter .dirty-indicator {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10320,19 +10320,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   width: 20px;
 }
-.markup.jupyter .dirty-indicator.fa-pull-left {
+.markdown.jupyter .dirty-indicator.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator.fa-pull-right {
+.markdown.jupyter .dirty-indicator.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator.pull-left {
+.markdown.jupyter .dirty-indicator.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator.pull-right {
+.markdown.jupyter .dirty-indicator.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-dirty {
+.markdown.jupyter .dirty-indicator-dirty {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10341,19 +10341,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   width: 20px;
 }
-.markup.jupyter .dirty-indicator-dirty.fa-pull-left {
+.markdown.jupyter .dirty-indicator-dirty.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-dirty.fa-pull-right {
+.markdown.jupyter .dirty-indicator-dirty.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-dirty.pull-left {
+.markdown.jupyter .dirty-indicator-dirty.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-dirty.pull-right {
+.markdown.jupyter .dirty-indicator-dirty.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean {
+.markdown.jupyter .dirty-indicator-clean {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10362,19 +10362,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   width: 20px;
 }
-.markup.jupyter .dirty-indicator-clean.fa-pull-left {
+.markdown.jupyter .dirty-indicator-clean.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean.fa-pull-right {
+.markdown.jupyter .dirty-indicator-clean.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean.pull-left {
+.markdown.jupyter .dirty-indicator-clean.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean.pull-right {
+.markdown.jupyter .dirty-indicator-clean.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean:before {
+.markdown.jupyter .dirty-indicator-clean:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -10383,222 +10383,222 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f00c";
 }
-.markup.jupyter .dirty-indicator-clean:before.fa-pull-left {
+.markdown.jupyter .dirty-indicator-clean:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean:before.fa-pull-right {
+.markdown.jupyter .dirty-indicator-clean:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean:before.pull-left {
+.markdown.jupyter .dirty-indicator-clean:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dirty-indicator-clean:before.pull-right {
+.markdown.jupyter .dirty-indicator-clean:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter #filename {
+.markdown.jupyter #filename {
   font-size: 16pt;
   display: table;
   padding: 0px 5px;
 }
-.markup.jupyter #current-mode {
+.markdown.jupyter #current-mode {
   padding-left: 5px;
   padding-right: 5px;
 }
-.markup.jupyter #texteditor-backdrop {
+.markdown.jupyter #texteditor-backdrop {
   padding-top: 20px;
   padding-bottom: 20px;
 }
 @media not print {
-  .markup.jupyter #texteditor-backdrop {
+  .markdown.jupyter #texteditor-backdrop {
     background-color: #EEE;
   }
 }
 @media print {
-  .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
-  .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+  .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
     background-color: #fff;
   }
 }
 @media not print {
-  .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
-  .markup.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+  .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  .markdown.jupyter #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
     background-color: #fff;
   }
 }
 @media not print {
-  .markup.jupyter #texteditor-backdrop #texteditor-container {
+  .markdown.jupyter #texteditor-backdrop #texteditor-container {
     padding: 0px;
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
     box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
   }
 }
-.markup.jupyter .CodeMirror-dialog {
+.markdown.jupyter .CodeMirror-dialog {
   background-color: #fff;
 }
-.markup.jupyter .ansi-black-fg {
+.markdown.jupyter .ansi-black-fg {
   color: #3E424D;
 }
-.markup.jupyter .ansi-black-bg {
+.markdown.jupyter .ansi-black-bg {
   background-color: #3E424D;
 }
-.markup.jupyter .ansi-black-intense-fg {
+.markdown.jupyter .ansi-black-intense-fg {
   color: #282C36;
 }
-.markup.jupyter .ansi-black-intense-bg {
+.markdown.jupyter .ansi-black-intense-bg {
   background-color: #282C36;
 }
-.markup.jupyter .ansi-red-fg {
+.markdown.jupyter .ansi-red-fg {
   color: #E75C58;
 }
-.markup.jupyter .ansi-red-bg {
+.markdown.jupyter .ansi-red-bg {
   background-color: #E75C58;
 }
-.markup.jupyter .ansi-red-intense-fg {
+.markdown.jupyter .ansi-red-intense-fg {
   color: #B22B31;
 }
-.markup.jupyter .ansi-red-intense-bg {
+.markdown.jupyter .ansi-red-intense-bg {
   background-color: #B22B31;
 }
-.markup.jupyter .ansi-green-fg {
+.markdown.jupyter .ansi-green-fg {
   color: #00A250;
 }
-.markup.jupyter .ansi-green-bg {
+.markdown.jupyter .ansi-green-bg {
   background-color: #00A250;
 }
-.markup.jupyter .ansi-green-intense-fg {
+.markdown.jupyter .ansi-green-intense-fg {
   color: #007427;
 }
-.markup.jupyter .ansi-green-intense-bg {
+.markdown.jupyter .ansi-green-intense-bg {
   background-color: #007427;
 }
-.markup.jupyter .ansi-yellow-fg {
+.markdown.jupyter .ansi-yellow-fg {
   color: #DDB62B;
 }
-.markup.jupyter .ansi-yellow-bg {
+.markdown.jupyter .ansi-yellow-bg {
   background-color: #DDB62B;
 }
-.markup.jupyter .ansi-yellow-intense-fg {
+.markdown.jupyter .ansi-yellow-intense-fg {
   color: #B27D12;
 }
-.markup.jupyter .ansi-yellow-intense-bg {
+.markdown.jupyter .ansi-yellow-intense-bg {
   background-color: #B27D12;
 }
-.markup.jupyter .ansi-blue-fg {
+.markdown.jupyter .ansi-blue-fg {
   color: #208FFB;
 }
-.markup.jupyter .ansi-blue-bg {
+.markdown.jupyter .ansi-blue-bg {
   background-color: #208FFB;
 }
-.markup.jupyter .ansi-blue-intense-fg {
+.markdown.jupyter .ansi-blue-intense-fg {
   color: #0065CA;
 }
-.markup.jupyter .ansi-blue-intense-bg {
+.markdown.jupyter .ansi-blue-intense-bg {
   background-color: #0065CA;
 }
-.markup.jupyter .ansi-magenta-fg {
+.markdown.jupyter .ansi-magenta-fg {
   color: #D160C4;
 }
-.markup.jupyter .ansi-magenta-bg {
+.markdown.jupyter .ansi-magenta-bg {
   background-color: #D160C4;
 }
-.markup.jupyter .ansi-magenta-intense-fg {
+.markdown.jupyter .ansi-magenta-intense-fg {
   color: #A03196;
 }
-.markup.jupyter .ansi-magenta-intense-bg {
+.markdown.jupyter .ansi-magenta-intense-bg {
   background-color: #A03196;
 }
-.markup.jupyter .ansi-cyan-fg {
+.markdown.jupyter .ansi-cyan-fg {
   color: #60C6C8;
 }
-.markup.jupyter .ansi-cyan-bg {
+.markdown.jupyter .ansi-cyan-bg {
   background-color: #60C6C8;
 }
-.markup.jupyter .ansi-cyan-intense-fg {
+.markdown.jupyter .ansi-cyan-intense-fg {
   color: #258F8F;
 }
-.markup.jupyter .ansi-cyan-intense-bg {
+.markdown.jupyter .ansi-cyan-intense-bg {
   background-color: #258F8F;
 }
-.markup.jupyter .ansi-white-fg {
+.markdown.jupyter .ansi-white-fg {
   color: #C5C1B4;
 }
-.markup.jupyter .ansi-white-bg {
+.markdown.jupyter .ansi-white-bg {
   background-color: #C5C1B4;
 }
-.markup.jupyter .ansi-white-intense-fg {
+.markdown.jupyter .ansi-white-intense-fg {
   color: #A1A6B2;
 }
-.markup.jupyter .ansi-white-intense-bg {
+.markdown.jupyter .ansi-white-intense-bg {
   background-color: #A1A6B2;
 }
-.markup.jupyter .ansi-default-inverse-fg {
+.markdown.jupyter .ansi-default-inverse-fg {
   color: #FFFFFF;
 }
-.markup.jupyter .ansi-default-inverse-bg {
+.markdown.jupyter .ansi-default-inverse-bg {
   background-color: #000000;
 }
-.markup.jupyter .ansi-bold {
+.markdown.jupyter .ansi-bold {
   font-weight: bold;
 }
-.markup.jupyter .ansi-underline {
+.markdown.jupyter .ansi-underline {
   text-decoration: underline;
 }
-.markup.jupyter .ansibold {
+.markdown.jupyter .ansibold {
   font-weight: bold;
 }
-.markup.jupyter .ansi-inverse {
+.markdown.jupyter .ansi-inverse {
   outline: 0.5px dotted;
 }
-.markup.jupyter .ansiblack {
+.markdown.jupyter .ansiblack {
   color: black;
 }
-.markup.jupyter .ansired {
+.markdown.jupyter .ansired {
   color: darkred;
 }
-.markup.jupyter .ansigreen {
+.markdown.jupyter .ansigreen {
   color: darkgreen;
 }
-.markup.jupyter .ansiyellow {
+.markdown.jupyter .ansiyellow {
   color: #c4a000;
 }
-.markup.jupyter .ansiblue {
+.markdown.jupyter .ansiblue {
   color: darkblue;
 }
-.markup.jupyter .ansipurple {
+.markdown.jupyter .ansipurple {
   color: darkviolet;
 }
-.markup.jupyter .ansicyan {
+.markdown.jupyter .ansicyan {
   color: steelblue;
 }
-.markup.jupyter .ansigray {
+.markdown.jupyter .ansigray {
   color: gray;
 }
-.markup.jupyter .ansibgblack {
+.markdown.jupyter .ansibgblack {
   background-color: black;
 }
-.markup.jupyter .ansibgred {
+.markdown.jupyter .ansibgred {
   background-color: red;
 }
-.markup.jupyter .ansibggreen {
+.markdown.jupyter .ansibggreen {
   background-color: green;
 }
-.markup.jupyter .ansibgyellow {
+.markdown.jupyter .ansibgyellow {
   background-color: yellow;
 }
-.markup.jupyter .ansibgblue {
+.markdown.jupyter .ansibgblue {
   background-color: blue;
 }
-.markup.jupyter .ansibgpurple {
+.markdown.jupyter .ansibgpurple {
   background-color: magenta;
 }
-.markup.jupyter .ansibgcyan {
+.markdown.jupyter .ansibgcyan {
   background-color: cyan;
 }
-.markup.jupyter .ansibggray {
+.markdown.jupyter .ansibggray {
   background-color: gray;
 }
-.markup.jupyter div.cell {
+.markdown.jupyter div.cell {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: vertical;
@@ -10628,7 +10628,7 @@ Adapted from GitHub theme
   position: relative;
   overflow: visible;
 }
-.markup.jupyter div.cell:before {
+.markdown.jupyter div.cell:before {
   position: absolute;
   display: block;
   top: -1px;
@@ -10638,7 +10638,7 @@ Adapted from GitHub theme
   content: '';
   background: transparent;
 }
-.markup.jupyter div.cell.jupyter-soft-selected {
+.markdown.jupyter div.cell.jupyter-soft-selected {
   border-left-color: #E3F2FD;
   border-left-width: 1px;
   padding-left: 5px;
@@ -10647,16 +10647,16 @@ Adapted from GitHub theme
   background: #E3F2FD;
 }
 @media print {
-  .markup.jupyter div.cell.jupyter-soft-selected {
+  .markdown.jupyter div.cell.jupyter-soft-selected {
     border-color: transparent;
   }
 }
-.markup.jupyter div.cell.selected,
-.markup.jupyter div.cell.selected.jupyter-soft-selected {
+.markdown.jupyter div.cell.selected,
+.markdown.jupyter div.cell.selected.jupyter-soft-selected {
   border-color: #ababab;
 }
-.markup.jupyter div.cell.selected:before,
-.markup.jupyter div.cell.selected.jupyter-soft-selected:before {
+.markdown.jupyter div.cell.selected:before,
+.markdown.jupyter div.cell.selected.jupyter-soft-selected:before {
   position: absolute;
   display: block;
   top: -1px;
@@ -10667,15 +10667,15 @@ Adapted from GitHub theme
   background: #42A5F5;
 }
 @media print {
-  .markup.jupyter div.cell.selected,
-  .markup.jupyter div.cell.selected.jupyter-soft-selected {
+  .markdown.jupyter div.cell.selected,
+  .markdown.jupyter div.cell.selected.jupyter-soft-selected {
     border-color: transparent;
   }
 }
-.markup.jupyter .edit_mode div.cell.selected {
+.markdown.jupyter .edit_mode div.cell.selected {
   border-color: #66BB6A;
 }
-.markup.jupyter .edit_mode div.cell.selected:before {
+.markdown.jupyter .edit_mode div.cell.selected:before {
   position: absolute;
   display: block;
   top: -1px;
@@ -10686,11 +10686,11 @@ Adapted from GitHub theme
   background: #66BB6A;
 }
 @media print {
-  .markup.jupyter .edit_mode div.cell.selected {
+  .markdown.jupyter .edit_mode div.cell.selected {
     border-color: transparent;
   }
 }
-.markup.jupyter .prompt {
+.markdown.jupyter .prompt {
   /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
   min-width: 14ex;
   /* This padding is tuned to match the padding on the CodeMirror editor. */
@@ -10711,11 +10711,11 @@ Adapted from GitHub theme
   cursor: default;
 }
 @media (max-width: 540px) {
-  .markup.jupyter .prompt {
+  .markdown.jupyter .prompt {
     text-align: left;
   }
 }
-.markup.jupyter div.inner_cell {
+.markdown.jupyter div.inner_cell {
   min-width: 0;
   /* Old browsers */
   display: -webkit-box;
@@ -10738,17 +10738,17 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: 1;
 }
-.markup.jupyter div.input_area {
+.markdown.jupyter div.input_area {
   border: 1px solid #cfcfcf;
   border-radius: 2px;
   background: #f7f7f7;
   line-height: 1.21429em;
 }
-.markup.jupyter div.prompt:empty {
+.markdown.jupyter div.prompt:empty {
   padding-top: 0;
   padding-bottom: 0;
 }
-.markup.jupyter div.unrecognized_cell {
+.markdown.jupyter div.unrecognized_cell {
   padding: 5px 5px 5px 0px;
   /* Old browsers */
   display: -webkit-box;
@@ -10765,7 +10765,7 @@ Adapted from GitHub theme
   flex-direction: row;
   align-items: stretch;
 }
-.markup.jupyter div.unrecognized_cell .inner_cell {
+.markdown.jupyter div.unrecognized_cell .inner_cell {
   border-radius: 2px;
   padding: 5px;
   font-weight: bold;
@@ -10773,28 +10773,28 @@ Adapted from GitHub theme
   border: 1px solid #cfcfcf;
   background: #eaeaea;
 }
-.markup.jupyter div.unrecognized_cell .inner_cell a {
+.markdown.jupyter div.unrecognized_cell .inner_cell a {
   color: inherit;
   text-decoration: none;
 }
-.markup.jupyter div.unrecognized_cell .inner_cell a:hover {
+.markdown.jupyter div.unrecognized_cell .inner_cell a:hover {
   color: inherit;
   text-decoration: none;
 }
 @media (max-width: 540px) {
-  .markup.jupyter div.unrecognized_cell > div.prompt {
+  .markdown.jupyter div.unrecognized_cell > div.prompt {
     display: none;
   }
 }
-.markup.jupyter div.code_cell {
+.markdown.jupyter div.code_cell {
   /* avoid page breaking on code cells when printing */
 }
 @media print {
-  .markup.jupyter div.code_cell {
+  .markdown.jupyter div.code_cell {
     page-break-inside: avoid;
   }
 }
-.markup.jupyter div.input {
+.markdown.jupyter div.input {
   page-break-inside: avoid;
   /* Old browsers */
   display: -webkit-box;
@@ -10812,7 +10812,7 @@ Adapted from GitHub theme
   align-items: stretch;
 }
 @media (max-width: 540px) {
-  .markup.jupyter div.input {
+  .markdown.jupyter div.input {
     /* Old browsers */
     display: -webkit-box;
     -webkit-box-orient: vertical;
@@ -10829,23 +10829,23 @@ Adapted from GitHub theme
     align-items: stretch;
   }
 }
-.markup.jupyter div.input_prompt {
+.markdown.jupyter div.input_prompt {
   color: #303F9F;
   border-top: 1px solid transparent;
 }
-.markup.jupyter div.input_area > div.highlight {
+.markdown.jupyter div.input_area > div.highlight {
   margin: 0.4em;
   border: none;
   padding: 0px;
   background-color: transparent;
 }
-.markup.jupyter div.input_area > div.highlight > pre {
+.markdown.jupyter div.input_area > div.highlight > pre {
   margin: 0px;
   border: none;
   padding: 0px;
   background-color: transparent;
 }
-.markup.jupyter .CodeMirror {
+.markdown.jupyter .CodeMirror {
   line-height: 1.21429em;
   /* Changed from 1em to our global default */
   font-size: 14px;
@@ -10854,187 +10854,187 @@ Adapted from GitHub theme
   background: none;
   /* Changed from white to allow our bg to show through */
 }
-.markup.jupyter .CodeMirror-scroll {
+.markdown.jupyter .CodeMirror-scroll {
   /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
   /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
   overflow-y: hidden;
   overflow-x: auto;
 }
-.markup.jupyter .CodeMirror-lines {
+.markdown.jupyter .CodeMirror-lines {
   /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
   /* we have set a different line-height and want this to scale with that. */
   /* Note that this should set vertical padding only, since CodeMirror assumes
        that horizontal padding will be set on CodeMirror pre */
   padding: 0.4em 0;
 }
-.markup.jupyter .CodeMirror-linenumber {
+.markdown.jupyter .CodeMirror-linenumber {
   padding: 0 8px 0 4px;
 }
-.markup.jupyter .CodeMirror-gutters {
+.markdown.jupyter .CodeMirror-gutters {
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
 }
-.markup.jupyter .CodeMirror pre {
+.markdown.jupyter .CodeMirror pre {
   /* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only,
     use .CodeMirror-lines for vertical */
   padding: 0 0.4em;
   border: 0;
   border-radius: 0;
 }
-.markup.jupyter .CodeMirror-cursor {
+.markdown.jupyter .CodeMirror-cursor {
   border-left: 1.4px solid black;
 }
 @media screen and (min-width: 2138px) and (max-width: 4319px) {
-  .markup.jupyter .CodeMirror-cursor {
+  .markdown.jupyter .CodeMirror-cursor {
     border-left: 2px solid black;
   }
 }
 @media screen and (min-width: 4320px) {
-  .markup.jupyter .CodeMirror-cursor {
+  .markdown.jupyter .CodeMirror-cursor {
     border-left: 4px solid black;
   }
 }
-.markup.jupyter .highlight-base {
+.markdown.jupyter .highlight-base {
   color: #000;
 }
-.markup.jupyter .highlight-variable {
+.markdown.jupyter .highlight-variable {
   color: #000;
 }
-.markup.jupyter .highlight-variable-2 {
+.markdown.jupyter .highlight-variable-2 {
   color: #1a1a1a;
 }
-.markup.jupyter .highlight-variable-3 {
+.markdown.jupyter .highlight-variable-3 {
   color: #333333;
 }
-.markup.jupyter .highlight-string {
+.markdown.jupyter .highlight-string {
   color: #BA2121;
 }
-.markup.jupyter .highlight-comment {
+.markdown.jupyter .highlight-comment {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight-number {
+.markdown.jupyter .highlight-number {
   color: #080;
 }
-.markup.jupyter .highlight-atom {
+.markdown.jupyter .highlight-atom {
   color: #88F;
 }
-.markup.jupyter .highlight-keyword {
+.markdown.jupyter .highlight-keyword {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight-builtin {
+.markdown.jupyter .highlight-builtin {
   color: #008000;
 }
-.markup.jupyter .highlight-error {
+.markdown.jupyter .highlight-error {
   color: #f00;
 }
-.markup.jupyter .highlight-operator {
+.markdown.jupyter .highlight-operator {
   color: #AA22FF;
   font-weight: bold;
 }
-.markup.jupyter .highlight-meta {
+.markdown.jupyter .highlight-meta {
   color: #AA22FF;
 }
-.markup.jupyter .highlight-def {
+.markdown.jupyter .highlight-def {
   color: #00f;
 }
-.markup.jupyter .highlight-string-2 {
+.markdown.jupyter .highlight-string-2 {
   color: #f50;
 }
-.markup.jupyter .highlight-qualifier {
+.markdown.jupyter .highlight-qualifier {
   color: #555;
 }
-.markup.jupyter .highlight-bracket {
+.markdown.jupyter .highlight-bracket {
   color: #997;
 }
-.markup.jupyter .highlight-tag {
+.markdown.jupyter .highlight-tag {
   color: #170;
 }
-.markup.jupyter .highlight-attribute {
+.markdown.jupyter .highlight-attribute {
   color: #00c;
 }
-.markup.jupyter .highlight-header {
+.markdown.jupyter .highlight-header {
   color: blue;
 }
-.markup.jupyter .highlight-quote {
+.markdown.jupyter .highlight-quote {
   color: #090;
 }
-.markup.jupyter .highlight-link {
+.markdown.jupyter .highlight-link {
   color: #00c;
 }
-.markup.jupyter .cm-s-ipython span.cm-keyword {
+.markdown.jupyter .cm-s-ipython span.cm-keyword {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .cm-s-ipython span.cm-atom {
+.markdown.jupyter .cm-s-ipython span.cm-atom {
   color: #88F;
 }
-.markup.jupyter .cm-s-ipython span.cm-number {
+.markdown.jupyter .cm-s-ipython span.cm-number {
   color: #080;
 }
-.markup.jupyter .cm-s-ipython span.cm-def {
+.markdown.jupyter .cm-s-ipython span.cm-def {
   color: #00f;
 }
-.markup.jupyter .cm-s-ipython span.cm-variable {
+.markdown.jupyter .cm-s-ipython span.cm-variable {
   color: #000;
 }
-.markup.jupyter .cm-s-ipython span.cm-operator {
+.markdown.jupyter .cm-s-ipython span.cm-operator {
   color: #AA22FF;
   font-weight: bold;
 }
-.markup.jupyter .cm-s-ipython span.cm-variable-2 {
+.markdown.jupyter .cm-s-ipython span.cm-variable-2 {
   color: #1a1a1a;
 }
-.markup.jupyter .cm-s-ipython span.cm-variable-3 {
+.markdown.jupyter .cm-s-ipython span.cm-variable-3 {
   color: #333333;
 }
-.markup.jupyter .cm-s-ipython span.cm-comment {
+.markdown.jupyter .cm-s-ipython span.cm-comment {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .cm-s-ipython span.cm-string {
+.markdown.jupyter .cm-s-ipython span.cm-string {
   color: #BA2121;
 }
-.markup.jupyter .cm-s-ipython span.cm-string-2 {
+.markdown.jupyter .cm-s-ipython span.cm-string-2 {
   color: #f50;
 }
-.markup.jupyter .cm-s-ipython span.cm-meta {
+.markdown.jupyter .cm-s-ipython span.cm-meta {
   color: #AA22FF;
 }
-.markup.jupyter .cm-s-ipython span.cm-qualifier {
+.markdown.jupyter .cm-s-ipython span.cm-qualifier {
   color: #555;
 }
-.markup.jupyter .cm-s-ipython span.cm-builtin {
+.markdown.jupyter .cm-s-ipython span.cm-builtin {
   color: #008000;
 }
-.markup.jupyter .cm-s-ipython span.cm-bracket {
+.markdown.jupyter .cm-s-ipython span.cm-bracket {
   color: #997;
 }
-.markup.jupyter .cm-s-ipython span.cm-tag {
+.markdown.jupyter .cm-s-ipython span.cm-tag {
   color: #170;
 }
-.markup.jupyter .cm-s-ipython span.cm-attribute {
+.markdown.jupyter .cm-s-ipython span.cm-attribute {
   color: #00c;
 }
-.markup.jupyter .cm-s-ipython span.cm-header {
+.markdown.jupyter .cm-s-ipython span.cm-header {
   color: blue;
 }
-.markup.jupyter .cm-s-ipython span.cm-quote {
+.markdown.jupyter .cm-s-ipython span.cm-quote {
   color: #090;
 }
-.markup.jupyter .cm-s-ipython span.cm-link {
+.markdown.jupyter .cm-s-ipython span.cm-link {
   color: #00c;
 }
-.markup.jupyter .cm-s-ipython span.cm-error {
+.markdown.jupyter .cm-s-ipython span.cm-error {
   color: #f00;
 }
-.markup.jupyter .cm-s-ipython span.cm-tab {
+.markdown.jupyter .cm-s-ipython span.cm-tab {
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
   background-position: right;
   background-repeat: no-repeat;
 }
-.markup.jupyter div.output_wrapper {
+.markdown.jupyter div.output_wrapper {
   /* this position must be relative to enable descendents to be absolute within it */
   position: relative;
   /* Old browsers */
@@ -11053,7 +11053,7 @@ Adapted from GitHub theme
   align-items: stretch;
   z-index: 1;
 }
-.markup.jupyter div.output_scroll {
+.markdown.jupyter div.output_scroll {
   /* ideally, this would be max-height, but FF barfs all over that */
   height: 24em;
   /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
@@ -11064,7 +11064,7 @@ Adapted from GitHub theme
   box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
   display: block;
 }
-.markup.jupyter div.output_collapsed {
+.markdown.jupyter div.output_collapsed {
   margin: 0px;
   padding: 0px;
   /* Old browsers */
@@ -11082,22 +11082,22 @@ Adapted from GitHub theme
   flex-direction: column;
   align-items: stretch;
 }
-.markup.jupyter div.out_prompt_overlay {
+.markdown.jupyter div.out_prompt_overlay {
   height: 100%;
   padding: 0px 0.4em;
   position: absolute;
   border-radius: 2px;
 }
-.markup.jupyter div.out_prompt_overlay:hover {
+.markdown.jupyter div.out_prompt_overlay:hover {
   /* use inner shadow to get border that is computed the same on WebKit/FF */
   -webkit-box-shadow: inset 0 0 1px #000;
   box-shadow: inset 0 0 1px #000;
   background: rgba(240, 240, 240, 0.5);
 }
-.markup.jupyter div.output_prompt {
+.markdown.jupyter div.output_prompt {
   color: #D84315;
 }
-.markup.jupyter div.output_area {
+.markdown.jupyter div.output_area {
   padding: 0px;
   page-break-inside: avoid;
   /* Old browsers */
@@ -11115,30 +11115,30 @@ Adapted from GitHub theme
   flex-direction: row;
   align-items: stretch;
 }
-.markup.jupyter div.output_area .MathJax_Display {
+.markdown.jupyter div.output_area .MathJax_Display {
   text-align: left !important;
 }
-.markup.jupyter div.output_area .rendered_html table {
+.markdown.jupyter div.output_area .rendered_html table {
   margin-left: 0;
   margin-right: 0;
 }
-.markup.jupyter div.output_area .rendered_html img {
+.markdown.jupyter div.output_area .rendered_html img {
   margin-left: 0;
   margin-right: 0;
 }
-.markup.jupyter div.output_area img,
-.markup.jupyter div.output_area svg {
+.markdown.jupyter div.output_area img,
+.markdown.jupyter div.output_area svg {
   max-width: 100%;
   height: auto;
 }
-.markup.jupyter div.output_area img.unconfined,
-.markup.jupyter div.output_area svg.unconfined {
+.markdown.jupyter div.output_area img.unconfined,
+.markdown.jupyter div.output_area svg.unconfined {
   max-width: none;
 }
-.markup.jupyter div.output_area .mglyph > img {
+.markdown.jupyter div.output_area .mglyph > img {
   max-width: none;
 }
-.markup.jupyter .output {
+.markdown.jupyter .output {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: vertical;
@@ -11155,7 +11155,7 @@ Adapted from GitHub theme
   align-items: stretch;
 }
 @media (max-width: 540px) {
-  .markup.jupyter div.output_area {
+  .markdown.jupyter div.output_area {
     /* Old browsers */
     display: -webkit-box;
     -webkit-box-orient: vertical;
@@ -11172,7 +11172,7 @@ Adapted from GitHub theme
     align-items: stretch;
   }
 }
-.markup.jupyter div.output_area pre {
+.markdown.jupyter div.output_area pre {
   margin: 0;
   padding: 1px 0 1px 0;
   border: 0;
@@ -11181,7 +11181,7 @@ Adapted from GitHub theme
   background-color: transparent;
   border-radius: 0;
 }
-.markup.jupyter div.output_subarea {
+.markdown.jupyter div.output_subarea {
   overflow-x: auto;
   padding: 0.4em;
   /* Old browsers */
@@ -11192,36 +11192,36 @@ Adapted from GitHub theme
   flex: 1;
   max-width: calc(100% - 14ex);
 }
-.markup.jupyter div.output_scroll div.output_subarea {
+.markdown.jupyter div.output_scroll div.output_subarea {
   overflow-x: visible;
 }
-.markup.jupyter div.output_text {
+.markdown.jupyter div.output_text {
   text-align: left;
   color: #000;
   /* This has to match that of the the CodeMirror class line-height below */
   line-height: 1.21429em;
 }
-.markup.jupyter div.output_stderr {
+.markdown.jupyter div.output_stderr {
   background: #fdd;
   /* very light red background for stderr */
 }
-.markup.jupyter div.output_latex {
+.markdown.jupyter div.output_latex {
   text-align: left;
 }
-.markup.jupyter div.output_javascript:empty {
+.markdown.jupyter div.output_javascript:empty {
   padding: 0;
 }
-.markup.jupyter .js-error {
+.markdown.jupyter .js-error {
   color: darkred;
 }
-.markup.jupyter div.raw_input_container {
+.markdown.jupyter div.raw_input_container {
   line-height: 1.21429em;
   padding-top: 5px;
 }
-.markup.jupyter pre.raw_input_prompt {
+.markdown.jupyter pre.raw_input_prompt {
   /* nothing needed here. */
 }
-.markup.jupyter input.raw_input {
+.markdown.jupyter input.raw_input {
   font-family: monospace;
   font-size: inherit;
   color: inherit;
@@ -11232,164 +11232,164 @@ Adapted from GitHub theme
   padding: 0em 0.25em;
   margin: 0em 0.25em;
 }
-.markup.jupyter input.raw_input:focus {
+.markdown.jupyter input.raw_input:focus {
   box-shadow: none;
 }
-.markup.jupyter p.p-space {
+.markdown.jupyter p.p-space {
   margin-bottom: 10px;
 }
-.markup.jupyter div.output_unrecognized {
+.markdown.jupyter div.output_unrecognized {
   padding: 5px;
   font-weight: bold;
   color: red;
 }
-.markup.jupyter div.output_unrecognized a {
+.markdown.jupyter div.output_unrecognized a {
   color: inherit;
   text-decoration: none;
 }
-.markup.jupyter div.output_unrecognized a:hover {
+.markdown.jupyter div.output_unrecognized a:hover {
   color: inherit;
   text-decoration: none;
 }
-.markup.jupyter .rendered_html {
+.markdown.jupyter .rendered_html {
   color: #000;
   /* any extras will just be numbers: */
 }
-.markup.jupyter .rendered_html em {
+.markdown.jupyter .rendered_html em {
   font-style: italic;
 }
-.markup.jupyter .rendered_html strong {
+.markdown.jupyter .rendered_html strong {
   font-weight: bold;
 }
-.markup.jupyter .rendered_html u {
+.markdown.jupyter .rendered_html u {
   text-decoration: underline;
 }
-.markup.jupyter .rendered_html :link {
+.markdown.jupyter .rendered_html :link {
   text-decoration: underline;
 }
-.markup.jupyter .rendered_html :visited {
+.markdown.jupyter .rendered_html :visited {
   text-decoration: underline;
 }
-.markup.jupyter .rendered_html h1 {
+.markdown.jupyter .rendered_html h1 {
   font-size: 185.7%;
   margin: 1.08em 0 0 0;
   font-weight: bold;
   line-height: 1;
 }
-.markup.jupyter .rendered_html h2 {
+.markdown.jupyter .rendered_html h2 {
   font-size: 157.1%;
   margin: 1.27em 0 0 0;
   font-weight: bold;
   line-height: 1;
 }
-.markup.jupyter .rendered_html h3 {
+.markdown.jupyter .rendered_html h3 {
   font-size: 128.6%;
   margin: 1.55em 0 0 0;
   font-weight: bold;
   line-height: 1;
 }
-.markup.jupyter .rendered_html h4 {
+.markdown.jupyter .rendered_html h4 {
   font-size: 100%;
   margin: 2em 0 0 0;
   font-weight: bold;
   line-height: 1;
 }
-.markup.jupyter .rendered_html h5 {
+.markdown.jupyter .rendered_html h5 {
   font-size: 100%;
   margin: 2em 0 0 0;
   font-weight: bold;
   line-height: 1;
   font-style: italic;
 }
-.markup.jupyter .rendered_html h6 {
+.markdown.jupyter .rendered_html h6 {
   font-size: 100%;
   margin: 2em 0 0 0;
   font-weight: bold;
   line-height: 1;
   font-style: italic;
 }
-.markup.jupyter .rendered_html h1:first-child {
+.markdown.jupyter .rendered_html h1:first-child {
   margin-top: 0.538em;
 }
-.markup.jupyter .rendered_html h2:first-child {
+.markdown.jupyter .rendered_html h2:first-child {
   margin-top: 0.636em;
 }
-.markup.jupyter .rendered_html h3:first-child {
+.markdown.jupyter .rendered_html h3:first-child {
   margin-top: 0.777em;
 }
-.markup.jupyter .rendered_html h4:first-child {
+.markdown.jupyter .rendered_html h4:first-child {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html h5:first-child {
+.markdown.jupyter .rendered_html h5:first-child {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html h6:first-child {
+.markdown.jupyter .rendered_html h6:first-child {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html ul:not(.list-inline),
-.markup.jupyter .rendered_html ol:not(.list-inline) {
+.markdown.jupyter .rendered_html ul:not(.list-inline),
+.markdown.jupyter .rendered_html ol:not(.list-inline) {
   padding-left: 2em;
 }
-.markup.jupyter .rendered_html ul {
+.markdown.jupyter .rendered_html ul {
   list-style: disc;
 }
-.markup.jupyter .rendered_html ul ul {
+.markdown.jupyter .rendered_html ul ul {
   list-style: square;
   margin-top: 0;
 }
-.markup.jupyter .rendered_html ul ul ul {
+.markdown.jupyter .rendered_html ul ul ul {
   list-style: circle;
 }
-.markup.jupyter .rendered_html ol {
+.markdown.jupyter .rendered_html ol {
   list-style: decimal;
 }
-.markup.jupyter .rendered_html ol ol {
+.markdown.jupyter .rendered_html ol ol {
   list-style: upper-alpha;
   margin-top: 0;
 }
-.markup.jupyter .rendered_html ol ol ol {
+.markdown.jupyter .rendered_html ol ol ol {
   list-style: lower-alpha;
 }
-.markup.jupyter .rendered_html ol ol ol ol {
+.markdown.jupyter .rendered_html ol ol ol ol {
   list-style: lower-roman;
 }
-.markup.jupyter .rendered_html ol ol ol ol ol {
+.markdown.jupyter .rendered_html ol ol ol ol ol {
   list-style: decimal;
 }
-.markup.jupyter .rendered_html * + ul {
+.markdown.jupyter .rendered_html * + ul {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html * + ol {
+.markdown.jupyter .rendered_html * + ol {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html hr {
+.markdown.jupyter .rendered_html hr {
   color: black;
   background-color: black;
 }
-.markup.jupyter .rendered_html pre {
+.markdown.jupyter .rendered_html pre {
   margin: 1em 2em;
   padding: 0px;
   background-color: #fff;
 }
-.markup.jupyter .rendered_html code {
+.markdown.jupyter .rendered_html code {
   background-color: #eff0f1;
 }
-.markup.jupyter .rendered_html p code {
+.markdown.jupyter .rendered_html p code {
   padding: 1px 5px;
 }
-.markup.jupyter .rendered_html pre code {
+.markdown.jupyter .rendered_html pre code {
   background-color: #fff;
 }
-.markup.jupyter .rendered_html pre,
-.markup.jupyter .rendered_html code {
+.markdown.jupyter .rendered_html pre,
+.markdown.jupyter .rendered_html code {
   border: 0;
   color: #000;
   font-size: 100%;
 }
-.markup.jupyter .rendered_html blockquote {
+.markdown.jupyter .rendered_html blockquote {
   margin: 1em 2em;
 }
-.markup.jupyter .rendered_html table {
+.markdown.jupyter .rendered_html table {
   margin-left: auto;
   margin-right: auto;
   border: none;
@@ -11399,13 +11399,13 @@ Adapted from GitHub theme
   font-size: 12px;
   table-layout: fixed;
 }
-.markup.jupyter .rendered_html thead {
+.markdown.jupyter .rendered_html thead {
   border-bottom: 1px solid black;
   vertical-align: bottom;
 }
-.markup.jupyter .rendered_html tr,
-.markup.jupyter .rendered_html th,
-.markup.jupyter .rendered_html td {
+.markdown.jupyter .rendered_html tr,
+.markdown.jupyter .rendered_html th,
+.markdown.jupyter .rendered_html td {
   text-align: right;
   vertical-align: middle;
   padding: 0.5em 0.5em;
@@ -11414,51 +11414,51 @@ Adapted from GitHub theme
   max-width: none;
   border: none;
 }
-.markup.jupyter .rendered_html th {
+.markdown.jupyter .rendered_html th {
   font-weight: bold;
 }
-.markup.jupyter .rendered_html tbody tr:nth-child(odd) {
+.markdown.jupyter .rendered_html tbody tr:nth-child(odd) {
   background: #f5f5f5;
 }
-.markup.jupyter .rendered_html tbody tr:hover {
+.markdown.jupyter .rendered_html tbody tr:hover {
   background: rgba(66, 165, 245, 0.2);
 }
-.markup.jupyter .rendered_html * + table {
+.markdown.jupyter .rendered_html * + table {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html p {
+.markdown.jupyter .rendered_html p {
   text-align: left;
 }
-.markup.jupyter .rendered_html * + p {
+.markdown.jupyter .rendered_html * + p {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html img {
+.markdown.jupyter .rendered_html img {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
-.markup.jupyter .rendered_html * + img {
+.markdown.jupyter .rendered_html * + img {
   margin-top: 1em;
 }
-.markup.jupyter .rendered_html img,
-.markup.jupyter .rendered_html svg {
+.markdown.jupyter .rendered_html img,
+.markdown.jupyter .rendered_html svg {
   max-width: 100%;
   height: auto;
 }
-.markup.jupyter .rendered_html img.unconfined,
-.markup.jupyter .rendered_html svg.unconfined {
+.markdown.jupyter .rendered_html img.unconfined,
+.markdown.jupyter .rendered_html svg.unconfined {
   max-width: none;
 }
-.markup.jupyter .rendered_html .alert {
+.markdown.jupyter .rendered_html .alert {
   margin-bottom: initial;
 }
-.markup.jupyter .rendered_html * + .alert {
+.markdown.jupyter .rendered_html * + .alert {
   margin-top: 1em;
 }
-.markup.jupyter [dir="rtl"] .rendered_html p {
+.markdown.jupyter [dir="rtl"] .rendered_html p {
   text-align: right;
 }
-.markup.jupyter div.text_cell {
+.markdown.jupyter div.text_cell {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: horizontal;
@@ -11475,11 +11475,11 @@ Adapted from GitHub theme
   align-items: stretch;
 }
 @media (max-width: 540px) {
-  .markup.jupyter div.text_cell > div.prompt {
+  .markdown.jupyter div.text_cell > div.prompt {
     display: none;
   }
 }
-.markup.jupyter div.text_cell_render {
+.markdown.jupyter div.text_cell_render {
   /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
   outline: none;
   resize: none;
@@ -11491,80 +11491,80 @@ Adapted from GitHub theme
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
-.markup.jupyter a.anchor-link:link {
+.markdown.jupyter a.anchor-link:link {
   text-decoration: none;
   padding: 0px 20px;
   visibility: hidden;
 }
-.markup.jupyter h1:hover .anchor-link,
-.markup.jupyter h2:hover .anchor-link,
-.markup.jupyter h3:hover .anchor-link,
-.markup.jupyter h4:hover .anchor-link,
-.markup.jupyter h5:hover .anchor-link,
-.markup.jupyter h6:hover .anchor-link {
+.markdown.jupyter h1:hover .anchor-link,
+.markdown.jupyter h2:hover .anchor-link,
+.markdown.jupyter h3:hover .anchor-link,
+.markdown.jupyter h4:hover .anchor-link,
+.markdown.jupyter h5:hover .anchor-link,
+.markdown.jupyter h6:hover .anchor-link {
   visibility: visible;
 }
-.markup.jupyter .text_cell.rendered .input_area {
+.markdown.jupyter .text_cell.rendered .input_area {
   display: none;
 }
-.markup.jupyter .text_cell.rendered .rendered_html {
+.markdown.jupyter .text_cell.rendered .rendered_html {
   overflow-x: auto;
   overflow-y: hidden;
 }
-.markup.jupyter .text_cell.rendered .rendered_html tr,
-.markup.jupyter .text_cell.rendered .rendered_html th,
-.markup.jupyter .text_cell.rendered .rendered_html td {
+.markdown.jupyter .text_cell.rendered .rendered_html tr,
+.markdown.jupyter .text_cell.rendered .rendered_html th,
+.markdown.jupyter .text_cell.rendered .rendered_html td {
   max-width: none;
 }
-.markup.jupyter .text_cell.unrendered .text_cell_render {
+.markdown.jupyter .text_cell.unrendered .text_cell_render {
   display: none;
 }
-.markup.jupyter .text_cell .dropzone .input_area {
+.markdown.jupyter .text_cell .dropzone .input_area {
   border: 2px dashed #bababa;
   margin: -1px;
 }
-.markup.jupyter .cm-header-1,
-.markup.jupyter .cm-header-2,
-.markup.jupyter .cm-header-3,
-.markup.jupyter .cm-header-4,
-.markup.jupyter .cm-header-5,
-.markup.jupyter .cm-header-6 {
+.markdown.jupyter .cm-header-1,
+.markdown.jupyter .cm-header-2,
+.markdown.jupyter .cm-header-3,
+.markdown.jupyter .cm-header-4,
+.markdown.jupyter .cm-header-5,
+.markdown.jupyter .cm-header-6 {
   font-weight: bold;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
-.markup.jupyter .cm-header-1 {
+.markdown.jupyter .cm-header-1 {
   font-size: 185.7%;
 }
-.markup.jupyter .cm-header-2 {
+.markdown.jupyter .cm-header-2 {
   font-size: 157.1%;
 }
-.markup.jupyter .cm-header-3 {
+.markdown.jupyter .cm-header-3 {
   font-size: 128.6%;
 }
-.markup.jupyter .cm-header-4 {
+.markdown.jupyter .cm-header-4 {
   font-size: 110%;
 }
-.markup.jupyter .cm-header-5 {
+.markdown.jupyter .cm-header-5 {
   font-size: 100%;
   font-style: italic;
 }
-.markup.jupyter .cm-header-6 {
+.markdown.jupyter .cm-header-6 {
   font-size: 100%;
   font-style: italic;
 }
 @media (max-width: 767px) {
-  .markup.jupyter .notebook_app {
+  .markdown.jupyter .notebook_app {
     padding-left: 0px;
     padding-right: 0px;
   }
 }
-.markup.jupyter #ipython-main-app {
+.markdown.jupyter #ipython-main-app {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   height: 100%;
 }
-.markup.jupyter div#notebook_panel {
+.markdown.jupyter div#notebook_panel {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
@@ -11572,7 +11572,7 @@ Adapted from GitHub theme
   -webkit-box-sizing: border-box;
   height: 100%;
 }
-.markup.jupyter div#notebook {
+.markdown.jupyter div#notebook {
   font-size: 14px;
   line-height: 20px;
   overflow-y: hidden;
@@ -11588,7 +11588,7 @@ Adapted from GitHub theme
   min-height: 100%;
 }
 @media not print {
-  .markup.jupyter #notebook-container {
+  .markdown.jupyter #notebook-container {
     padding: 15px;
     background-color: #fff;
     min-height: 0;
@@ -11597,50 +11597,50 @@ Adapted from GitHub theme
   }
 }
 @media print {
-  .markup.jupyter #notebook-container {
+  .markdown.jupyter #notebook-container {
     width: 100%;
   }
 }
-.markup.jupyter div.ui-widget-content {
+.markdown.jupyter div.ui-widget-content {
   border: 1px solid #ababab;
   outline: none;
 }
-.markup.jupyter pre.dialog {
+.markdown.jupyter pre.dialog {
   background-color: #f7f7f7;
   border: 1px solid #ddd;
   border-radius: 2px;
   padding: 0.4em;
   padding-left: 2em;
 }
-.markup.jupyter p.dialog {
+.markdown.jupyter p.dialog {
   padding: 0.2em;
 }
-.markup.jupyter pre,
-.markup.jupyter code,
-.markup.jupyter kbd,
-.markup.jupyter samp {
+.markdown.jupyter pre,
+.markdown.jupyter code,
+.markdown.jupyter kbd,
+.markdown.jupyter samp {
   white-space: pre-wrap;
 }
-.markup.jupyter #fonttest {
+.markdown.jupyter #fonttest {
   font-family: monospace;
 }
-.markup.jupyter p {
+.markdown.jupyter p {
   margin-bottom: 0;
 }
-.markup.jupyter .end_space {
+.markdown.jupyter .end_space {
   min-height: 100px;
   transition: height 0.2s ease;
 }
-.markup.jupyter .notebook_app > #header {
+.markdown.jupyter .notebook_app > #header {
   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
 }
 @media not print {
-  .markup.jupyter .notebook_app {
+  .markdown.jupyter .notebook_app {
     background-color: #EEE;
   }
 }
-.markup.jupyter kbd {
+.markdown.jupyter kbd {
   border-style: solid;
   border-width: 1px;
   box-shadow: none;
@@ -11650,20 +11650,20 @@ Adapted from GitHub theme
   padding-top: 1px;
   padding-bottom: 1px;
 }
-.markup.jupyter .jupyter-keybindings {
+.markdown.jupyter .jupyter-keybindings {
   padding: 1px;
   line-height: 24px;
   border-bottom: 1px solid gray;
 }
-.markup.jupyter .jupyter-keybindings input {
+.markdown.jupyter .jupyter-keybindings input {
   margin: 0;
   padding: 0;
   border: none;
 }
-.markup.jupyter .jupyter-keybindings i {
+.markdown.jupyter .jupyter-keybindings i {
   padding: 6px;
 }
-.markup.jupyter .well code {
+.markdown.jupyter .well code {
   background-color: #ffffff;
   border-color: #ababab;
   border-width: 1px;
@@ -11672,7 +11672,7 @@ Adapted from GitHub theme
   padding-top: 1px;
   padding-bottom: 1px;
 }
-.markup.jupyter .celltoolbar {
+.markdown.jupyter .celltoolbar {
   border: thin solid #CFCFCF;
   border-bottom: none;
   background: #EEE;
@@ -11703,31 +11703,31 @@ Adapted from GitHub theme
   display: -webkit-flex;
 }
 @media print {
-  .markup.jupyter .celltoolbar {
+  .markdown.jupyter .celltoolbar {
     display: none;
   }
 }
-.markup.jupyter .ctb_hideshow {
+.markdown.jupyter .ctb_hideshow {
   display: none;
   vertical-align: bottom;
 }
-.markup.jupyter .ctb_global_show .ctb_show.ctb_hideshow {
+.markdown.jupyter .ctb_global_show .ctb_show.ctb_hideshow {
   display: block;
 }
-.markup.jupyter .ctb_global_show .ctb_show + .input_area,
-.markup.jupyter .ctb_global_show .ctb_show + div.text_cell_input,
-.markup.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render {
+.markdown.jupyter .ctb_global_show .ctb_show + .input_area,
+.markdown.jupyter .ctb_global_show .ctb_show + div.text_cell_input,
+.markdown.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render {
   border-top-right-radius: 0px;
   border-top-left-radius: 0px;
 }
-.markup.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render {
+.markdown.jupyter .ctb_global_show .ctb_show ~ div.text_cell_render {
   border: 1px solid #cfcfcf;
 }
-.markup.jupyter .celltoolbar {
+.markdown.jupyter .celltoolbar {
   font-size: 87%;
   padding-top: 3px;
 }
-.markup.jupyter .celltoolbar select {
+.markdown.jupyter .celltoolbar select {
   display: block;
   width: 100%;
   height: 32px;
@@ -11755,72 +11755,72 @@ Adapted from GitHub theme
   padding: 0px;
   display: inline-block;
 }
-.markup.jupyter .celltoolbar select:focus {
+.markdown.jupyter .celltoolbar select:focus {
   border-color: #66afe9;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
-.markup.jupyter .celltoolbar select::-moz-placeholder {
+.markdown.jupyter .celltoolbar select::-moz-placeholder {
   color: #999;
   opacity: 1;
 }
-.markup.jupyter .celltoolbar select:-ms-input-placeholder {
+.markdown.jupyter .celltoolbar select:-ms-input-placeholder {
   color: #999;
 }
-.markup.jupyter .celltoolbar select::-webkit-input-placeholder {
+.markdown.jupyter .celltoolbar select::-webkit-input-placeholder {
   color: #999;
 }
-.markup.jupyter .celltoolbar select::-ms-expand {
+.markdown.jupyter .celltoolbar select::-ms-expand {
   border: 0;
   background-color: transparent;
 }
-.markup.jupyter .celltoolbar select[disabled],
-.markup.jupyter .celltoolbar select[readonly],
-.markup.jupyter fieldset[disabled] .celltoolbar select {
+.markdown.jupyter .celltoolbar select[disabled],
+.markdown.jupyter .celltoolbar select[readonly],
+.markdown.jupyter fieldset[disabled] .celltoolbar select {
   background-color: #eeeeee;
   opacity: 1;
 }
-.markup.jupyter .celltoolbar select[disabled],
-.markup.jupyter fieldset[disabled] .celltoolbar select {
+.markdown.jupyter .celltoolbar select[disabled],
+.markdown.jupyter fieldset[disabled] .celltoolbar select {
   cursor: not-allowed;
 }
-.markup.jupyter textarea.celltoolbar select {
+.markdown.jupyter textarea.celltoolbar select {
   height: auto;
 }
-.markup.jupyter select.celltoolbar select {
+.markdown.jupyter select.celltoolbar select {
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter textarea.celltoolbar select,
-.markup.jupyter select[multiple].celltoolbar select {
+.markdown.jupyter textarea.celltoolbar select,
+.markdown.jupyter select[multiple].celltoolbar select {
   height: auto;
 }
-.markup.jupyter .celltoolbar label {
+.markdown.jupyter .celltoolbar label {
   margin-left: 5px;
   margin-right: 5px;
 }
-.markup.jupyter .tags_button_container {
+.markdown.jupyter .tags_button_container {
   width: 100%;
   display: flex;
 }
-.markup.jupyter .tag-container {
+.markdown.jupyter .tag-container {
   display: flex;
   flex-direction: row;
   flex-grow: 1;
   overflow: hidden;
   position: relative;
 }
-.markup.jupyter .tag-container > * {
+.markdown.jupyter .tag-container > * {
   margin: 0 4px;
 }
-.markup.jupyter .remove-tag-btn {
+.markdown.jupyter .remove-tag-btn {
   margin-left: 4px;
 }
-.markup.jupyter .tags-input {
+.markdown.jupyter .tags-input {
   display: flex;
 }
-.markup.jupyter .cell-tag:last-child:after {
+.markdown.jupyter .cell-tag:last-child:after {
   content: "";
   position: absolute;
   right: 0;
@@ -11829,12 +11829,12 @@ Adapted from GitHub theme
   /* Fade to background color of cell toolbar */
   background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE);
 }
-.markup.jupyter .tags-input > * {
+.markdown.jupyter .tags-input > * {
   margin-left: 4px;
 }
-.markup.jupyter .cell-tag,
-.markup.jupyter .tags-input input,
-.markup.jupyter .tags-input button {
+.markdown.jupyter .cell-tag,
+.markdown.jupyter .tags-input input,
+.markdown.jupyter .tags-input button {
   display: block;
   width: 100%;
   height: 32px;
@@ -11864,89 +11864,89 @@ Adapted from GitHub theme
   padding: 0px 4px;
   display: inline-block;
 }
-.markup.jupyter .cell-tag:focus,
-.markup.jupyter .tags-input input:focus,
-.markup.jupyter .tags-input button:focus {
+.markdown.jupyter .cell-tag:focus,
+.markdown.jupyter .tags-input input:focus,
+.markdown.jupyter .tags-input button:focus {
   border-color: #66afe9;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
-.markup.jupyter .cell-tag::-moz-placeholder,
-.markup.jupyter .tags-input input::-moz-placeholder,
-.markup.jupyter .tags-input button::-moz-placeholder {
+.markdown.jupyter .cell-tag::-moz-placeholder,
+.markdown.jupyter .tags-input input::-moz-placeholder,
+.markdown.jupyter .tags-input button::-moz-placeholder {
   color: #999;
   opacity: 1;
 }
-.markup.jupyter .cell-tag:-ms-input-placeholder,
-.markup.jupyter .tags-input input:-ms-input-placeholder,
-.markup.jupyter .tags-input button:-ms-input-placeholder {
+.markdown.jupyter .cell-tag:-ms-input-placeholder,
+.markdown.jupyter .tags-input input:-ms-input-placeholder,
+.markdown.jupyter .tags-input button:-ms-input-placeholder {
   color: #999;
 }
-.markup.jupyter .cell-tag::-webkit-input-placeholder,
-.markup.jupyter .tags-input input::-webkit-input-placeholder,
-.markup.jupyter .tags-input button::-webkit-input-placeholder {
+.markdown.jupyter .cell-tag::-webkit-input-placeholder,
+.markdown.jupyter .tags-input input::-webkit-input-placeholder,
+.markdown.jupyter .tags-input button::-webkit-input-placeholder {
   color: #999;
 }
-.markup.jupyter .cell-tag::-ms-expand,
-.markup.jupyter .tags-input input::-ms-expand,
-.markup.jupyter .tags-input button::-ms-expand {
+.markdown.jupyter .cell-tag::-ms-expand,
+.markdown.jupyter .tags-input input::-ms-expand,
+.markdown.jupyter .tags-input button::-ms-expand {
   border: 0;
   background-color: transparent;
 }
-.markup.jupyter .cell-tag[disabled],
-.markup.jupyter .tags-input input[disabled],
-.markup.jupyter .tags-input button[disabled],
-.markup.jupyter .cell-tag[readonly],
-.markup.jupyter .tags-input input[readonly],
-.markup.jupyter .tags-input button[readonly],
-.markup.jupyter fieldset[disabled] .cell-tag,
-.markup.jupyter fieldset[disabled] .tags-input input,
-.markup.jupyter fieldset[disabled] .tags-input button {
+.markdown.jupyter .cell-tag[disabled],
+.markdown.jupyter .tags-input input[disabled],
+.markdown.jupyter .tags-input button[disabled],
+.markdown.jupyter .cell-tag[readonly],
+.markdown.jupyter .tags-input input[readonly],
+.markdown.jupyter .tags-input button[readonly],
+.markdown.jupyter fieldset[disabled] .cell-tag,
+.markdown.jupyter fieldset[disabled] .tags-input input,
+.markdown.jupyter fieldset[disabled] .tags-input button {
   background-color: #eeeeee;
   opacity: 1;
 }
-.markup.jupyter .cell-tag[disabled],
-.markup.jupyter .tags-input input[disabled],
-.markup.jupyter .tags-input button[disabled],
-.markup.jupyter fieldset[disabled] .cell-tag,
-.markup.jupyter fieldset[disabled] .tags-input input,
-.markup.jupyter fieldset[disabled] .tags-input button {
+.markdown.jupyter .cell-tag[disabled],
+.markdown.jupyter .tags-input input[disabled],
+.markdown.jupyter .tags-input button[disabled],
+.markdown.jupyter fieldset[disabled] .cell-tag,
+.markdown.jupyter fieldset[disabled] .tags-input input,
+.markdown.jupyter fieldset[disabled] .tags-input button {
   cursor: not-allowed;
 }
-.markup.jupyter textarea.cell-tag,
-.markup.jupyter textarea.tags-input input,
-.markup.jupyter textarea.tags-input button {
+.markdown.jupyter textarea.cell-tag,
+.markdown.jupyter textarea.tags-input input,
+.markdown.jupyter textarea.tags-input button {
   height: auto;
 }
-.markup.jupyter select.cell-tag,
-.markup.jupyter select.tags-input input,
-.markup.jupyter select.tags-input button {
+.markdown.jupyter select.cell-tag,
+.markdown.jupyter select.tags-input input,
+.markdown.jupyter select.tags-input button {
   height: 30px;
   line-height: 30px;
 }
-.markup.jupyter textarea.cell-tag,
-.markup.jupyter textarea.tags-input input,
-.markup.jupyter textarea.tags-input button,
-.markup.jupyter select[multiple].cell-tag,
-.markup.jupyter select[multiple].tags-input input,
-.markup.jupyter select[multiple].tags-input button {
+.markdown.jupyter textarea.cell-tag,
+.markdown.jupyter textarea.tags-input input,
+.markdown.jupyter textarea.tags-input button,
+.markdown.jupyter select[multiple].cell-tag,
+.markdown.jupyter select[multiple].tags-input input,
+.markdown.jupyter select[multiple].tags-input button {
   height: auto;
 }
-.markup.jupyter .cell-tag,
-.markup.jupyter .tags-input button {
+.markdown.jupyter .cell-tag,
+.markdown.jupyter .tags-input button {
   padding: 0px 4px;
 }
-.markup.jupyter .cell-tag {
+.markdown.jupyter .cell-tag {
   background-color: #fff;
   white-space: nowrap;
 }
-.markup.jupyter .tags-input input[type=text]:focus {
+.markdown.jupyter .tags-input input[type=text]:focus {
   outline: none;
   box-shadow: none;
   border-color: #ccc;
 }
-.markup.jupyter .completions {
+.markdown.jupyter .completions {
   position: absolute;
   z-index: 110;
   overflow: hidden;
@@ -11956,7 +11956,7 @@ Adapted from GitHub theme
   box-shadow: 0px 6px 10px -1px #adadad;
   line-height: 1;
 }
-.markup.jupyter .completions select {
+.markdown.jupyter .completions select {
   background: white;
   outline: none;
   border: none;
@@ -11968,123 +11968,123 @@ Adapted from GitHub theme
   color: #000;
   width: auto;
 }
-.markup.jupyter .completions select option.context {
+.markdown.jupyter .completions select option.context {
   color: #286090;
 }
-.markup.jupyter #kernel_logo_widget .current_kernel_logo {
+.markdown.jupyter #kernel_logo_widget .current_kernel_logo {
   display: none;
   margin-top: -1px;
   margin-bottom: -1px;
   width: 32px;
   height: 32px;
 }
-.markup.jupyter [dir="rtl"] #kernel_logo_widget {
+.markdown.jupyter [dir="rtl"] #kernel_logo_widget {
   float: left !important;
   float: left;
 }
-.markup.jupyter .modal .modal-body .move-path {
+.markdown.jupyter .modal .modal-body .move-path {
   display: flex;
   flex-direction: row;
   justify-content: space;
   align-items: center;
 }
-.markup.jupyter .modal .modal-body .move-path .server-root {
+.markdown.jupyter .modal .modal-body .move-path .server-root {
   padding-right: 20px;
 }
-.markup.jupyter .modal .modal-body .move-path .path-input {
+.markdown.jupyter .modal .modal-body .move-path .path-input {
   flex: 1;
 }
-.markup.jupyter #menubar {
+.markdown.jupyter #menubar {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   margin-top: 1px;
 }
-.markup.jupyter #menubar .navbar {
+.markdown.jupyter #menubar .navbar {
   border-top: 1px;
   border-radius: 0px 0px 2px 2px;
   margin-bottom: 0px;
 }
-.markup.jupyter #menubar .navbar-toggle {
+.markdown.jupyter #menubar .navbar-toggle {
   float: left;
   padding-top: 7px;
   padding-bottom: 7px;
   border: none;
 }
-.markup.jupyter #menubar .navbar-collapse {
+.markdown.jupyter #menubar .navbar-collapse {
   clear: left;
 }
-.markup.jupyter [dir="rtl"] #menubar .navbar-toggle {
+.markdown.jupyter [dir="rtl"] #menubar .navbar-toggle {
   float: right;
 }
-.markup.jupyter [dir="rtl"] #menubar .navbar-collapse {
+.markdown.jupyter [dir="rtl"] #menubar .navbar-collapse {
   clear: right;
 }
-.markup.jupyter [dir="rtl"] #menubar .navbar-nav {
+.markdown.jupyter [dir="rtl"] #menubar .navbar-nav {
   float: right;
 }
-.markup.jupyter [dir="rtl"] #menubar .nav {
+.markdown.jupyter [dir="rtl"] #menubar .nav {
   padding-right: 0px;
 }
-.markup.jupyter [dir="rtl"] #menubar .navbar-nav > li {
+.markdown.jupyter [dir="rtl"] #menubar .navbar-nav > li {
   float: right;
 }
-.markup.jupyter [dir="rtl"] #menubar .navbar-right {
+.markdown.jupyter [dir="rtl"] #menubar .navbar-right {
   float: left !important;
 }
-.markup.jupyter [dir="rtl"] ul.dropdown-menu {
+.markdown.jupyter [dir="rtl"] ul.dropdown-menu {
   text-align: right;
   left: auto;
 }
-.markup.jupyter [dir="rtl"] ul#new-menu.dropdown-menu {
+.markdown.jupyter [dir="rtl"] ul#new-menu.dropdown-menu {
   right: auto;
   left: 0;
 }
-.markup.jupyter .nav-wrapper {
+.markdown.jupyter .nav-wrapper {
   border-bottom: 1px solid #e7e7e7;
 }
-.markup.jupyter i.menu-icon {
+.markdown.jupyter i.menu-icon {
   padding-top: 4px;
 }
-.markup.jupyter [dir="rtl"] i.menu-icon.pull-right {
+.markdown.jupyter [dir="rtl"] i.menu-icon.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter ul#help_menu li a {
+.markdown.jupyter ul#help_menu li a {
   overflow: hidden;
   padding-right: 2.2em;
 }
-.markup.jupyter ul#help_menu li a i {
+.markdown.jupyter ul#help_menu li a i {
   margin-right: -1.2em;
 }
-.markup.jupyter [dir="rtl"] ul#help_menu li a {
+.markdown.jupyter [dir="rtl"] ul#help_menu li a {
   padding-left: 2.2em;
 }
-.markup.jupyter [dir="rtl"] ul#help_menu li a i {
+.markdown.jupyter [dir="rtl"] ul#help_menu li a i {
   margin-right: 0;
   margin-left: -1.2em;
 }
-.markup.jupyter [dir="rtl"] ul#help_menu li a i.pull-right {
+.markdown.jupyter [dir="rtl"] ul#help_menu li a i.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter .dropdown-submenu {
+.markdown.jupyter .dropdown-submenu {
   position: relative;
 }
-.markup.jupyter .dropdown-submenu > .dropdown-menu {
+.markdown.jupyter .dropdown-submenu > .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -6px;
   margin-left: -1px;
 }
-.markup.jupyter [dir="rtl"] .dropdown-submenu > .dropdown-menu {
+.markdown.jupyter [dir="rtl"] .dropdown-submenu > .dropdown-menu {
   right: 100%;
   margin-right: -1px;
 }
-.markup.jupyter .dropdown-submenu:hover > .dropdown-menu {
+.markdown.jupyter .dropdown-submenu:hover > .dropdown-menu {
   display: block;
 }
-.markup.jupyter .dropdown-submenu > a:after {
+.markdown.jupyter .dropdown-submenu > a:after {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12098,44 +12098,44 @@ Adapted from GitHub theme
   margin-top: 2px;
   margin-right: -10px;
 }
-.markup.jupyter .dropdown-submenu > a:after.fa-pull-left {
+.markdown.jupyter .dropdown-submenu > a:after.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dropdown-submenu > a:after.fa-pull-right {
+.markdown.jupyter .dropdown-submenu > a:after.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .dropdown-submenu > a:after.pull-left {
+.markdown.jupyter .dropdown-submenu > a:after.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .dropdown-submenu > a:after.pull-right {
+.markdown.jupyter .dropdown-submenu > a:after.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter [dir="rtl"] .dropdown-submenu > a:after {
+.markdown.jupyter [dir="rtl"] .dropdown-submenu > a:after {
   float: left;
   content: "\f0d9";
   margin-right: 0;
   margin-left: -10px;
 }
-.markup.jupyter .dropdown-submenu:hover > a:after {
+.markdown.jupyter .dropdown-submenu:hover > a:after {
   color: #262626;
 }
-.markup.jupyter .dropdown-submenu.pull-left {
+.markdown.jupyter .dropdown-submenu.pull-left {
   float: none;
 }
-.markup.jupyter .dropdown-submenu.pull-left > .dropdown-menu {
+.markdown.jupyter .dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
 }
-.markup.jupyter #notification_area {
+.markdown.jupyter #notification_area {
   float: right !important;
   float: right;
   z-index: 10;
 }
-.markup.jupyter [dir="rtl"] #notification_area {
+.markdown.jupyter [dir="rtl"] #notification_area {
   float: left !important;
   float: left;
 }
-.markup.jupyter .indicator_area {
+.markdown.jupyter .indicator_area {
   float: right !important;
   float: right;
   color: #777;
@@ -12146,11 +12146,11 @@ Adapted from GitHub theme
   text-align: center;
   width: auto;
 }
-.markup.jupyter [dir="rtl"] .indicator_area {
+.markdown.jupyter [dir="rtl"] .indicator_area {
   float: left !important;
   float: left;
 }
-.markup.jupyter #kernel_indicator {
+.markdown.jupyter #kernel_indicator {
   float: right !important;
   float: right;
   color: #777;
@@ -12162,17 +12162,17 @@ Adapted from GitHub theme
   width: auto;
   border-left: 1px solid;
 }
-.markup.jupyter #kernel_indicator .kernel_indicator_name {
+.markdown.jupyter #kernel_indicator .kernel_indicator_name {
   padding-left: 5px;
   padding-right: 5px;
 }
-.markup.jupyter [dir="rtl"] #kernel_indicator {
+.markdown.jupyter [dir="rtl"] #kernel_indicator {
   float: left !important;
   float: left;
   border-left: 0;
   border-right: 1px solid;
 }
-.markup.jupyter #modal_indicator {
+.markdown.jupyter #modal_indicator {
   float: right !important;
   float: right;
   color: #777;
@@ -12183,11 +12183,11 @@ Adapted from GitHub theme
   text-align: center;
   width: auto;
 }
-.markup.jupyter [dir="rtl"] #modal_indicator {
+.markdown.jupyter [dir="rtl"] #modal_indicator {
   float: left !important;
   float: left;
 }
-.markup.jupyter #readonly-indicator {
+.markdown.jupyter #readonly-indicator {
   float: right !important;
   float: right;
   color: #777;
@@ -12203,11 +12203,11 @@ Adapted from GitHub theme
   margin-right: 0px;
   display: none;
 }
-.markup.jupyter .modal_indicator:before {
+.markdown.jupyter .modal_indicator:before {
   width: 1.28571429em;
   text-align: center;
 }
-.markup.jupyter .edit_mode .modal_indicator:before {
+.markdown.jupyter .edit_mode .modal_indicator:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12216,19 +12216,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f040";
 }
-.markup.jupyter .edit_mode .modal_indicator:before.fa-pull-left {
+.markdown.jupyter .edit_mode .modal_indicator:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .edit_mode .modal_indicator:before.fa-pull-right {
+.markdown.jupyter .edit_mode .modal_indicator:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .edit_mode .modal_indicator:before.pull-left {
+.markdown.jupyter .edit_mode .modal_indicator:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .edit_mode .modal_indicator:before.pull-right {
+.markdown.jupyter .edit_mode .modal_indicator:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .command_mode .modal_indicator:before {
+.markdown.jupyter .command_mode .modal_indicator:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12237,19 +12237,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: ' ';
 }
-.markup.jupyter .command_mode .modal_indicator:before.fa-pull-left {
+.markdown.jupyter .command_mode .modal_indicator:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .command_mode .modal_indicator:before.fa-pull-right {
+.markdown.jupyter .command_mode .modal_indicator:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .command_mode .modal_indicator:before.pull-left {
+.markdown.jupyter .command_mode .modal_indicator:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .command_mode .modal_indicator:before.pull-right {
+.markdown.jupyter .command_mode .modal_indicator:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_idle_icon:before {
+.markdown.jupyter .kernel_idle_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12258,19 +12258,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f10c";
 }
-.markup.jupyter .kernel_idle_icon:before.fa-pull-left {
+.markdown.jupyter .kernel_idle_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_idle_icon:before.fa-pull-right {
+.markdown.jupyter .kernel_idle_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_idle_icon:before.pull-left {
+.markdown.jupyter .kernel_idle_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_idle_icon:before.pull-right {
+.markdown.jupyter .kernel_idle_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_busy_icon:before {
+.markdown.jupyter .kernel_busy_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12279,19 +12279,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f111";
 }
-.markup.jupyter .kernel_busy_icon:before.fa-pull-left {
+.markdown.jupyter .kernel_busy_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_busy_icon:before.fa-pull-right {
+.markdown.jupyter .kernel_busy_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_busy_icon:before.pull-left {
+.markdown.jupyter .kernel_busy_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_busy_icon:before.pull-right {
+.markdown.jupyter .kernel_busy_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_dead_icon:before {
+.markdown.jupyter .kernel_dead_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12300,19 +12300,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f1e2";
 }
-.markup.jupyter .kernel_dead_icon:before.fa-pull-left {
+.markdown.jupyter .kernel_dead_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_dead_icon:before.fa-pull-right {
+.markdown.jupyter .kernel_dead_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_dead_icon:before.pull-left {
+.markdown.jupyter .kernel_dead_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_dead_icon:before.pull-right {
+.markdown.jupyter .kernel_dead_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_disconnected_icon:before {
+.markdown.jupyter .kernel_disconnected_icon:before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
@@ -12321,19 +12321,19 @@ Adapted from GitHub theme
   -moz-osx-font-smoothing: grayscale;
   content: "\f127";
 }
-.markup.jupyter .kernel_disconnected_icon:before.fa-pull-left {
+.markdown.jupyter .kernel_disconnected_icon:before.fa-pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_disconnected_icon:before.fa-pull-right {
+.markdown.jupyter .kernel_disconnected_icon:before.fa-pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .kernel_disconnected_icon:before.pull-left {
+.markdown.jupyter .kernel_disconnected_icon:before.pull-left {
   margin-right: 0.3em;
 }
-.markup.jupyter .kernel_disconnected_icon:before.pull-right {
+.markdown.jupyter .kernel_disconnected_icon:before.pull-right {
   margin-left: 0.3em;
 }
-.markup.jupyter .notification_widget {
+.markdown.jupyter .notification_widget {
   color: #777;
   z-index: 10;
   background: rgba(240, 240, 240, 0.5);
@@ -12342,287 +12342,287 @@ Adapted from GitHub theme
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter .notification_widget:focus,
-.markup.jupyter .notification_widget.focus {
+.markdown.jupyter .notification_widget:focus,
+.markdown.jupyter .notification_widget.focus {
   color: #333;
   background-color: #e6e6e6;
   border-color: #8c8c8c;
 }
-.markup.jupyter .notification_widget:hover {
+.markdown.jupyter .notification_widget:hover {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter .notification_widget:active,
-.markup.jupyter .notification_widget.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget {
+.markdown.jupyter .notification_widget:active,
+.markdown.jupyter .notification_widget.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget {
   color: #333;
   background-color: #e6e6e6;
   border-color: #adadad;
 }
-.markup.jupyter .notification_widget:active:hover,
-.markup.jupyter .notification_widget.active:hover,
-.markup.jupyter .open > .dropdown-toggle.notification_widget:hover,
-.markup.jupyter .notification_widget:active:focus,
-.markup.jupyter .notification_widget.active:focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget:focus,
-.markup.jupyter .notification_widget:active.focus,
-.markup.jupyter .notification_widget.active.focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.focus {
+.markdown.jupyter .notification_widget:active:hover,
+.markdown.jupyter .notification_widget.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget:hover,
+.markdown.jupyter .notification_widget:active:focus,
+.markdown.jupyter .notification_widget.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget:focus,
+.markdown.jupyter .notification_widget:active.focus,
+.markdown.jupyter .notification_widget.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.focus {
   color: #333;
   background-color: #d4d4d4;
   border-color: #8c8c8c;
 }
-.markup.jupyter .notification_widget:active,
-.markup.jupyter .notification_widget.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget {
+.markdown.jupyter .notification_widget:active,
+.markdown.jupyter .notification_widget.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget {
   background-image: none;
 }
-.markup.jupyter .notification_widget.disabled:hover,
-.markup.jupyter .notification_widget[disabled]:hover,
-.markup.jupyter fieldset[disabled] .notification_widget:hover,
-.markup.jupyter .notification_widget.disabled:focus,
-.markup.jupyter .notification_widget[disabled]:focus,
-.markup.jupyter fieldset[disabled] .notification_widget:focus,
-.markup.jupyter .notification_widget.disabled.focus,
-.markup.jupyter .notification_widget[disabled].focus,
-.markup.jupyter fieldset[disabled] .notification_widget.focus {
+.markdown.jupyter .notification_widget.disabled:hover,
+.markdown.jupyter .notification_widget[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .notification_widget:hover,
+.markdown.jupyter .notification_widget.disabled:focus,
+.markdown.jupyter .notification_widget[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .notification_widget:focus,
+.markdown.jupyter .notification_widget.disabled.focus,
+.markdown.jupyter .notification_widget[disabled].focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.focus {
   background-color: #fff;
   border-color: #ccc;
 }
-.markup.jupyter .notification_widget .badge {
+.markdown.jupyter .notification_widget .badge {
   color: #fff;
   background-color: #333;
 }
-.markup.jupyter .notification_widget.warning {
+.markdown.jupyter .notification_widget.warning {
   color: #fff;
   background-color: #f0ad4e;
   border-color: #eea236;
 }
-.markup.jupyter .notification_widget.warning:focus,
-.markup.jupyter .notification_widget.warning.focus {
+.markdown.jupyter .notification_widget.warning:focus,
+.markdown.jupyter .notification_widget.warning.focus {
   color: #fff;
   background-color: #ec971f;
   border-color: #985f0d;
 }
-.markup.jupyter .notification_widget.warning:hover {
+.markdown.jupyter .notification_widget.warning:hover {
   color: #fff;
   background-color: #ec971f;
   border-color: #d58512;
 }
-.markup.jupyter .notification_widget.warning:active,
-.markup.jupyter .notification_widget.warning.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.warning {
+.markdown.jupyter .notification_widget.warning:active,
+.markdown.jupyter .notification_widget.warning.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning {
   color: #fff;
   background-color: #ec971f;
   border-color: #d58512;
 }
-.markup.jupyter .notification_widget.warning:active:hover,
-.markup.jupyter .notification_widget.warning.active:hover,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.warning:hover,
-.markup.jupyter .notification_widget.warning:active:focus,
-.markup.jupyter .notification_widget.warning.active:focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.warning:focus,
-.markup.jupyter .notification_widget.warning:active.focus,
-.markup.jupyter .notification_widget.warning.active.focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.warning.focus {
+.markdown.jupyter .notification_widget.warning:active:hover,
+.markdown.jupyter .notification_widget.warning.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning:hover,
+.markdown.jupyter .notification_widget.warning:active:focus,
+.markdown.jupyter .notification_widget.warning.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning:focus,
+.markdown.jupyter .notification_widget.warning:active.focus,
+.markdown.jupyter .notification_widget.warning.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning.focus {
   color: #fff;
   background-color: #d58512;
   border-color: #985f0d;
 }
-.markup.jupyter .notification_widget.warning:active,
-.markup.jupyter .notification_widget.warning.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.warning {
+.markdown.jupyter .notification_widget.warning:active,
+.markdown.jupyter .notification_widget.warning.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.warning {
   background-image: none;
 }
-.markup.jupyter .notification_widget.warning.disabled:hover,
-.markup.jupyter .notification_widget.warning[disabled]:hover,
-.markup.jupyter fieldset[disabled] .notification_widget.warning:hover,
-.markup.jupyter .notification_widget.warning.disabled:focus,
-.markup.jupyter .notification_widget.warning[disabled]:focus,
-.markup.jupyter fieldset[disabled] .notification_widget.warning:focus,
-.markup.jupyter .notification_widget.warning.disabled.focus,
-.markup.jupyter .notification_widget.warning[disabled].focus,
-.markup.jupyter fieldset[disabled] .notification_widget.warning.focus {
+.markdown.jupyter .notification_widget.warning.disabled:hover,
+.markdown.jupyter .notification_widget.warning[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .notification_widget.warning:hover,
+.markdown.jupyter .notification_widget.warning.disabled:focus,
+.markdown.jupyter .notification_widget.warning[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.warning:focus,
+.markdown.jupyter .notification_widget.warning.disabled.focus,
+.markdown.jupyter .notification_widget.warning[disabled].focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.warning.focus {
   background-color: #f0ad4e;
   border-color: #eea236;
 }
-.markup.jupyter .notification_widget.warning .badge {
+.markdown.jupyter .notification_widget.warning .badge {
   color: #f0ad4e;
   background-color: #fff;
 }
-.markup.jupyter .notification_widget.success {
+.markdown.jupyter .notification_widget.success {
   color: #fff;
   background-color: #5cb85c;
   border-color: #4cae4c;
 }
-.markup.jupyter .notification_widget.success:focus,
-.markup.jupyter .notification_widget.success.focus {
+.markdown.jupyter .notification_widget.success:focus,
+.markdown.jupyter .notification_widget.success.focus {
   color: #fff;
   background-color: #449d44;
   border-color: #255625;
 }
-.markup.jupyter .notification_widget.success:hover {
+.markdown.jupyter .notification_widget.success:hover {
   color: #fff;
   background-color: #449d44;
   border-color: #398439;
 }
-.markup.jupyter .notification_widget.success:active,
-.markup.jupyter .notification_widget.success.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.success {
+.markdown.jupyter .notification_widget.success:active,
+.markdown.jupyter .notification_widget.success.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.success {
   color: #fff;
   background-color: #449d44;
   border-color: #398439;
 }
-.markup.jupyter .notification_widget.success:active:hover,
-.markup.jupyter .notification_widget.success.active:hover,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.success:hover,
-.markup.jupyter .notification_widget.success:active:focus,
-.markup.jupyter .notification_widget.success.active:focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.success:focus,
-.markup.jupyter .notification_widget.success:active.focus,
-.markup.jupyter .notification_widget.success.active.focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.success.focus {
+.markdown.jupyter .notification_widget.success:active:hover,
+.markdown.jupyter .notification_widget.success.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.success:hover,
+.markdown.jupyter .notification_widget.success:active:focus,
+.markdown.jupyter .notification_widget.success.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.success:focus,
+.markdown.jupyter .notification_widget.success:active.focus,
+.markdown.jupyter .notification_widget.success.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.success.focus {
   color: #fff;
   background-color: #398439;
   border-color: #255625;
 }
-.markup.jupyter .notification_widget.success:active,
-.markup.jupyter .notification_widget.success.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.success {
+.markdown.jupyter .notification_widget.success:active,
+.markdown.jupyter .notification_widget.success.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.success {
   background-image: none;
 }
-.markup.jupyter .notification_widget.success.disabled:hover,
-.markup.jupyter .notification_widget.success[disabled]:hover,
-.markup.jupyter fieldset[disabled] .notification_widget.success:hover,
-.markup.jupyter .notification_widget.success.disabled:focus,
-.markup.jupyter .notification_widget.success[disabled]:focus,
-.markup.jupyter fieldset[disabled] .notification_widget.success:focus,
-.markup.jupyter .notification_widget.success.disabled.focus,
-.markup.jupyter .notification_widget.success[disabled].focus,
-.markup.jupyter fieldset[disabled] .notification_widget.success.focus {
+.markdown.jupyter .notification_widget.success.disabled:hover,
+.markdown.jupyter .notification_widget.success[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .notification_widget.success:hover,
+.markdown.jupyter .notification_widget.success.disabled:focus,
+.markdown.jupyter .notification_widget.success[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.success:focus,
+.markdown.jupyter .notification_widget.success.disabled.focus,
+.markdown.jupyter .notification_widget.success[disabled].focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.success.focus {
   background-color: #5cb85c;
   border-color: #4cae4c;
 }
-.markup.jupyter .notification_widget.success .badge {
+.markdown.jupyter .notification_widget.success .badge {
   color: #5cb85c;
   background-color: #fff;
 }
-.markup.jupyter .notification_widget.info {
+.markdown.jupyter .notification_widget.info {
   color: #fff;
   background-color: #5bc0de;
   border-color: #46b8da;
 }
-.markup.jupyter .notification_widget.info:focus,
-.markup.jupyter .notification_widget.info.focus {
+.markdown.jupyter .notification_widget.info:focus,
+.markdown.jupyter .notification_widget.info.focus {
   color: #fff;
   background-color: #31b0d5;
   border-color: #1b6d85;
 }
-.markup.jupyter .notification_widget.info:hover {
+.markdown.jupyter .notification_widget.info:hover {
   color: #fff;
   background-color: #31b0d5;
   border-color: #269abc;
 }
-.markup.jupyter .notification_widget.info:active,
-.markup.jupyter .notification_widget.info.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.info {
+.markdown.jupyter .notification_widget.info:active,
+.markdown.jupyter .notification_widget.info.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.info {
   color: #fff;
   background-color: #31b0d5;
   border-color: #269abc;
 }
-.markup.jupyter .notification_widget.info:active:hover,
-.markup.jupyter .notification_widget.info.active:hover,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.info:hover,
-.markup.jupyter .notification_widget.info:active:focus,
-.markup.jupyter .notification_widget.info.active:focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.info:focus,
-.markup.jupyter .notification_widget.info:active.focus,
-.markup.jupyter .notification_widget.info.active.focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.info.focus {
+.markdown.jupyter .notification_widget.info:active:hover,
+.markdown.jupyter .notification_widget.info.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.info:hover,
+.markdown.jupyter .notification_widget.info:active:focus,
+.markdown.jupyter .notification_widget.info.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.info:focus,
+.markdown.jupyter .notification_widget.info:active.focus,
+.markdown.jupyter .notification_widget.info.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.info.focus {
   color: #fff;
   background-color: #269abc;
   border-color: #1b6d85;
 }
-.markup.jupyter .notification_widget.info:active,
-.markup.jupyter .notification_widget.info.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.info {
+.markdown.jupyter .notification_widget.info:active,
+.markdown.jupyter .notification_widget.info.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.info {
   background-image: none;
 }
-.markup.jupyter .notification_widget.info.disabled:hover,
-.markup.jupyter .notification_widget.info[disabled]:hover,
-.markup.jupyter fieldset[disabled] .notification_widget.info:hover,
-.markup.jupyter .notification_widget.info.disabled:focus,
-.markup.jupyter .notification_widget.info[disabled]:focus,
-.markup.jupyter fieldset[disabled] .notification_widget.info:focus,
-.markup.jupyter .notification_widget.info.disabled.focus,
-.markup.jupyter .notification_widget.info[disabled].focus,
-.markup.jupyter fieldset[disabled] .notification_widget.info.focus {
+.markdown.jupyter .notification_widget.info.disabled:hover,
+.markdown.jupyter .notification_widget.info[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .notification_widget.info:hover,
+.markdown.jupyter .notification_widget.info.disabled:focus,
+.markdown.jupyter .notification_widget.info[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.info:focus,
+.markdown.jupyter .notification_widget.info.disabled.focus,
+.markdown.jupyter .notification_widget.info[disabled].focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.info.focus {
   background-color: #5bc0de;
   border-color: #46b8da;
 }
-.markup.jupyter .notification_widget.info .badge {
+.markdown.jupyter .notification_widget.info .badge {
   color: #5bc0de;
   background-color: #fff;
 }
-.markup.jupyter .notification_widget.danger {
+.markdown.jupyter .notification_widget.danger {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
 }
-.markup.jupyter .notification_widget.danger:focus,
-.markup.jupyter .notification_widget.danger.focus {
+.markdown.jupyter .notification_widget.danger:focus,
+.markdown.jupyter .notification_widget.danger.focus {
   color: #fff;
   background-color: #c9302c;
   border-color: #761c19;
 }
-.markup.jupyter .notification_widget.danger:hover {
+.markdown.jupyter .notification_widget.danger:hover {
   color: #fff;
   background-color: #c9302c;
   border-color: #ac2925;
 }
-.markup.jupyter .notification_widget.danger:active,
-.markup.jupyter .notification_widget.danger.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.danger {
+.markdown.jupyter .notification_widget.danger:active,
+.markdown.jupyter .notification_widget.danger.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger {
   color: #fff;
   background-color: #c9302c;
   border-color: #ac2925;
 }
-.markup.jupyter .notification_widget.danger:active:hover,
-.markup.jupyter .notification_widget.danger.active:hover,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.danger:hover,
-.markup.jupyter .notification_widget.danger:active:focus,
-.markup.jupyter .notification_widget.danger.active:focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.danger:focus,
-.markup.jupyter .notification_widget.danger:active.focus,
-.markup.jupyter .notification_widget.danger.active.focus,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.danger.focus {
+.markdown.jupyter .notification_widget.danger:active:hover,
+.markdown.jupyter .notification_widget.danger.active:hover,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger:hover,
+.markdown.jupyter .notification_widget.danger:active:focus,
+.markdown.jupyter .notification_widget.danger.active:focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger:focus,
+.markdown.jupyter .notification_widget.danger:active.focus,
+.markdown.jupyter .notification_widget.danger.active.focus,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger.focus {
   color: #fff;
   background-color: #ac2925;
   border-color: #761c19;
 }
-.markup.jupyter .notification_widget.danger:active,
-.markup.jupyter .notification_widget.danger.active,
-.markup.jupyter .open > .dropdown-toggle.notification_widget.danger {
+.markdown.jupyter .notification_widget.danger:active,
+.markdown.jupyter .notification_widget.danger.active,
+.markdown.jupyter .open > .dropdown-toggle.notification_widget.danger {
   background-image: none;
 }
-.markup.jupyter .notification_widget.danger.disabled:hover,
-.markup.jupyter .notification_widget.danger[disabled]:hover,
-.markup.jupyter fieldset[disabled] .notification_widget.danger:hover,
-.markup.jupyter .notification_widget.danger.disabled:focus,
-.markup.jupyter .notification_widget.danger[disabled]:focus,
-.markup.jupyter fieldset[disabled] .notification_widget.danger:focus,
-.markup.jupyter .notification_widget.danger.disabled.focus,
-.markup.jupyter .notification_widget.danger[disabled].focus,
-.markup.jupyter fieldset[disabled] .notification_widget.danger.focus {
+.markdown.jupyter .notification_widget.danger.disabled:hover,
+.markdown.jupyter .notification_widget.danger[disabled]:hover,
+.markdown.jupyter fieldset[disabled] .notification_widget.danger:hover,
+.markdown.jupyter .notification_widget.danger.disabled:focus,
+.markdown.jupyter .notification_widget.danger[disabled]:focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.danger:focus,
+.markdown.jupyter .notification_widget.danger.disabled.focus,
+.markdown.jupyter .notification_widget.danger[disabled].focus,
+.markdown.jupyter fieldset[disabled] .notification_widget.danger.focus {
   background-color: #d9534f;
   border-color: #d43f3a;
 }
-.markup.jupyter .notification_widget.danger .badge {
+.markdown.jupyter .notification_widget.danger .badge {
   color: #d9534f;
   background-color: #fff;
 }
-.markup.jupyter div#pager {
+.markdown.jupyter div#pager {
   background-color: #fff;
   font-size: 14px;
   line-height: 20px;
@@ -12640,31 +12640,31 @@ Adapted from GitHub theme
   /* Hack which prevents jquery ui resizable from changing top. */
   top: auto !important;
 }
-.markup.jupyter div#pager pre {
+.markdown.jupyter div#pager pre {
   line-height: 1.21429em;
   color: #000;
   background-color: #f7f7f7;
   padding: 0.4em;
 }
-.markup.jupyter div#pager #pager-button-area {
+.markdown.jupyter div#pager #pager-button-area {
   position: absolute;
   top: 8px;
   right: 20px;
 }
-.markup.jupyter div#pager #pager-contents {
+.markdown.jupyter div#pager #pager-contents {
   position: relative;
   overflow: auto;
   width: 100%;
   height: 100%;
 }
-.markup.jupyter div#pager #pager-contents #pager-container {
+.markdown.jupyter div#pager #pager-contents #pager-container {
   position: relative;
   padding: 15px 0px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
-.markup.jupyter div#pager .ui-resizable-handle {
+.markdown.jupyter div#pager .ui-resizable-handle {
   top: 0px;
   height: 8px;
   background: #f7f7f7;
@@ -12673,7 +12673,7 @@ Adapted from GitHub theme
   /* This injects handle bars (a short, wide = symbol) for 
         the resize handle. */
 }
-.markup.jupyter div#pager .ui-resizable-handle::after {
+.markdown.jupyter div#pager .ui-resizable-handle::after {
   content: '';
   top: 2px;
   left: 50%;
@@ -12683,7 +12683,7 @@ Adapted from GitHub theme
   position: absolute;
   border-top: 1px solid #cfcfcf;
 }
-.markup.jupyter .quickhelp {
+.markdown.jupyter .quickhelp {
   /* Old browsers */
   display: -webkit-box;
   -webkit-box-orient: horizontal;
@@ -12700,13 +12700,13 @@ Adapted from GitHub theme
   align-items: stretch;
   line-height: 1.8em;
 }
-.markup.jupyter .shortcut_key {
+.markdown.jupyter .shortcut_key {
   display: inline-block;
   width: 21ex;
   text-align: right;
   font-family: monospace;
 }
-.markup.jupyter .shortcut_descr {
+.markdown.jupyter .shortcut_descr {
   display: inline-block;
   /* Old browsers */
   -webkit-box-flex: 1;
@@ -12715,7 +12715,7 @@ Adapted from GitHub theme
   /* Modern browsers */
   flex: 1;
 }
-.markup.jupyter span.save_widget {
+.markdown.jupyter span.save_widget {
   height: 30px;
   margin-top: 4px;
   display: flex;
@@ -12724,7 +12724,7 @@ Adapted from GitHub theme
   width: 50%;
   flex: 1;
 }
-.markup.jupyter span.save_widget span.filename {
+.markdown.jupyter span.save_widget span.filename {
   height: 100%;
   line-height: 1em;
   margin-left: 16px;
@@ -12735,42 +12735,42 @@ Adapted from GitHub theme
   white-space: nowrap;
   border-radius: 2px;
 }
-.markup.jupyter span.save_widget span.filename:hover {
+.markdown.jupyter span.save_widget span.filename:hover {
   background-color: #e6e6e6;
 }
-.markup.jupyter [dir="rtl"] span.save_widget.pull-left {
+.markdown.jupyter [dir="rtl"] span.save_widget.pull-left {
   float: right !important;
   float: right;
 }
-.markup.jupyter [dir="rtl"] span.save_widget span.filename {
+.markdown.jupyter [dir="rtl"] span.save_widget span.filename {
   margin-left: 0;
   margin-right: 16px;
 }
-.markup.jupyter span.checkpoint_status,
-.markup.jupyter span.autosave_status {
+.markdown.jupyter span.checkpoint_status,
+.markdown.jupyter span.autosave_status {
   font-size: small;
   white-space: nowrap;
   padding: 0 5px;
 }
 @media (max-width: 767px) {
-  .markup.jupyter span.save_widget {
+  .markdown.jupyter span.save_widget {
     font-size: small;
     padding: 0 0 0 5px;
   }
-  .markup.jupyter span.checkpoint_status,
-  .markup.jupyter span.autosave_status {
+  .markdown.jupyter span.checkpoint_status,
+  .markdown.jupyter span.autosave_status {
     display: none;
   }
 }
 @media (min-width: 768px) and (max-width: 991px) {
-  .markup.jupyter span.checkpoint_status {
+  .markdown.jupyter span.checkpoint_status {
     display: none;
   }
-  .markup.jupyter span.autosave_status {
+  .markdown.jupyter span.autosave_status {
     font-size: x-small;
   }
 }
-.markup.jupyter .toolbar {
+.markdown.jupyter .toolbar {
   padding: 0px;
   margin-left: -5px;
   margin-top: 2px;
@@ -12779,8 +12779,8 @@ Adapted from GitHub theme
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
-.markup.jupyter .toolbar select,
-.markup.jupyter .toolbar label {
+.markdown.jupyter .toolbar select,
+.markdown.jupyter .toolbar label {
   width: auto;
   vertical-align: middle;
   margin-right: 2px;
@@ -12792,17 +12792,17 @@ Adapted from GitHub theme
   padding: 0px;
   padding-top: 3px;
 }
-.markup.jupyter .toolbar .btn {
+.markdown.jupyter .toolbar .btn {
   padding: 2px 8px;
 }
-.markup.jupyter .toolbar .btn-group {
+.markdown.jupyter .toolbar .btn-group {
   margin-top: 0px;
   margin-left: 5px;
 }
-.markup.jupyter .toolbar-btn-label {
+.markdown.jupyter .toolbar-btn-label {
   margin-left: 6px;
 }
-.markup.jupyter #maintoolbar {
+.markdown.jupyter #maintoolbar {
   margin-bottom: -3px;
   margin-top: -8px;
   border: 0px;
@@ -12811,7 +12811,7 @@ Adapted from GitHub theme
   padding-top: 11px;
   padding-bottom: 3px;
 }
-.markup.jupyter #maintoolbar .navbar-text {
+.markdown.jupyter #maintoolbar .navbar-text {
   float: none;
   vertical-align: middle;
   text-align: right;
@@ -12819,17 +12819,17 @@ Adapted from GitHub theme
   margin-right: 0px;
   margin-top: 0px;
 }
-.markup.jupyter .select-xs {
+.markdown.jupyter .select-xs {
   height: 24px;
 }
-.markup.jupyter [dir="rtl"] .btn-group > .btn,
-.markup.jupyter .btn-group-vertical > .btn {
+.markdown.jupyter [dir="rtl"] .btn-group > .btn,
+.markdown.jupyter .btn-group-vertical > .btn {
   float: right;
 }
-.markup.jupyter .pulse,
-.markup.jupyter .dropdown-menu > li > a.pulse,
-.markup.jupyter li.pulse > a.dropdown-toggle,
-.markup.jupyter li.pulse.open > a.dropdown-toggle {
+.markdown.jupyter .pulse,
+.markdown.jupyter .dropdown-menu > li > a.pulse,
+.markdown.jupyter li.pulse > a.dropdown-toggle,
+.markdown.jupyter li.pulse.open > a.dropdown-toggle {
   background-color: #F37626;
   color: white;
 }
@@ -12865,7 +12865,7 @@ Adapted from GitHub theme
     opacity: 1;
   }
 }
-.markup.jupyter .bigtooltip {
+.markdown.jupyter .bigtooltip {
   overflow: auto;
   height: 200px;
   -webkit-transition-property: height;
@@ -12875,7 +12875,7 @@ Adapted from GitHub theme
   transition-property: height;
   transition-duration: 500ms;
 }
-.markup.jupyter .smalltooltip {
+.markdown.jupyter .smalltooltip {
   -webkit-transition-property: height;
   -webkit-transition-duration: 500ms;
   -moz-transition-property: height;
@@ -12886,17 +12886,17 @@ Adapted from GitHub theme
   overflow: hidden;
   height: 80px;
 }
-.markup.jupyter .tooltipbuttons {
+.markdown.jupyter .tooltipbuttons {
   position: absolute;
   padding-right: 15px;
   top: 0px;
   right: 0px;
 }
-.markup.jupyter .tooltiptext {
+.markdown.jupyter .tooltiptext {
   /*avoid the button to overlap on some docstring*/
   padding-right: 30px;
 }
-.markup.jupyter .ipython_tooltip {
+.markdown.jupyter .ipython_tooltip {
   max-width: 700px;
   /*fade-in animation when inserted*/
   -webkit-animation: fadeOut 400ms;
@@ -12922,16 +12922,16 @@ Adapted from GitHub theme
   position: absolute;
   z-index: 1000;
 }
-.markup.jupyter .ipython_tooltip a {
+.markdown.jupyter .ipython_tooltip a {
   float: right;
 }
-.markup.jupyter .ipython_tooltip .tooltiptext pre {
+.markdown.jupyter .ipython_tooltip .tooltiptext pre {
   border: 0;
   border-radius: 0;
   font-size: 100%;
   background-color: #f7f7f7;
 }
-.markup.jupyter .pretooltiparrow {
+.markdown.jupyter .pretooltiparrow {
   left: 0px;
   margin: 0px;
   top: -16px;
@@ -12940,7 +12940,7 @@ Adapted from GitHub theme
   overflow: hidden;
   position: absolute;
 }
-.markup.jupyter .pretooltiparrow:before {
+.markdown.jupyter .pretooltiparrow:before {
   background-color: #f7f7f7;
   border: 1px #ababab solid;
   z-index: 11;
@@ -12955,105 +12955,105 @@ Adapted from GitHub theme
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
 }
-.markup.jupyter ul.typeahead-list i {
+.markdown.jupyter ul.typeahead-list i {
   margin-left: -10px;
   width: 18px;
 }
-.markup.jupyter [dir="rtl"] ul.typeahead-list i {
+.markdown.jupyter [dir="rtl"] ul.typeahead-list i {
   margin-left: 0;
   margin-right: -10px;
 }
-.markup.jupyter ul.typeahead-list {
+.markdown.jupyter ul.typeahead-list {
   max-height: 80vh;
   overflow: auto;
 }
-.markup.jupyter ul.typeahead-list > li > a {
+.markdown.jupyter ul.typeahead-list > li > a {
   /** Firefox bug **/
   /* see https://github.com/jupyter/notebook/issues/559 */
   white-space: normal;
 }
-.markup.jupyter ul.typeahead-list > li > a.pull-right {
+.markdown.jupyter ul.typeahead-list > li > a.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter [dir="rtl"] .typeahead-list {
+.markdown.jupyter [dir="rtl"] .typeahead-list {
   text-align: right;
 }
-.markup.jupyter .cmd-palette .modal-body {
+.markdown.jupyter .cmd-palette .modal-body {
   padding: 7px;
 }
-.markup.jupyter .cmd-palette form {
+.markdown.jupyter .cmd-palette form {
   background: white;
 }
-.markup.jupyter .cmd-palette input {
+.markdown.jupyter .cmd-palette input {
   outline: none;
 }
-.markup.jupyter .no-shortcut {
+.markdown.jupyter .no-shortcut {
   min-width: 20px;
   color: transparent;
 }
-.markup.jupyter [dir="rtl"] .no-shortcut.pull-right {
+.markdown.jupyter [dir="rtl"] .no-shortcut.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter [dir="rtl"] .command-shortcut.pull-right {
+.markdown.jupyter [dir="rtl"] .command-shortcut.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter .command-shortcut:before {
+.markdown.jupyter .command-shortcut:before {
   content: "(command mode)";
   padding-right: 3px;
   color: #777777;
 }
-.markup.jupyter .edit-shortcut:before {
+.markdown.jupyter .edit-shortcut:before {
   content: "(edit)";
   padding-right: 3px;
   color: #777777;
 }
-.markup.jupyter [dir="rtl"] .edit-shortcut.pull-right {
+.markdown.jupyter [dir="rtl"] .edit-shortcut.pull-right {
   float: left !important;
   float: left;
 }
-.markup.jupyter #find-and-replace #replace-preview .match,
-.markup.jupyter #find-and-replace #replace-preview .insert {
+.markdown.jupyter #find-and-replace #replace-preview .match,
+.markdown.jupyter #find-and-replace #replace-preview .insert {
   background-color: #BBDEFB;
   border-color: #90CAF9;
   border-style: solid;
   border-width: 1px;
   border-radius: 0px;
 }
-.markup.jupyter [dir="ltr"] #find-and-replace .input-group-btn + .form-control {
+.markdown.jupyter [dir="ltr"] #find-and-replace .input-group-btn + .form-control {
   border-left: none;
 }
-.markup.jupyter [dir="rtl"] #find-and-replace .input-group-btn + .form-control {
+.markdown.jupyter [dir="rtl"] #find-and-replace .input-group-btn + .form-control {
   border-right: none;
 }
-.markup.jupyter #find-and-replace #replace-preview .replace .match {
+.markdown.jupyter #find-and-replace #replace-preview .replace .match {
   background-color: #FFCDD2;
   border-color: #EF9A9A;
   border-radius: 0px;
 }
-.markup.jupyter #find-and-replace #replace-preview .replace .insert {
+.markdown.jupyter #find-and-replace #replace-preview .replace .insert {
   background-color: #C8E6C9;
   border-color: #A5D6A7;
   border-radius: 0px;
 }
-.markup.jupyter #find-and-replace #replace-preview {
+.markdown.jupyter #find-and-replace #replace-preview {
   max-height: 60vh;
   overflow: auto;
 }
-.markup.jupyter #find-and-replace #replace-preview pre {
+.markdown.jupyter #find-and-replace #replace-preview pre {
   padding: 5px 10px;
 }
-.markup.jupyter .terminal-app {
+.markdown.jupyter .terminal-app {
   background: #EEE;
 }
-.markup.jupyter .terminal-app #header {
+.markdown.jupyter .terminal-app #header {
   background: #fff;
   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
 }
-.markup.jupyter .terminal-app .terminal {
+.markdown.jupyter .terminal-app .terminal {
   width: 100%;
   float: left;
   font-family: monospace;
@@ -13064,269 +13064,269 @@ Adapted from GitHub theme
   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
 }
-.markup.jupyter .terminal-app .terminal,
-.markup.jupyter .terminal-app .terminal dummy-screen {
+.markdown.jupyter .terminal-app .terminal,
+.markdown.jupyter .terminal-app .terminal dummy-screen {
   line-height: 1em;
   font-size: 14px;
 }
-.markup.jupyter .terminal-app .terminal .xterm-rows {
+.markdown.jupyter .terminal-app .terminal .xterm-rows {
   padding: 10px;
 }
-.markup.jupyter .terminal-app .terminal-cursor {
+.markdown.jupyter .terminal-app .terminal-cursor {
   color: black;
   background: white;
 }
-.markup.jupyter .terminal-app #terminado-container {
+.markdown.jupyter .terminal-app #terminado-container {
   margin-top: 20px;
 }
-.markup.jupyter .highlight .hll {
+.markdown.jupyter .highlight .hll {
   background-color: #ffffcc;
 }
-.markup.jupyter .highlight {
+.markdown.jupyter .highlight {
   background: #f8f8f8;
 }
-.markup.jupyter .highlight .c {
+.markdown.jupyter .highlight .c {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .err {
+.markdown.jupyter .highlight .err {
   border: 1px solid #FF0000;
 }
-.markup.jupyter .highlight .k {
+.markdown.jupyter .highlight .k {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .o {
+.markdown.jupyter .highlight .o {
   color: #666666;
 }
-.markup.jupyter .highlight .ch {
+.markdown.jupyter .highlight .ch {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .cm {
+.markdown.jupyter .highlight .cm {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .cp {
+.markdown.jupyter .highlight .cp {
   color: #BC7A00;
 }
-.markup.jupyter .highlight .cpf {
+.markdown.jupyter .highlight .cpf {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .c1 {
+.markdown.jupyter .highlight .c1 {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .cs {
+.markdown.jupyter .highlight .cs {
   color: #408080;
   font-style: italic;
 }
-.markup.jupyter .highlight .gd {
+.markdown.jupyter .highlight .gd {
   color: #A00000;
 }
-.markup.jupyter .highlight .ge {
+.markdown.jupyter .highlight .ge {
   font-style: italic;
 }
-.markup.jupyter .highlight .gr {
+.markdown.jupyter .highlight .gr {
   color: #FF0000;
 }
-.markup.jupyter .highlight .gh {
+.markdown.jupyter .highlight .gh {
   color: #000080;
   font-weight: bold;
 }
-.markup.jupyter .highlight .gi {
+.markdown.jupyter .highlight .gi {
   color: #00A000;
 }
-.markup.jupyter .highlight .go {
+.markdown.jupyter .highlight .go {
   color: #888888;
 }
-.markup.jupyter .highlight .gp {
+.markdown.jupyter .highlight .gp {
   color: #000080;
   font-weight: bold;
 }
-.markup.jupyter .highlight .gs {
+.markdown.jupyter .highlight .gs {
   font-weight: bold;
 }
-.markup.jupyter .highlight .gu {
+.markdown.jupyter .highlight .gu {
   color: #800080;
   font-weight: bold;
 }
-.markup.jupyter .highlight .gt {
+.markdown.jupyter .highlight .gt {
   color: #0044DD;
 }
-.markup.jupyter .highlight .kc {
+.markdown.jupyter .highlight .kc {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .kd {
+.markdown.jupyter .highlight .kd {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .kn {
+.markdown.jupyter .highlight .kn {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .kp {
+.markdown.jupyter .highlight .kp {
   color: #008000;
 }
-.markup.jupyter .highlight .kr {
+.markdown.jupyter .highlight .kr {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .kt {
+.markdown.jupyter .highlight .kt {
   color: #B00040;
 }
-.markup.jupyter .highlight .m {
+.markdown.jupyter .highlight .m {
   color: #666666;
 }
-.markup.jupyter .highlight .s {
+.markdown.jupyter .highlight .s {
   color: #BA2121;
 }
-.markup.jupyter .highlight .na {
+.markdown.jupyter .highlight .na {
   color: #7D9029;
 }
-.markup.jupyter .highlight .nb {
+.markdown.jupyter .highlight .nb {
   color: #008000;
 }
-.markup.jupyter .highlight .nc {
+.markdown.jupyter .highlight .nc {
   color: #0000FF;
   font-weight: bold;
 }
-.markup.jupyter .highlight .no {
+.markdown.jupyter .highlight .no {
   color: #880000;
 }
-.markup.jupyter .highlight .nd {
+.markdown.jupyter .highlight .nd {
   color: #AA22FF;
 }
-.markup.jupyter .highlight .ni {
+.markdown.jupyter .highlight .ni {
   color: #999999;
   font-weight: bold;
 }
-.markup.jupyter .highlight .ne {
+.markdown.jupyter .highlight .ne {
   color: #D2413A;
   font-weight: bold;
 }
-.markup.jupyter .highlight .nf {
+.markdown.jupyter .highlight .nf {
   color: #0000FF;
 }
-.markup.jupyter .highlight .nl {
+.markdown.jupyter .highlight .nl {
   color: #A0A000;
 }
-.markup.jupyter .highlight .nn {
+.markdown.jupyter .highlight .nn {
   color: #0000FF;
   font-weight: bold;
 }
-.markup.jupyter .highlight .nt {
+.markdown.jupyter .highlight .nt {
   color: #008000;
   font-weight: bold;
 }
-.markup.jupyter .highlight .nv {
+.markdown.jupyter .highlight .nv {
   color: #19177C;
 }
-.markup.jupyter .highlight .ow {
+.markdown.jupyter .highlight .ow {
   color: #AA22FF;
   font-weight: bold;
 }
-.markup.jupyter .highlight .w {
+.markdown.jupyter .highlight .w {
   color: #bbbbbb;
 }
-.markup.jupyter .highlight .mb {
+.markdown.jupyter .highlight .mb {
   color: #666666;
 }
-.markup.jupyter .highlight .mf {
+.markdown.jupyter .highlight .mf {
   color: #666666;
 }
-.markup.jupyter .highlight .mh {
+.markdown.jupyter .highlight .mh {
   color: #666666;
 }
-.markup.jupyter .highlight .mi {
+.markdown.jupyter .highlight .mi {
   color: #666666;
 }
-.markup.jupyter .highlight .mo {
+.markdown.jupyter .highlight .mo {
   color: #666666;
 }
-.markup.jupyter .highlight .sa {
+.markdown.jupyter .highlight .sa {
   color: #BA2121;
 }
-.markup.jupyter .highlight .sb {
+.markdown.jupyter .highlight .sb {
   color: #BA2121;
 }
-.markup.jupyter .highlight .sc {
+.markdown.jupyter .highlight .sc {
   color: #BA2121;
 }
-.markup.jupyter .highlight .dl {
+.markdown.jupyter .highlight .dl {
   color: #BA2121;
 }
-.markup.jupyter .highlight .sd {
+.markdown.jupyter .highlight .sd {
   color: #BA2121;
   font-style: italic;
 }
-.markup.jupyter .highlight .s2 {
+.markdown.jupyter .highlight .s2 {
   color: #BA2121;
 }
-.markup.jupyter .highlight .se {
+.markdown.jupyter .highlight .se {
   color: #BB6622;
   font-weight: bold;
 }
-.markup.jupyter .highlight .sh {
+.markdown.jupyter .highlight .sh {
   color: #BA2121;
 }
-.markup.jupyter .highlight .si {
+.markdown.jupyter .highlight .si {
   color: #BB6688;
   font-weight: bold;
 }
-.markup.jupyter .highlight .sx {
+.markdown.jupyter .highlight .sx {
   color: #008000;
 }
-.markup.jupyter .highlight .sr {
+.markdown.jupyter .highlight .sr {
   color: #BB6688;
 }
-.markup.jupyter .highlight .s1 {
+.markdown.jupyter .highlight .s1 {
   color: #BA2121;
 }
-.markup.jupyter .highlight .ss {
+.markdown.jupyter .highlight .ss {
   color: #19177C;
 }
-.markup.jupyter .highlight .bp {
+.markdown.jupyter .highlight .bp {
   color: #008000;
 }
-.markup.jupyter .highlight .fm {
+.markdown.jupyter .highlight .fm {
   color: #0000FF;
 }
-.markup.jupyter .highlight .vc {
+.markdown.jupyter .highlight .vc {
   color: #19177C;
 }
-.markup.jupyter .highlight .vg {
+.markdown.jupyter .highlight .vg {
   color: #19177C;
 }
-.markup.jupyter .highlight .vi {
+.markdown.jupyter .highlight .vi {
   color: #19177C;
 }
-.markup.jupyter .highlight .vm {
+.markdown.jupyter .highlight .vm {
   color: #19177C;
 }
-.markup.jupyter .highlight .il {
+.markdown.jupyter .highlight .il {
   color: #666666;
 }
-.markup.jupyter body {
+.markdown.jupyter body {
   overflow: visible;
   padding: 8px;
 }
-.markup.jupyter div#notebook {
+.markdown.jupyter div#notebook {
   overflow: visible;
   border-top: none;
 }
 @media print {
-  .markup.jupyter div.cell {
+  .markdown.jupyter div.cell {
     display: block;
     page-break-inside: avoid;
   }
-  .markup.jupyter div.output_wrapper {
+  .markdown.jupyter div.output_wrapper {
     display: block;
     page-break-inside: avoid;
   }
-  .markup.jupyter div.output {
+  .markdown.jupyter div.output {
     display: block;
     page-break-inside: avoid;
   }