ipython / ipython/ipynb

Better API ergonomics

Aperta
#44 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
258
Fork
71
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.