Skip to content

Commit

Permalink
feat(Colab): set up notebook for Colab demo
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
f-aguzzi committed May 10, 2024
1 parent 6069c89 commit 638a67f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ function HomepageHeader() {
Tutorial - 5min ⏱️
</Link>
</div>
<br />
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="https://colab.research.google.com/github/f-aguzzi/tesi/blob/main/src/notebook.ipynb">
Try it on Colab 🔗
</Link>
</div>
</div>
</header>
);
Expand Down
18 changes: 18 additions & 0 deletions src/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@
"\n",
"This simple Jupyter Notebook will exemplify a simple workflow using this library, starting from data fusion and ending with prediction.\n",
"\n",
"## Step zero (Colab only): download the repository\n",
"Skip this step if you're working with Jupyter Notebook locally on your computer. Run it if you're trying this script from the Colab demo."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!git clone https://github.com/f-aguzzi/tesi.git\n",
"%cd tesi/src"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## First step: Low-Level Data Fusion\n",
"- the `LLDF` class is used for data fusion\n",
"- the `LLDF_Settings` class is a helper class for setting up `LLDF`\n",
Expand Down

0 comments on commit 638a67f

Please sign in to comment.