Include gitignored file

This commit is contained in:
Pieter Noordhuis 2025-01-15 13:25:20 +01:00
parent 885e73a880
commit addfc7d59a
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
1 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,61 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {
"byteLimit": 2048000,
"rowLimit": 10000
},
"inputWidgets": {},
"nuid": "<UUID>",
"showTitle": false,
"title": ""
}
},
"outputs": [],
"source": [
"import sys\n",
"\n",
"sys.path.append(\"../src\")\n",
"from my_default_python import main\n",
"\n",
"main.get_taxis(spark).show(10)"
]
}
],
"metadata": {
"application/vnd.databricks.v1+notebook": {
"dashboards": [],
"language": "python",
"notebookMetadata": {
"pythonIndentUnit": 2
},
"notebookName": "ipynb-notebook",
"widgets": {}
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.4"
}
},
"nbformat": 4,
"nbformat_minor": 0
}