Update (reload) mathematica package after changes
问题 I'm trying to find a shortcut to the following loop. When developing a mathematica's package one is implementing changes to the .m file's code and then want to test the changes in another notebook. This is an infinite loop... So, we have a package package.m and a notebook test_package.nb where testing is done. Currently, when ever I change something in the .m file, I then have to: Quit[] Needs["package`"] in the notebook for the changes to become available, so I can test them. It seems like