I have a very long .nb file. I want to subdivide the different sections into separate nb files, then call them in a common nb file and run them all. How do I achieve this?
I tried Import["path/filename.nb"]
But some of the component files seem to be unevaluated. Any idea where things may go wrong?