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

Implement a function to save the result in a file instead of displaying it in the notebook #1

Open
mznmel opened this issue Jan 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mznmel
Copy link
Owner

mznmel commented Jan 4, 2019

One suggested way to implement this feature is to add a new function named saveSora which takes the same set of arguments as sora, plus the file path:

from sora import saveSora
saveSora('./image.jpg', x)

the main sora function should be restructured such that both sora and ``saveSora` use internally the same functions, but with different rendering methods.

@mznmel mznmel added the enhancement New feature or request label Jan 4, 2019
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

No branches or pull requests

1 participant