ipython / ipython/ipynb

Better API ergonomics

Đang mở
#44 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Jupyter Notebook
Star
258
Fork
71
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.