man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Notebooks executed not from original path and context #186

Open andreytaboola opened 5 days ago

andreytaboola commented 5 days ago

Hi, While executed notebooks are copied and executed from templates path, they don't have same context like local imports of python files from that same directory and unable to read files which paths are relative. Please allow templates execution from original path to preserve same functionality as original notebooks This may require hiding executed templates from exposing via webapp , because original path obviously monitored by the app