Skip to content

Commit 1ffb6cb

Browse files
committed
add openmm import; allow 3.10 (not 3.11) in nb4
1 parent 0eeb007 commit 1ffb6cb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

2_tps_analysis_tutorial.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"import openpathsampling.visualize as ops_vis\n",
4343
"from IPython.display import SVG\n",
4444
"\n",
45-
"import nglview as nv"
45+
"import nglview as nv\n",
46+
"import openmm"
4647
]
4748
},
4849
{

4_mstis_sampling_tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
" filename = \"./inputs/mstis_bootstrap_py2.nc\"\n",
223223
"elif (3, 6) <= sys.version_info < (3, 8):\n",
224224
" filename = \"./inputs/mstis_bootstrap_py3.nc\"\n",
225-
"elif (3, 8) <= sys.version_info < (3, 10):\n",
225+
"elif (3, 8) <= sys.version_info < (3, 11):\n",
226226
" filename = \"./inputs/mstis_bootstrap_py38.nc\"\n",
227227
"else:\n",
228228
" raise RuntimeError(\n",
@@ -599,7 +599,7 @@
599599
"metadata": {
600600
"anaconda-cloud": {},
601601
"kernelspec": {
602-
"display_name": "Python 3",
602+
"display_name": "Python 3 (ipykernel)",
603603
"language": "python",
604604
"name": "python3"
605605
},
@@ -613,7 +613,7 @@
613613
"name": "python",
614614
"nbconvert_exporter": "python",
615615
"pygments_lexer": "ipython3",
616-
"version": "3.8.10"
616+
"version": "3.9.13"
617617
},
618618
"toc": {
619619
"base_numbering": 1,

0 commit comments

Comments
 (0)