-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
40 lines (33 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<title>Icepool pages index</title>
<link rel="shortcut icon" type="image/png" href="favicon.png">
</head>
<body>
<h1><img width="32" height="32" src="favicon.png" /> Icepool index</h1>
<ul>
<li><a href="https://github.com/HighDiceRoller/icepool">Icepool Github.</a></li>
<li><a href="./apidoc/latest/icepool.html">API documentation.</a></li>
<li><a href="./notebooks/lab/index.html">JupyterLite distribution.</a>
Contains a collection of example notebooks including dice pool mechanics from published products and academic papers, as well as users across the Web.
</li>
<li><a href="./notebooks/repl/index.html?kernel=python&toolbar=1&code=import%20piplite%0Aawait%20piplite.install(%22icepool%22)%0Aimport%20icepool">JupyterLite REPL.</a></li>
</ul>
<p>
Note that the JupyterLite distribution must be served through <tt>https</tt> and not <tt>file</tt>.
If you are viewing this site from a copy on disk, you can host the JupyterLite distribution on <tt>localhost</tt> using the following:
</p>
<p><pre><code>
cd ./notebooks
pip install jupyterlab_server pkginfo
pip install --pre jupyterlite
jupyter lite serve
</code></pre></p>
<h2>Applications</h2>
<ul>
<li><a href="./apps/ability_scores.html">Ability score rolling method calculator.</a></li>
<li><a href="./apps/cortex_prime.html"><i>Cortex Prime</i> calculator.</a></li>
<li><a href="./apps/legends_of_the_wulin.html"><i>Legends of the Wulin</i> calculator.</a></li>
</ul>
</body>