pyscaffoldext-dsproject icon indicating copy to clipboard operation
pyscaffoldext-dsproject copied to clipboard

💫 PyScaffold extension for data-science projects

Results 7 pyscaffoldext-dsproject issues
Sort by recently updated
recently updated
newest added

## Describe your use-case @sgbaird motivated that having a `skeleton.py` might be useful for his data science project setup. [[#642](https://github.com/pyscaffold/pyscaffold/issues/642)] ## Describe the solution you would like to see for...

enhancement
good first issue

The existence of a notebook template is a very nice thing, since we can define common blocks of code that we always rely on... However the current implementation have a...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v6.0.0) - [github.com/PyCQA/autoflake: v1.6.0 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v1.6.0...v2.3.1) - http://github.com/pycqa/isort: 5.10.1 → 7.0.0 - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.8.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/22.8.0...25.12.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.20.0)...

Would you be OK with this per https://github.com/pyscaffold/pyscaffoldext-dsproject/issues/55? Learning `typer` and adapting files is something I don't have time for rn, but I do notice myself often expecting a `skeleton.py`-like...

# the problem As noted by @maresb in this issue (https://github.com/pyscaffold/pyscaffoldext-markdown/issues/11), both `pyscaffoldext-markdown` and `pyscaffoldext-dsproject` require git to be set up to run the tests. Also related, this discussion on...

## Describe your use-case I've often found that the `environment.yml` file can't be successfully resolved when users first try out the repository in development mode (rather than installing the Python...

## Describe your use-case Too often, the tutorial notebooks I make go out-of-sync with the rest of the codebase, especially if the tutorials were developed early on. Sometimes I catch...