template
template copied to clipboard
🎩 Project Template
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.40.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.4.4)
Bumps [docutils](https://docutils.sourceforge.io) from 0.17.1 to 0.21.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Per previous issue https://github.com/worldbank/template/issues/6 and [recent discussion](https://github.com/orgs/worldbank/discussions/4), it is not clear if the current licensing is appropriate.
Hi @KPGeo we discussed this some time ago, leaving this here as a suggested todo. @g4brielvs I assume you are the master and commander of this project, tagging you in...
I propose to expand the existing [`datalab` example Python package](https://worldbank.github.io/template/notebooks/world-bank-package.html) to include a fully working release flow, automating the publication to [PyPI](https://pypi.org/) using GitHub Actions (see https://github.com/pypa/gh-action-pypi-publish). It might be...
Hi @g4brielvs, I've several interactive visualizations (in HTML) that other people produced. I only have the products and several paragraphs to display. So, I would like to know the best...
The [template](https://worldbank.github.io/template/README.html) depends on [GitHub Actions](https://github.com/features/actions). However, the [World Bank](https://github.com/worldbank) uses a legacy GitHub plan that doesn't allow the feature on private repositories. As a consequence, [template](https://worldbank.github.io/template/README.html) is failing on...
https://github.com/codespell-project/codespell/issues/2138
In light of a [recent use case](https://github.com/datapartnership/niger-economic-monitoring/issues/20) where automated notebook execution could significantly streamline workflows, we propose enabling the functionality to trigger notebook executions selectively. Specifically, we suggest implementing this...
This issue is for migrating MarkdownLint configuration to pyproject.toml, thanks to https://github.com/igorshubovych/markdownlint-cli/issues/113