Skip to content

Julia native engine. Environment caching? #10364

Answered by jkrumbiegel
dmi3kno asked this question in Q&A
Discussion options

You must be logged in to vote

QuartoNotebookRunner only restarts workers forcefully if something fundamental like the exeflags changes, which cannot be adjusted (for example you cannot change the number of threads in a running Julia process). For code changes in dev'ed packages that you're loading in there you're expected to use Revise which is the canonical Julia solution to this problem. I think if Revise is on your load path (usually that means it's installed in your local env or in your global one), it should be loaded automatically. Could be that this is not documented, yet, in this case it should be added.

Here's one of our test files that does this with a local env, but I don't think Revise has to be in a local…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dmi3kno
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cderv
Comment options

Answer selected by dmi3kno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants