1
1
Fork
You've already forked python-openrefine-book
0
A self-paced learning resource for using Python as an OpenRefine expression language
  • TeX 66.7%
  • Nix 32.4%
  • Just 0.9%
2025年02月23日 15:30:23 +00:00
content upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
.gitignore Switch to jupyter-book 2025年02月03日 14:30:03 +00:00
.hgignore upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
.python-version Switch to jupyter-book 2025年02月03日 14:30:03 +00:00
CONDUCT.md Switch to jupyter-book 2025年02月03日 14:30:03 +00:00
CONTRIBUTING.md Switch to jupyter-book 2025年02月03日 14:30:03 +00:00
flake.lock flake: get working uv2nix environment 2025年02月23日 15:13:42 +00:00
flake.nix upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
justfile upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
LICENSE Switch to jupyter-book 2025年02月03日 14:30:03 +00:00
myst.yml upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
netlify.toml add Python dependencies for netlify 2025年02月03日 21:31:48 +00:00
pyproject.toml upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00
README.md update README.md 2025年02月03日 21:29:39 +00:00
uv.lock upgrade to JupyterBook 2.0.0a2 2025年02月23日 15:30:23 +00:00

Using Python with OpenRefine

A self-led learning resources to help you use Python with OpenRefine.

Usage

Building the book

If you'd like to develop and/or build the Using Python with OpenRefine book, you should:

  1. Clone this repository
  2. Run pip install -r requirements.txt (it is recommended you do this within a virtual environment)
  3. (Optional) Edit the books source files located in the src/ directory
  4. Run jupyter-book clean src/ to remove any existing builds
  5. Run jupyter-book build src/

A fully-rendered HTML version of the book will be built in src/_build/html/.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.