What does this implement/fix? Explain your changes
This fix updates the string kernel notebook to be compatible with the latest version of Gauche
Change instances of DataLoaderMP to MolPropLoader
Also added a colab link on the notebook for easy opening in Colab (currently linked to the notebook on the main branch)
What testing did you do to verify the changes in this PR?
Ran the notebook after making the change to ensure that the notebook works
Pull Request Checklist
[ ] Added a note about the modification or contribution to the ./CHANGELOG.md file (if applicable)
[ ] Added appropriate unit test functions in the ./gauche/tests/* directories (if applicable)
[x] Modify documentation in the corresponding Jupyter Notebook under ./notebooks/ (if applicable)
[ ] Ran python -m py.test tests/ and make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g., python -m py.test tests/kernels/test_graph_kernels.py)
[ ] Checked for style issues by running black . and isort .
Reference Issues/PRs
What does this implement/fix? Explain your changes
This fix updates the string kernel notebook to be compatible with the latest version of
Gauche
DataLoaderMP
toMolPropLoader
What testing did you do to verify the changes in this PR?
Pull Request Checklist
./CHANGELOG.md
file (if applicable)[ ] Added appropriate unit test functions in the./gauche/tests/*
directories (if applicable)./notebooks/
(if applicable)[ ] Ranpython -m py.test tests/
and make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g.,python -m py.test tests/kernels/test_graph_kernels.py
)black .
andisort .