Skip to content

Commit

Permalink
fix notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Sep 2, 2024
1 parent 9425e38 commit 56009c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
"if always_do_pip_installs or google_colab:\n",
" from importlib.util import find_spec as _fs\n",
" if not _fs('NCrystal'):\n",
" %pip -q install ncrystal ipympl numpy matplotlib gemmi spglib\n",
" %pip -q install ncrystal ipympl numpy matplotlib pandas\n",
"#enable inline and interactive matplotlib plots:\n",
"if google_colab:\n",
" google_colab.output.enable_custom_widget_manager()\n",
Expand Down Expand Up @@ -1139,4 +1139,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"source": [
"#always import NCrystal:\n",
"import NCrystal as NC\n",
"assert NC.version_num >= 3009004, \"too old NCrystal found\"\n",
"assert NC.version_num >= 3009006, \"too old NCrystal found\"\n",
"NC.test() #< quick unit test that installation works\n",
"NC.browsePlugins()"
],
Expand Down Expand Up @@ -971,4 +971,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@
"matplotlib.rcParams.update({\"figure.autolayout\": True})\n",
"#always import NCrystal:\n",
"import NCrystal as NC\n",
"assert NC.version_num >= 3009004, \"too old NCrystal found\"\n",
"assert NC.version_num >= 3009006, \"too old NCrystal found\"\n",
"NC.test() #< quick unit test that installation works"
]
},
Expand Down Expand Up @@ -1545,4 +1545,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
"matplotlib.rcParams.update({\"figure.autolayout\": True})\n",
"#always import NCrystal:\n",
"import NCrystal as NC\n",
"assert NC.version_num >= 3009005, \"too old NCrystal found\"\n",
"assert NC.version_num >= 3009006, \"too old NCrystal found\"\n",
"NC.test() #< quick unit test that installation works"
]
},
Expand Down Expand Up @@ -1417,4 +1417,4 @@
"outputs": []
}
]
}
}

0 comments on commit 56009c4

Please sign in to comment.