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

Use managed temp dir for JUPYTER_DATA_DIR #43

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Use managed temp dir for JUPYTER_DATA_DIR #43

merged 1 commit into from
Nov 5, 2024

Conversation

manzt
Copy link
Owner

@manzt manzt commented Nov 2, 2024

Fixes #42

Prefers using a user data dir over $TMPDIR, which could be on a different device. I suppose we could still use symbolic links instead of hard links (or copy files if we can't hardlink) but this should be most performant.

@manzt manzt merged commit 88a48aa into main Nov 5, 2024
13 checks passed
@manzt manzt deleted the manzt/tmpdir branch November 5, 2024 18:48
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

Successfully merging this pull request may close these issues.

juv run fails when $TMPDIR is on a different device than the notebook
1 participant