fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Create a sandbox environment for experimentation #63

Closed leouieda closed 3 years ago

leouieda commented 3 years ago

Set up a nox session that just installs all dependencies plus some extras (jupyter et al) in a conda environment. It can activated with conda activate .nox/sandbox and should serve to run individual scripts, prototype new features in jupyter, etc.

Reminders:

leouieda commented 3 years ago

I changed it to sandbox-boule so that all commands start with sandbox. The one thing is that the environment name is tied to the nox session name. So you have to run nox -s sandbox-boule. But it's not a huge problem, I guess.