If you are new to using nbdev here are some useful pointers to get you started.
Install CosmicSelection in Development mode
# make sure CosmicSelection package is installed in development mode$ pip install -e .# make changes under nbs/ directory# ...# compile to have changes apply to CosmicSelection$ nbdev_prepare
Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.