DiODeProject / DiODeProject/MuMoT

Implement model cell bookmarking

Open
#244 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.