Better API ergonomics
Open
- Dominant language
- Jupyter Notebook
- Stars
- 258
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
How about
```python
with ipynb.importer(full=True): # or defs=True
import my_notebook
```
For example, it would allow to specify options like
```python
with ipynb.importer(ignore_errors=True):
import my_notebook
```
Also, we may add the ability to write
```python
import ipynb.finder
import nb1
import nb2
```
I can make a PR if it's ok
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.