Sha256: fa3a5b507abec7ad2bfc6e0729d1d258cc6cb91d52aefcdb4b7a34a62632ca9d

Contents?: true

Size: 1.85 KB

Versions: 8

Compression:

Stored size: 1.85 KB

Contents

<!DOCTYPE html>
<html>

  <head>
    <meta charset="utf-8" />
    <!-- CSS sources -->
    <!-- IPython styles -->
    <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/style.min.css">
    <!-- Highlighter styles -->
    <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
    <!-- Overrides of notebook CSS for static HTML export -->
    <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
    <!-- nbInteract styles -->
    <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">

    <!-- JS sources -->
    <!-- Loads nbinteract package -->
    <!-- script src="https://unpkg.com/nbinteract-core" async></script -->
    <script src="/assets/themes/j1/modules/ipython/js/nbinteract-core.min.js"></script>
    <!-- Require v2.3.6 -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
    <!-- iFrame Resizer Client -->
    <script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js" async></script>
    <!-- Plot.ly v1.54.0 -->
    <script src="/assets/themes/j1/modules/ipython/js/plotly.js" async></script>

    <!-- Initialize nbinteract package -->
    <script>
      (function setupNbinteract() {
        // If NbInteract hasn't loaded, wait one second and try again
        if (window.NbInteract === undefined) {
          setTimeout(setupNbinteract, 1000)
          return
        }
        var interact = new window.NbInteract({
          spec: 'jekyll-one/jupyter_notebooks/master',
          baseUrl: 'https://mybinder.org',
          provider: 'gh'
        })
        interact.prepare()
        window.interact = interact
      })()
    </script>
  </head>

  <body>
    <!-- nb_partial_code -->
  </body>

</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
j1-template-2020.0.21 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.20 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.19 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.18 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.17 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.16 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.15 assets/data/jupyter/notebooks/html/template.html
j1-template-2020.0.14 assets/data/jupyter/notebooks/html/template.html