Better API ergonomics
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 258
- Forks
- 71
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.