Skip to main content

Notebooks

It's pretty easy to access ApertureDB via notebooks after installing and setting up Python SDK as explained here.

Specific Flavors of Notebooks

Instead of entering your connection details every time you restart your kernel, you can setup colab secrets corresponding to ApertureDB as a one time activity. The easiest way to do that in Google Colab is to set the APERTUREDB_JSON secret. After you have done this once, any calls to CommonLibrary.create_connector() should work seamlessly.