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

Better API ergonomics #44

Open
abetkin opened this issue Jan 24, 2019 · 0 comments
Open

Better API ergonomics #44

abetkin opened this issue Jan 24, 2019 · 0 comments

Comments

@abetkin
Copy link

abetkin commented Jan 24, 2019

How about

with ipynb.importer(full=True): # or defs=True
  import my_notebook

For example, it would allow to specify options like

with ipynb.importer(ignore_errors=True):
  import my_notebook

Also, we may add the ability to write

import ipynb.finder
import nb1
import nb2

I can make a PR if it's ok

@abetkin abetkin changed the title Better API proposal Better API ergonomics Jan 24, 2019
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

1 participant