open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add Jupyter compatibility #41

Closed youngdjn closed 3 weeks ago

youngdjn commented 3 weeks ago

Including ipykernel in the conda env enables this env to be discovered and used as a kernel for Jupyter notebooks. I'm not sure if Jupyter compatibility is enough of a priority to include this extra dependency in the default readme installation instructions. Thoughts?

youngdjn commented 3 weeks ago

Thanks, I included a note to that effect.

russelldj commented 3 weeks ago

Sorry, I know this is late, but it might be worth adding this to the poetry dependencies instead of using conda. That will ensure there aren't any sub-dependency conflicts with the other packages we need. I'll open a PR with an example notebook soon, I can add the alternative way there and we can discuss.