ipython / ipython/ipynb

Better API ergonomics

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.