Skip to content

Better API ergonomics #44

Open
Open
@abetkin

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions