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

Add support for local kernel execution #839

Closed
agoose77 opened this issue Jan 11, 2024 · 1 comment
Closed

Add support for local kernel execution #839

agoose77 opened this issue Jan 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@agoose77
Copy link
Contributor

Proposal

Right now, myst has no built-time execution support (e.g. to generate figures). We are in a strong position to implement cache-aware builds, and I don't think it will be too much work given the fact that we're just re-using the Jupyter APIs.

c.f. #330

Additional notes

  • We may want a myst execute command to avoid building any render targets. Maybe just myst build?
  • Add support for annotating documents as "un-cacheable" e.g. things that depend upon random inputs.
  • Multiple cache backends? In future, could perhaps centralise a cache among users for e.g. a JupyterHub deployment that controls the execution environment
@agoose77 agoose77 added the enhancement New feature or request label Jan 11, 2024
@agoose77
Copy link
Contributor Author

This is closed by #873

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

Successfully merging a pull request may close this issue.

1 participant