tnc-br / ddf-isoscapes

4 stars 0 forks source link

Make it possible for hosted runtime to import helper functions #48

Closed jmogarrio closed 1 year ago

jmogarrio commented 1 year ago

The heavy-duty way to do this would be to actually release functions in some public package, but pip can also install packages directly from GitHub, so that's one possible alternative.

Currently we're using a %%writefile line magic hack to write the local modules from within the Colab, which makes the hosted runtime and local runtimes run identically (except for the line magic).

benwulfe commented 1 year ago

Sprint 5

benwulfe commented 1 year ago

this is working with the ddfcommon support. the xgboost folder needs to be cleaned up, but that is covered by the higher level tracking bug.