DiODeProject / DiODeProject/MuMoT
Implement model cell bookmarking
Open
enhancement
- Dominant language
- Python
- Stars
- 24
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Absolute references to input cells when calling `parseModel()` lead to problems if model cells move due to insertions / deletions; relative references are possible, _e.g._ `In[-2]` to refer to the preceding cell, but is not a general solution as insertions between the model and the relative reference will still cause problems. Ideally a means to bookmark a model cell and then reference it should be investigated, if possible within the Jupyter framework.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.