MCPcopy Index your code
hub / github.com/feast-dev/feast / _notebook

Function _notebook

sdk/python/feast/demos.py:140–152  ·  view source on GitHub ↗
(cells: list[dict[str, Any]])

Source from the content-addressed store, hash-verified

138
139
140def _notebook(cells: list[dict[str, Any]]) -> dict[str, Any]:
141 return {
142 "nbformat": 4,
143 "nbformat_minor": 5,
144 "metadata": {
145 "kernelspec": {
146 "display_name": "Python 3",
147 "language": "python",
148 "name": "python3",
149 },
150 },
151 "cells": cells,
152 }
153
154
155# ---------------------------------------------------------------------------

Callers 3

_nb_overviewFunction · 0.85
_nb_historicalFunction · 0.85
_nb_onlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected