Skip to content

Commit ac221c9

Browse files
authored
Merge pull request #68 from BrainAnnex/dev
2nd round of final wrap-up for Beta37
2 parents 6106b93 + 7bfe17d commit ac221c9

File tree

9 files changed

+61
-8
lines changed

9 files changed

+61
-8
lines changed

experiments/reactions_single_compartment/react_1.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"LIFE123_VERSION = \"1.0.0.beta.37\" # Version this experiment is based on"
2323
]
2424
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"id": "b5b8a8b0-d417-4432-b6a8-c196af57b105",
29+
"metadata": {},
30+
"outputs": [],
31+
"source": [
32+
"#import set_path # Using MyBinder? Uncomment this before running the next cell!"
33+
]
34+
},
2535
{
2636
"cell_type": "code",
2737
"execution_count": 2,
@@ -33,7 +43,7 @@
3343
"source": [
3444
"#import sys\n",
3545
"#sys.path.append(\"C:/some_path/my_env_or_install\") # CHANGE to the folder containing your venv or libraries installation!\n",
36-
"# NOTE: If any of the imports below can't find a module, uncomment the lines above\n",
46+
"# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path\n",
3747
"\n",
3848
"import life123"
3949
]

experiments/reactions_single_compartment/react_1.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@
2222
LAST_REVISED = "July 24, 2024"
2323
LIFE123_VERSION = "1.0.0.beta.37" # Version this experiment is based on
2424

25+
# %%
26+
#import set_path # Using MyBinder? Uncomment this before running the next cell!
27+
2528
# %% tags=[]
2629
#import sys
2730
#sys.path.append("C:/some_path/my_env_or_install") # CHANGE to the folder containing your venv or libraries installation!
28-
# NOTE: If any of the imports below can't find a module, uncomment the lines above
31+
# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path
2932

3033
import life123
3134

experiments/reactions_single_compartment/react_2_a.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
"LIFE123_VERSION = \"1.0.0.beta.37\" # Version this experiment is based on"
2929
]
3030
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": null,
34+
"id": "6b948942-a836-4881-a343-246c83cd5503",
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"#import set_path # Using MyBinder? Uncomment this before running the next cell!"
39+
]
40+
},
3141
{
3242
"cell_type": "code",
3343
"execution_count": 2,
@@ -39,7 +49,7 @@
3949
"source": [
4050
"#import sys\n",
4151
"#sys.path.append(\"C:/some_path/my_env_or_install\") # CHANGE to the folder containing your venv or libraries installation!\n",
42-
"# NOTE: If any of the imports below can't find a module, uncomment the lines above\n",
52+
"# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path\n",
4353
"\n",
4454
"import numpy as np\n",
4555
"import ipynbname\n",

experiments/reactions_single_compartment/react_2_a.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
LAST_REVISED = "July 24, 2024"
2929
LIFE123_VERSION = "1.0.0.beta.37" # Version this experiment is based on
3030

31+
# %%
32+
#import set_path # Using MyBinder? Uncomment this before running the next cell!
33+
3134
# %% tags=[]
3235
#import sys
3336
#sys.path.append("C:/some_path/my_env_or_install") # CHANGE to the folder containing your venv or libraries installation!
34-
# NOTE: If any of the imports below can't find a module, uncomment the lines above
37+
# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path
3538

3639
import numpy as np
3740
import ipynbname

experiments/reactions_single_compartment/react_2_b.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"LIFE123_VERSION = \"1.0.0.beta.37\" # Version this experiment is based on"
2626
]
2727
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": null,
31+
"id": "1e0ae9a9-9d0c-4edf-a5f2-1c589419e6cf",
32+
"metadata": {},
33+
"outputs": [],
34+
"source": [
35+
"#import set_path # Using MyBinder? Uncomment this before running the next cell!"
36+
]
37+
},
2838
{
2939
"cell_type": "code",
3040
"execution_count": 2,
@@ -36,7 +46,7 @@
3646
"source": [
3747
"#import sys\n",
3848
"#sys.path.append(\"C:/some_path/my_env_or_install\") # CHANGE to the folder containing your venv or libraries installation!\n",
39-
"# NOTE: If any of the imports below can't find a module, uncomment the lines above \n",
49+
"# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path \n",
4050
"\n",
4151
"import ipynbname\n",
4252
"\n",

experiments/reactions_single_compartment/react_2_b.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
LAST_REVISED = "July 24, 2024"
2626
LIFE123_VERSION = "1.0.0.beta.37" # Version this experiment is based on
2727

28+
# %%
29+
#import set_path # Using MyBinder? Uncomment this before running the next cell!
30+
2831
# %% tags=[]
2932
#import sys
3033
#sys.path.append("C:/some_path/my_env_or_install") # CHANGE to the folder containing your venv or libraries installation!
31-
# NOTE: If any of the imports below can't find a module, uncomment the lines above
34+
# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path
3235

3336
import ipynbname
3437

experiments/reactions_single_compartment/react_2_c.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
"LIFE123_VERSION = \"1.0.0.beta.37\" # Version this experiment is based on"
2929
]
3030
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": null,
34+
"id": "bfc75f60-dd56-413b-a1e0-77e69953f0ed",
35+
"metadata": {},
36+
"outputs": [],
37+
"source": [
38+
"#import set_path # Using MyBinder? Uncomment this before running the next cell!"
39+
]
40+
},
3141
{
3242
"cell_type": "code",
3343
"execution_count": 2,
@@ -39,7 +49,7 @@
3949
"source": [
4050
"#import sys\n",
4151
"#sys.path.append(\"C:/some_path/my_env_or_install\") # CHANGE to the folder containing your venv or libraries installation!\n",
42-
"# NOTE: If any of the imports below can't find a module, uncomment the lines above \n",
52+
"# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path \n",
4353
"\n",
4454
"from life123 import check_version, ChemData, UniformCompartment\n",
4555
"\n",

experiments/reactions_single_compartment/react_2_c.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@
2828
LAST_REVISED = "July 24, 2024"
2929
LIFE123_VERSION = "1.0.0.beta.37" # Version this experiment is based on
3030

31+
# %%
32+
#import set_path # Using MyBinder? Uncomment this before running the next cell!
33+
3134
# %% tags=[]
3235
#import sys
3336
#sys.path.append("C:/some_path/my_env_or_install") # CHANGE to the folder containing your venv or libraries installation!
34-
# NOTE: If any of the imports below can't find a module, uncomment the lines above
37+
# NOTE: If any of the imports below can't find a module, uncomment the lines above, or try: import set_path
3538

3639
from life123 import check_version, ChemData, UniformCompartment
3740

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
jsonschema==4.17.3
12
jupyterlab==3.4.8
23
jupytext==1.14.1
34

0 commit comments

Comments
 (0)