Explorar el Código

Merge pull request #2605 from ellisonbg/output-examples

Output examples and minor style fixes to output
S. Chris Colbert hace 7 años
padre
commit
8675b25a55
Se han modificado 2 ficheros con 422 adiciones y 0 borrados
  1. 410 0
      examples/notebooks/OutputExamples.ipynb
  2. 12 0
      packages/rendermime/style/index.css

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 410 - 0
examples/notebooks/OutputExamples.ipynb


+ 12 - 0
packages/rendermime/style/index.css

@@ -396,6 +396,8 @@ margin-top = 14, 14, 14, 14, 8, 8
 
 a.jp-InternalAnchorLink {
   visibility: hidden;
+  margin-left: 8px;
+  color: var(--md-blue-800);
 }
 
 h1:hover .jp-InternalAnchorLink,
@@ -406,3 +408,13 @@ h5:hover .jp-InternalAnchorLink,
 h6:hover .jp-InternalAnchorLink {
   visibility: visible;
 }
+
+
+
+/*-----------------------------------------------------------------------------
+| RenderedPDF
+|----------------------------------------------------------------------------*/
+
+.jp-RenderedPDF {
+  font-size: var(--jp-ui-font-size1);
+}

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio