Jupyter Notebooks
Overview¶
Jupyter Notebooks are an execution environment for Julia, Python and R code (hence, Ju-Py-te-R) in technical computing domains, but are especially popular with data scientists working on machine learning models. Jupyter blends the ability to present explanatory text and imagery with interactive code blocks. Jupyter notebooks can run on your own computer, or via a hoted service like Google Colab.
Get Started¶
Note: for notebooks specific to Vector Search functionalities, please head over to the dedicated Vector Demos page.
Overview | Prerequisites | Links |
---|---|---|
Astra can be a little tricky to get started with when working inside a Jupyter notebook. This sample notebook shows how to connect to Astra, create a new database, download the secure connect bundle, and load and index data into tables. Finally, just because it's a notebook, we'll train a model and plot the test error from the sample dataset. |
|
Or, download the notebook. |
Learn about Kaskada from this (non-runnable) notebook that provides an overview of using the Kaskada language to perform feature engineering for a popular Kaggle data set. | None | Or, download the notebook. |
Last update:
2023-10-13