Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
inkenbrandt committed Dec 16, 2016
1 parent 0e88e37 commit de31dc5
Show file tree
Hide file tree
Showing 48 changed files with 507,518 additions and 1,612 deletions.
326 changes: 260 additions & 66 deletions .ipynb_checkpoints/Form Letter-checkpoint.ipynb

Large diffs are not rendered by default.

955 changes: 955 additions & 0 deletions .ipynb_checkpoints/Monte Carlo Spring Area-checkpoint.ipynb

Large diffs are not rendered by default.

52 changes: 36 additions & 16 deletions .ipynb_checkpoints/TOC Install-checkpoint.ipynb
Expand Up @@ -34,13 +34,33 @@
"metadata": {
"collapsed": false
},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (tikzmagic.py, line 5)",
"output_type": "error",
"traceback": [
"\u001b[1;36m File \u001b[1;32m\"C:\\WinPython-64bit-2.7.10.3\\settings\\.ipython\\extensions\\tikzmagic.py\"\u001b[1;36m, line \u001b[1;32m5\u001b[0m\n\u001b[1;33m <!DOCTYPE html>\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m invalid syntax\n"
]
}
],
"source": [
"%load_ext tikzmagic"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"downloading https://raw.githubusercontent.com/ipython-contrib/IPython-notebook-extensions/master/nbextensions/config/main.js to c:\\users\\brooke\\appdata\\local\\temp\\tmpnlbag3\\main.js\n",
"copying c:\\users\\brooke\\appdata\\local\\temp\\tmpnlbag3\\main.js -> C:\\WinPython-64bit-2.7.10.3\\settings\\nbextensions\\main.js\n"
"downloading https://raw.githubusercontent.com/ipython-contrib/IPython-notebook-extensions/master/nbextensions/config/main.js to c:\\users\\brooke\\appdata\\local\\temp\\tmpnko1yo\\main.js\n",
"copying c:\\users\\brooke\\appdata\\local\\temp\\tmpnko1yo\\main.js -> C:\\WinPython-64bit-2.7.10.3\\settings\\nbextensions\\main.js\n"
]
}
],
Expand All @@ -51,7 +71,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {
"collapsed": false
},
Expand All @@ -76,18 +96,18 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"{'load_extensions': {'config': True}}"
"{u'load_extensions': {u'config': True}}"
]
},
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -128,7 +148,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"metadata": {
"collapsed": false
},
Expand All @@ -150,7 +170,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 5,
"metadata": {
"collapsed": false
},
Expand All @@ -159,12 +179,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Writing C:/Users/Brooke/.ipython/nbextensions/toc.css\n"
"Writing C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/toc.css\n"
]
}
],
"source": [
"%%file C:/Users/Brooke/.ipython/nbextensions/toc.css\n",
"%%file C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/toc.css\n",
" \n",
"/*extracted from https://gist.github.com/magican/5574556*/\n",
"#toc {\n",
Expand Down Expand Up @@ -217,7 +237,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 6,
"metadata": {
"collapsed": false
},
Expand All @@ -226,12 +246,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Writing C:/Users/Brooke/.ipython/nbextensions/toc.js\n"
"Writing C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/toc.js\n"
]
}
],
"source": [
"%%file C:/Users/Brooke/.ipython/nbextensions/toc.js\n",
"%%file C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/toc.js\n",
"define([\"require\"], function (require) {\n",
" \"use strict\";\n",
" \n",
Expand Down Expand Up @@ -385,7 +405,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 7,
"metadata": {
"collapsed": false
},
Expand All @@ -394,12 +414,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Writing C:/Users/Brooke/.ipython/nbextensions/custom.js\n"
"Writing C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/custom.js\n"
]
}
],
"source": [
"%%file C:/Users/Brooke/.ipython/nbextensions/custom.js \n",
"%%file C:/WinPython-64bit-2.7.10.3/settings/.ipython/nbextensions/custom.js \n",
" \n",
"require([\"/nbextensions/toc.js\"], function (toc) {\n",
"console.log('Table of Contents extension loaded');\n",
Expand Down

0 comments on commit de31dc5

Please sign in to comment.