unity-sds / app-pack-generator

Generates an application package from a Jupyter Notebook by parsing its contents metadata. Fork of MAAP app-pack-generator
Other
0 stars 0 forks source link

Update app-pack-gen process to default to Python kernel #25

Open mcduffie opened 4 days ago

mcduffie commented 4 days ago

Godwin/Jay, as part of EMIT workflow development exercise, ran into an issue where they would have to update the process.ipynb to point to ipykernel instead of the project's ISOFIT environment. Image

Consider overwriting the Users' environment in their notebook to specify the correct kernel using -k option: https://papermill.readthedocs.io/en/latest/troubleshooting.html

mcduffie commented 4 days ago

Possible solution use -k option to papermill:

https://papermill.readthedocs.io/en/latest/troubleshooting.html

rtapella commented 4 days ago

I wonder if this works better with a build script at runtime... like this is a papermill solution but how would this work if you just register an algorithm with a python script, or shell script wrapping your program?