How to import the ipynb file that is in a different folder
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 258
- Forks
- 71
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Assuming there is a function files I want to import: `project/helper_fun.ipynb`
My current working ipynb file is: `project/branch/work.py`
when I write `from ipynb.fs.defs.helper_fun import fun1` in my`work.p`, it says`there is no module called helper_fun`
So my question is how to import the ipynb functions that are in a different folder.
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.