Skip to content

Commit

Permalink
Merge pull request #201 from 0Hughman0/binder
Browse files Browse the repository at this point in the history
binder improvements
  • Loading branch information
0Hughman0 authored Nov 1, 2024
2 parents f5704c3 + 7e36c3a commit 66b0ab2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
5 changes: 3 additions & 2 deletions binder/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -33,7 +33,6 @@
"from cas_project import project\n",
"from cassini import Project\n",
"\n",
"Project\n",
"print(project.project_folder)\n",
"print(project.hierarchy)"
]
Expand Down Expand Up @@ -342,6 +341,8 @@
"\n",
"**Scroll to the Meta section**\n",
"\n",
"Here you can attach meta-data to your tier.\n",
"\n",
"Additional metadata can be added by clicking the add button in the meta section. \n",
"\n",
"![newChildIcon](images/newChildIcon.PNG)\n",
Expand Down
28 changes: 28 additions & 0 deletions binder/WorkPackages/WP1/WP1.1/WP1.1a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,34 @@
"smpl.gui.header()"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"pycharm": {
"name": "#%%\n"
}
},
"outputs": [
{
"data": {
"application/cassini.header+json": {}
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from PIL import Image\n",
"\n",
"from cas_project import project\n",
"\n",
"smpl = project.env('WP1.1a')\n",
"smpl.gui.header()"
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down
Empty file added binder/WorkPackages/WP2/keepme
Empty file.

0 comments on commit 66b0ab2

Please sign in to comment.