https://github.com/datafold/databricks-notebook
https://github.com/datafold/databricks-notebook
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datafold/databricks-notebook
- Owner: datafold
- Created: 2025-10-28T13:41:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-13T13:22:00.000Z (7 months ago)
- Last Synced: 2025-11-13T14:24:25.086Z (7 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Databricks Notebook
## Setup
Install dependencies:
```bash
uv sync --extra dev
```
## Running the Notebook
Start Jupyter Notebook:
```bash
uv run jupyter notebook
```
The server will start and provide a URL with an access token to open in your browser.
## Local Development
Create a `.env` file copied from `.env.example` and set `LOCAL_DATABRICKS_NOTEBOOK_PATH` pointing to this repo.
Jupyter notebook will then install using `pip install -e` which allows editing the python code.
The code gets automatically refreshed every time you run a cell.