[nbdev] How do I change the name of the pypi package if the name of my project is already taken on pypi?

Mmmm, you can always replace the line name = cfg['lib_name'] in your setup.py.

1 Like