Skip to content

Commit

Permalink
start jupyter notebook experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmclean committed Jun 19, 2024
1 parent f157356 commit e560822
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ parts:
- caption: How It Works
chapters:
- file: ./how_it_works/10-StatsRefresher.md
- file: ./how_it_works/11-TestStats.ipynb
- file: ./how_it_works/glossary.md
Binary file modified exports/TripoliManual.pdf
Binary file not shown.
65 changes: 65 additions & 0 deletions how_it_works/11-TestStats.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"title: Trial Jupyter Notebook\n",
"subject: How It Works\n",
"subtitle: \n",
"short_title: \n",
"authors:\n",
" - name: Noah McLean\n",
" affiliation:\n",
" - University of Kansas\n",
" orcid: 0000-0003-0388-1862\n",
" email: [email protected]\n",
"date: May 15, 2024\n",
"license: CC-BY-4.0\n",
"---"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"ename": "",
"evalue": "",
"output_type": "error",
"traceback": [
"\u001b[1;31mRunning cells with 'Python 3.12.3' requires the ipykernel package.\n",
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
"\u001b[1;31mCommand: '/usr/local/bin/python3 -m pip install ipykernel -U --user --force-reinstall'"
]
}
],
"source": [
"import numpy as np\n",
"\n",
"random_number = np.random.randint(0, 10)\n",
"print(random_number)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit e560822

Please sign in to comment.