Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Sep 27, 2021
1 parent 609aa86 commit 9024db5
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 295 deletions.
206 changes: 206 additions & 0 deletions docs/macrospin/drive-0/macrospin.odt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/table-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"import ubermagtable as ut\n",
"\n",
"# Sample OOMMF .odt file\n",
"dirname = os.path.join('..', '..', 'ubermagtable', 'tests', 'test_sample')\n",
"dirname = os.path.join('..', 'ubermagtable', 'tests', 'test_sample')\n",
"odtfile = os.path.join(dirname, 'oommf-new-file2.odt')\n",
"\n",
"table = ut.Table.fromfile(odtfile)"
Expand Down Expand Up @@ -1166,7 +1166,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1180,7 +1180,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
292 changes: 146 additions & 146 deletions docs/table-interactive-plot.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/table-merge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"import ubermagtable as ut\n",
"\n",
"# Sample .odt file\n",
"dirname = os.path.join('..', '..', 'ubermagtable', 'tests', 'test_sample')\n",
"dirname = os.path.join('..', 'ubermagtable', 'tests', 'test_sample')\n",
"odtfile1 = os.path.join(dirname, 'oommf-old-file1.odt')\n",
"odtfile2 = os.path.join(dirname, 'oommf-old-file2.odt')\n",
"\n",
Expand Down Expand Up @@ -198,7 +198,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -212,7 +212,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
22 changes: 11 additions & 11 deletions docs/table-visualisation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 9024db5

Please sign in to comment.