Load ipynb contained from a different directory
Ouverte
- Langage dominant
- Jupyter Notebook
- Étoiles
- 258
- Forks
- 71
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Let us suppose my main notebook (main.ipynb) is next to a folder otherpath containing another notebook to be imported (to_be_imported.ipynb).
If I do
`import ipynb.fs.defs.otherpath.to_be_imported`
I get
`ModuleNotFoundError: No module named 'ipynb.fs.defs.otherpath'`
If I move to_be_imported.ipynb in the same folder of the main file, everything works.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.