-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (88 loc) · 4.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<!-- Note: this file is autogenerated by makeindex.py -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Index of jupyter notebooks</title>
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="static/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> -->
<!--
<script src="static/js/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</head>
<body style=" --bs-primary-rgb: #c0c0c0;">
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#notebooks">Notebooks</a>
</li>
</ul>
</div>
</nav>
<main role="main">
<div class="container" vocab="https://schema.org/" prefix="schema: https://schema.org/">
<h2 id="notebooks">Notebooks</h2>
<div class="table-responsive">
<table class="table table-hover table-sm">
<tr>
<th scope="col">Notebook path</th><th scope="col">.ipynb Source</th><th scope="col">nbviewer</th><th scope="col">binderhub</th>
</tr>
<tr typeof="CreativeWork" about="TODO:.%2Fnb%2Fnbmeta-00-01__exploration.ipynb">
<td>
<a href="./nb/nbmeta-00-01__exploration.ipynb" property="url" target="_blank">./nb/nbmeta-00-01__exploration.ipynb</a>
</td>
<td>
[<a href="./nb/nbmeta-00-01__exploration.ipynb" property="sameAs" target="_blank" title="View Jupyter Notebook source">.ipynb</a>]
</td>
<td>
[<a href="https://nbviewer.org/github/westurner/nbmeta/blob/main/nb/nbmeta-00-01__exploration.ipynb" property="sameAs" target="_blank" title="Open with nbviewer">nbviewer</a>]
</td>
<td>
[<a href="https://mybinder.org/v2/gh/westurner/nbmeta/main?labpath=nb%2Fnbmeta-00-01__exploration.ipynb" property="sameAs" target="_blank" title="Open with mybinder.org">mybinder.org</a>]
</td>
</tr>
<tr typeof="CreativeWork" about="TODO:.%2Fnb%2Fnbmeta-00-01__exploration.ipynb.bkp.ipynb">
<td>
<a href="./nb/nbmeta-00-01__exploration.ipynb.bkp.ipynb" property="url" target="_blank">./nb/nbmeta-00-01__exploration.ipynb.bkp.ipynb</a>
</td>
<td>
[<a href="./nb/nbmeta-00-01__exploration.ipynb.bkp.ipynb" property="sameAs" target="_blank" title="View Jupyter Notebook source">.ipynb</a>]
</td>
<td>
[<a href="https://nbviewer.org/github/westurner/nbmeta/blob/main/nb/nbmeta-00-01__exploration.ipynb.bkp.ipynb" property="sameAs" target="_blank" title="Open with nbviewer">nbviewer</a>]
</td>
<td>
[<a href="https://mybinder.org/v2/gh/westurner/nbmeta/main?labpath=nb%2Fnbmeta-00-01__exploration.ipynb.bkp.ipynb" property="sameAs" target="_blank" title="Open with mybinder.org">mybinder.org</a>]
</td>
</tr>
</table>
</div>
<!--
<div class="mt-4 p-5 bg-primary text-white rounded">
<p>Ahoy!</p>
</div>-->
</div>
</main>
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<!--<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Home</a></li>-->
</ul>
<p>
</p>
<p class="text-center text-body-secondary"></p>
</footer>
</div>
</body>
</html>