jupyter-cache icon indicating copy to clipboard operation
jupyter-cache copied to clipboard

A defined interface for working with a cache of executed jupyter notebooks

Results 34 jupyter-cache issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.17.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.4.2](https://github.com/psf/black/compare/23.3.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.0)

### Describe the bug Thanks for this great project and for Jupyter Book! Obviously many of the same people work on both projects. After upgrading to a recent version of...

bug

#### Context I work with notebooks that are hard to compute. If I change one code cell at the end of the notebook, I do not expect that its entire...

enhancement

Updates the requirements on [nbclient](https://github.com/jupyter/nbclient) to permit the latest version. Release notes Sourced from nbclient's releases. v0.8.0 0.8.0 (Full Changelog) Maintenance and upkeep improvements Bump min version support #287 (@​blink1073)...

dependencies
python

### Describe the bug SQLAlchemy 2.0.3 has been released, and currently it's impossible to have both jupyter-cache and SQLAlchemy 2 as dependencies for a project, as jupyter-cache pins sqlalchemy to...

bug

### Describe the bug Hello, From Windows 10 command line, when running: `jcache project execute` I get this output: ``` Executing 1 notebook(s) in serial Executing: C:\Users\aymer\Desktop\SYSTEM_2022\ARGENT-IA\NeurIPS2018\main.ipynb C:\Users\aymer\anaconda3\envs\finrl\lib\site-packages\zmq\_future.py:679: RuntimeWarning: Proactor...

bug

Hello I want to be sure that I am caching my main.ipynb (but I think something's not working), so I typed: `jcache notebook list` But here is what I get:...

### Context https://github.com/executablebooks/jupyter-cache/blob/e72c2121b460c8558f9e6257b3b53353b9e7f35c/pyproject.toml#L27-L31 Any chance to update `jupyter-cache` for `nbclient` 0.6.x? ### Proposal _No response_ ### Tasks and updates _No response_

enhancement

click v8 now integrates shell completion: https://click.palletsprojects.com/en/8.0.x/shell-completion

enhancement