jupyter_core
jupyter_core copied to clipboard
Core Jupyter functionality
following [this comment in #231](https://github.com/jupyter/jupyter_core/issues/231#issuecomment-1738547230) @mtelka could you please try this out and report back if this fixes the last set of failures you see on your OpenIndiana rig? Thank...
This test presumes `pip` is installed. If not: ``` FAILED tests/test_troubleshoot.py::test_troubleshoot - AssertionError: assert 'pip list' in '$PATH:\n\t/builddir/python3-jupyter_c... ``` Here's the full output of `jupyter_core.troubleshoot.main()`: ``` $ python -c 'from...
I used `pip install jupyter` to install the project and its dependencies. It installed `jupyter==1.0.0` and `jupyter-core==5.3.0` for me. Both dependencies have the same path of the module `/jupyter.py` with...
Thanks to Jupyter Server 2's IdentityProvider and Authorizer APIs, JupyterHub can [_almost_](https://github.com/jupyterhub/jupyterhub/pull/3888) go without monkeypatching, and implement all of its features via public APIs. However, one JupyterHub feature: `disable_user_config` is...
This is going to be a bit rough: https://github.com/ipython/ipython/actions/runs/3428540614/jobs/5712956265#step:7:76 We might be halting a lot of downstream CI builds by having a deprecation warning that essentially is on by default...
Question about a warning I see when running notebooks through `nbconvert` on windows. Creating a basic environment: ``` mamba create --name jl python=3.10 jupyter ``` Then running a notebook through...
When invoking `nbconvert` on CI with warnings turned into errors (e.g. https://github.com/mgeier/nbsphinx/actions/runs/8581467203/job/23518524054), I'm getting this warning/error: ``` Exception occurred: File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/jupyter_core/utils/__init__.py", line 90, in deprecation warnings.warn(message, DeprecationWarning, stacklevel=stacklevel + 1)...
It's problematic if the currently used packages upgrades base requirements. Do we have an option to run `jupyter-core==5.5.0` with python 3.7. I have no need of upgrading Python, and to...