Updated to cleared jupyter notebooks

This commit is contained in:
2025-01-14 14:46:43 +01:00
parent 4f85ca1ad6
commit dd3ebcfe6d
3 changed files with 29 additions and 3957 deletions

View File

@ -20,8 +20,8 @@
"try:\n", "try:\n",
" import src.hdf5_writer as hdf5_writer\n", " import src.hdf5_writer as hdf5_writer\n",
" import src.hdf5_ops as hdf5_ops\n", " import src.hdf5_ops as hdf5_ops\n",
" import src.hdf5_vis as h5vis\n", " import visualization.hdf5_vis as h5vis\n",
" import src.napp_plotlib as napp\n", " import visualization.napp_plotlib as napp\n",
"\n", "\n",
" import utils.g5505_utils as utils\n", " import utils.g5505_utils as utils\n",
" #import pipelines.metadata_revision as metadata_revision\n", " #import pipelines.metadata_revision as metadata_revision\n",
@ -129,7 +129,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "multiphase_chemistry_env",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -143,7 +143,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.10" "version": "3.11.9"
} }
}, },
"nbformat": 4, "nbformat": 4,

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long