Metadata-Version: 2.4
Name: jupyter-timestamp-filename
Version: 0.2.0
Summary: Jupyter Server extension to add timestamps to untitled notebook filenames
Author: fx_kirin
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: jupyter_server<3,>=2

# jupyter-timestamp-filename

A Jupyter Server extension that adds timestamps to untitled notebook filenames.

## Install

```bash
pip install jupyter-timestamp-filename
jupyter server extension enable --sys-prefix --py jupyter_timestamp_filename
```

## What it does

New untitled notebook:

```text
Untitled_2026-04-16_13-24-55.ipynb
```

Duplicated notebook:

```text
Untitled_2026-04-16_13-24-55-Copy.ipynb
```
