Skip to content

Commit

Permalink
Merge pull request #29 from maxfordham:28-bump-to-pydanticv2-updated-…
Browse files Browse the repository at this point in the history
…ipyautoui

28-bump-to-pydanticv2-updated-ipyautoui
  • Loading branch information
jgunstone authored Jan 9, 2024
2 parents c16642e + f239dce commit 6f031da
Show file tree
Hide file tree
Showing 33 changed files with 2,251 additions and 2,013 deletions.
2 changes: 1 addition & 1 deletion .vscode/dev.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PYTHONPATH=/mnt/c/engDev/git_mf/ipyrun:/mnt/c/engDev/git_mf/ipypdt:/mnt/c/engDev/git_mf/mfom
PYTHONPATH=/home/jovyan/ipyrun:/home/jovyan/ipypdt:/home/jovyan/mfom
4 changes: 2 additions & 2 deletions docs/examples/linegraph/linegraph_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
" title=\"\"\"# Plot Straight Lines\\n### example RunApp\"\"\",\n",
")\n",
"if config_batch.fpth_config.is_file():\n",
" config_batch = LineGraphConfigBatch.parse_file(config_batch.fpth_config)\n",
" config_batch = LineGraphConfigBatch(**json.loads(config_batch.fpth_config.read_text()))\n",
"app = BatchApp(config_batch, cls_actions=LineGraphBatchActions)\n",
"display(app)"
]
Expand Down Expand Up @@ -167,4 +167,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Loading

0 comments on commit 6f031da

Please sign in to comment.