This pull request address issue #2. It enables persistence of mothurs current variables (including directories) across execution of different notebook cells. It can also allow persistence across notebooks sessions by saving variables to file. I have set saving to file as False by default for now.
I have also made changes to the example notebook in the repo to reflect the new functionality (the install line will need to be updated to match the master repo if this pull request is accepted).
This pull request address issue #2. It enables persistence of mothurs current variables (including directories) across execution of different notebook cells. It can also allow persistence across notebooks sessions by saving variables to file. I have set saving to file as False by default for now.
I have also made changes to the example notebook in the repo to reflect the new functionality (the install line will need to be updated to match the master repo if this pull request is accepted).