-
Notifications
You must be signed in to change notification settings - Fork 4
Description
There are some notebooks in this repo which gets published to docs.
Those docs has links to open the notebooks on colab.
They may not work if opened in colab, with additional setup, files, etc.
We might need some more code cells on the lines of:
- wget some resources.
- pip install some extra packages
- update as per the newer versions of API.
When opened in colab, a user who has an instance of db should be able to run through the notebook.
The list of the notebooks are as follows:
https://github.com/aperture-data/aperturedb-python/blob/develop/examples/similarity_search/similarity_search.ipynb
https://github.com/aperture-data/aperturedb-python/blob/develop/examples/loaders_101/loaders.ipynb
https://github.com/aperture-data/aperturedb-python/blob/develop/examples/loading_with_models/models.ipynb
https://github.com/aperture-data/aperturedb-python/blob/develop/examples/image_classification/pytorch_classification.ipynb
Also, the other notebooks / snippets which we do publish on docs should be tested.