Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
{
"MD013": false,
"MD033": false,
"MD034": false
"MD034": false,
"MD041": false
}
EOF
- name: Lint markdown files (markdownlint)
Expand Down
22 changes: 3 additions & 19 deletions FANS_Dashboard/FANS_Dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@
"9. [Summary](#summary)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequisites\n",
"To start using the FANS Dashboard, ensure that the necessary Python packages and modules are installed. The required imports in your Jupyter Notebook should include:\n",
"- `numpy`\n",
"- `h5py`\n",
"- `plotly`\n",
"- `collections`\n",
"- `argparse`\n",
"- `lxml`\n",
"- `re`\n",
"- `nbformat`"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -98,7 +82,7 @@
"outputs": [],
"source": [
"# Example usage\n",
"file_path = '../test/test_results.h5'\n",
"file_path = '../test/output/test_J2Plasticity.h5'\n",
"\n",
"# Extract hierarchy information from the file\n",
"hierarchy = identify_hierarchy(file_path)\n",
Expand Down Expand Up @@ -323,7 +307,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "default",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -337,7 +321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
"version": "3.13.7"
}
},
"nbformat": 4,
Expand Down
Loading