jupyter_core
jupyter_core copied to clipboard
Core Jupyter functionality
Fixes https://github.com/jupyterlab/jupyterlab/issues/17601
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.11.12)
Both path inputs to `is_hidden()` must be absolute, as is documented. But this wasn't checked, which could lead to incorrect results for invalid inputs. These cases are now ValueErrors instead...
A bug in a previous version of Jupyter led to errors when trying to rename a file. After a bit of digging, I think I've tracked down the root cause...
The generated configuration files don't adhere to the default behavior of standard linters. In particular: * Every `#` should be followed by exactly one space (there should never be any...
Traitlets has supported the loading of configurations from environment variables since version 5.14.0 - https://traitlets.readthedocs.io/en/stable/changelog.html#id9 . Can we enable loading of the config from environment variables for the JupyterApp application?...
``` python3.13t -m venv venv313t cd venv313t Scripts\activate python.exe -m pip install --upgrade pip pip install spyder-kernels error python -m venv venv313 cd venv313 Scripts\activate python.exe -m pip install --upgrade...
Hi, I am aware this issue exists but for some reason I still get the error. I have tried to create a new conda environment using: ```conda create -p /project/bp_project_alexnet...