Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make work with Revise.jl ? #13

Open
oxinabox opened this issue Oct 5, 2018 · 1 comment
Open

Make work with Revise.jl ? #13

oxinabox opened this issue Oct 5, 2018 · 1 comment

Comments

@oxinabox
Copy link

oxinabox commented Oct 5, 2018

I think it is viable to make this work with Revise.jl,
so editting another notebook causes it to reinclude it.

I would require writing
a custom function to do the tracking,
based on applying
https://github.com/timholy/Revise.jl/blob/dd6e970a23e0b998883f814742723bf53b88f57f/src/Revise.jl#L505-L516

just to the code cells.
but that wouldn't be too hard.

@stevengj
Copy link
Collaborator

stevengj commented Oct 1, 2021

It might be possible to do this by defining a new subtype of AbstractString to denote the path of a notebook file, at which point we can overload Revise.includet, Revise.parse_source, etcetera as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants