Skip to content

Commit

Permalink
jupyter deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atomprobe-tc committed May 10, 2024
1 parent 9bbce72 commit 13b392c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 7 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ jsonschema[format-nongpl]==4.21.1
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter==1.0.0
# via ifes-apt-tc-data-modeling
# via
# ifes-apt-tc-data-modeling
# pynxtools-apm (pyproject.toml)
jupyter-client==8.6.1
# via
# ipykernel
Expand Down Expand Up @@ -186,8 +188,11 @@ jupyterlab==4.1.7
# via
# ifes-apt-tc-data-modeling
# notebook
# pynxtools-apm (pyproject.toml)
jupyterlab-h5web==12.1.0
# via ifes-apt-tc-data-modeling
# via
# ifes-apt-tc-data-modeling
# pynxtools-apm (pyproject.toml)
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.1
Expand Down
4 changes: 2 additions & 2 deletions examples/HowToUseTutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"* **apm.oasis.specific.yaml** frequently used metadata that are often the same for many datasets to avoid having to<br>\n",
" type it every time in ELN templates. This file can be considered a configuration file whereby e.g. coordinate system<br>\n",
" conventions can be injected or details about the atom probe instrument communicated if that is part of frequently used<br>\n",
" lab equipment. The benefit of such an approach is that eventual all relevant metadata to an instrument can be read from\n",
" lab equipment. The benefit of such an approach is that eventual all relevant metadata to an instrument can be read from<br>\n",
" this configuration file via guiding the user e.g. through the ELN with an option to select the instrument.<br>\n",
"* **reconstructed ion positions** in community, technology partner format with<br>\n",
" the ion positions and mass-to-charge state ratio values for the tomographic reconstruction.<br>\n",
Expand Down Expand Up @@ -238,7 +238,7 @@
"metadata": {},
"source": [
"### Contact person for pynxtools-apm and related examples in FAIRmat:\n",
"Dr.-Ing. Markus Kühbach, 2024/04/18<br>\n",
"Dr.-Ing. Markus Kühbach, 2024/05/10<br>\n",
"\n",
"### Funding\n",
"<a href=\"https://www.fairmat-nfdi.eu/fairmat\">FAIRmat</a> is a consortium on research data management which is part of the German NFDI.<br>\n",
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ dev = [
"pytest",
"types-pyyaml",
"pip-tools",
"jupyter",
"jupyterlab",
"jupyterlab-h5web"
]

[project.entry-points."pynxtools.reader"]
Expand Down

0 comments on commit 13b392c

Please sign in to comment.