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

Clean up plot dir handling #216

Merged
merged 1 commit into from
Jan 24, 2022
Merged

Clean up plot dir handling #216

merged 1 commit into from
Jan 24, 2022

Conversation

blink1073
Copy link
Owner

@blink1073 blink1073 commented Jan 24, 2022

Fixes #214

We were previously creating a temp directory for plots in the Octave magic using TemporaryDirectory, which doesn't work in all configurations (some Windows setups and hosted platforms like Colab).

We now allow the user to specify the temporary directory in the magic.

@blink1073 blink1073 added the bug label Jan 24, 2022
@blink1073 blink1073 merged commit 793fb0f into main Jan 24, 2022
@blink1073 blink1073 deleted the fix-plot-dir-handling branch January 24, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

%%octave magic cells not working in oct2py 5.4.2
1 participant