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

Have the notebooks on a rolling run #3

Open
theogf opened this issue Mar 31, 2022 · 2 comments
Open

Have the notebooks on a rolling run #3

theogf opened this issue Mar 31, 2022 · 2 comments

Comments

@theogf
Copy link
Member

theogf commented Mar 31, 2022

Instead of creating and destructing Julia sessions every time we could keep them open and just rerun the script without recompiling everything.
This could be achieved with https://github.com/c42f/RemoteREPL.jl

@st--
Copy link
Member

st-- commented Mar 31, 2022

Hm, I think it's nice to have each notebook in a different session. They might use different package versions, for example, no?

@theogf
Copy link
Member Author

theogf commented Mar 31, 2022

Yes this would not change the current behavior. The idea is instead of opening and closing a session for each example, we keep each session open. When working locally, this would allow to rerun examples with low-latency.

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