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 optional global configuration #8

Open
bjuergens opened this issue Jan 29, 2018 · 1 comment
Open

add optional global configuration #8

bjuergens opened this issue Jan 29, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@bjuergens
Copy link
Collaborator

some thing that should be configurable:

  • location of cache (usecase: each notebook/kernel should have it's own folder)
  • hashing-algorithm (usecase: automatically add datum? use sha instead of plaintext)

How the configuration should work

  • via global variables (maybe look at other magics first for best practices?)
import cache_magic
cache_magic.config["location"] = ".cache_magic_" + notebook_name
cache_magic.config["hash"] = hashlib.sha
@bjuergens bjuergens added the enhancement New feature or request label Jan 29, 2018
@bjuergens
Copy link
Collaborator Author

verbosity sollte konfigurierbarsein

@bjuergens bjuergens modified the milestones: 1.0, 1.1 Aug 8, 2018
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