Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter related packages updates 2024-04-19 #305227

Merged
merged 6 commits into from
Apr 20, 2024

Conversation

natsukium
Copy link
Member

@natsukium natsukium commented Apr 19, 2024

Description of changes

Update jupyter-related packages at once to avoid building hundreds of packages over and over again.

This PR is based on the commits generated by the following command.

nix search nixpkgs#python311Packages 'ipython|jupyter|notebook' --json | jq -r 'keys | .[]' | cut -d . -f 3,4 | xargs -n 1 nix-update --commit

closes #303778
closes #304178
closes #304851
closes #304474
closes #303870
closes #303460

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: python 6.topic: jupyter Interactive computing tooling: kernels, notebook, jupyterlab labels Apr 19, 2024
@natsukium
Copy link
Member Author

Result of nixpkgs-review pr 305227 at 0b06eb2 run on x86_64-linux 1

11 packages marked as broken and skipped:
  • python311Packages.distrax
  • python311Packages.elegy
  • python311Packages.jupyter-contrib-nbextensions
  • python311Packages.openllm
  • python311Packages.pynitrokey
  • python311Packages.rlax
  • python311Packages.spsdk
  • python311Packages.treex
  • python312Packages.pynitrokey
  • python312Packages.spsdk
  • tts
18 packages failed to build:
102 packages built successfully:
  • cantor (libsForQt5.cantor ,plasma5Packages.cantor)
  • ihaskell
  • jupyter
  • jupyter-all
  • labplot
  • manim
  • manim-slides
  • nbqa
  • nitrokey-app2
  • pynitrokey
  • python311Packages.altair
  • python311Packages.ansible-kernel
  • python311Packages.anywidget
  • python311Packages.arviz
  • python311Packages.batchspawner
  • python311Packages.bqplot
  • python311Packages.bqscales
  • python311Packages.dalle-mini
  • python311Packages.dm-haiku
  • python311Packages.dockerspawner
  • python311Packages.einops
  • python311Packages.experiment-utilities
  • python311Packages.flax
  • python311Packages.gradio
  • python311Packages.gradio-client
  • python311Packages.gradio-pdf
  • python311Packages.ipyniivue
  • python311Packages.ipytablewidgets
  • python311Packages.ipyvuetify
  • python311Packages.jupyter
  • python311Packages.jupyter-collaboration
  • python311Packages.jupyter-contrib-core
  • python311Packages.jupyter-lsp
  • python311Packages.jupyter-nbextensions-configurator
  • python311Packages.jupyter-server
  • python311Packages.jupyter-server-fileid
  • python311Packages.jupyter-server-mathjax
  • python311Packages.jupyterhub
  • python311Packages.jupyterhub-ldapauthenticator
  • python311Packages.jupyterhub-systemdspawner
  • python311Packages.jupyterhub-tmpauthenticator
  • python311Packages.jupyterlab
  • python311Packages.jupyterlab-git
  • python311Packages.jupyterlab-lsp
  • python311Packages.jupyterlab-server
  • python311Packages.jupytext
  • python311Packages.k-diffusion
  • python311Packages.manim-slides
  • python311Packages.mkdocs-jupyter
  • python311Packages.nbclassic
  • python311Packages.nbdev
  • python311Packages.nbdime
  • python311Packages.nikola
  • python311Packages.nix-kernel
  • python311Packages.notebook
  • python311Packages.notebook-shim
  • python311Packages.notedown
  • python311Packages.oauthenticator
  • python311Packages.pyannote-audio
  • python311Packages.pydeck
  • python311Packages.pymoo
  • python311Packages.pytest-notebook
  • python311Packages.qgrid
  • python311Packages.rotary-embedding-torch
  • streamlit (python311Packages.streamlit)
  • python311Packages.tsfresh
  • python311Packages.vector
  • python311Packages.vega
  • python311Packages.vqgan-jax
  • python311Packages.xarray-einstats
  • python312Packages.altair
  • python312Packages.anywidget
  • python312Packages.ipyniivue
  • python312Packages.ipyvuetify
  • python312Packages.jupyter-contrib-core
  • python312Packages.jupyter-lsp
  • python312Packages.jupyter-server
  • python312Packages.jupyter-server-fileid
  • python312Packages.jupyter-server-mathjax
  • python312Packages.jupyterlab
  • python312Packages.jupyterlab-git
  • python312Packages.jupyterlab-lsp
  • python312Packages.jupyterlab-server
  • python312Packages.jupytext
  • python312Packages.mkdocs-jupyter
  • python312Packages.nbdev
  • python312Packages.nbdime
  • python312Packages.nikola
  • python312Packages.nix-kernel
  • python312Packages.notebook
  • python312Packages.notebook-shim
  • python312Packages.notedown
  • python312Packages.pymoo
  • python312Packages.pytest-notebook
  • python312Packages.vector
  • quarto
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sage
  • sageWithDoc

@natsukium natsukium merged commit 2f7722e into NixOS:master Apr 20, 2024
32 checks passed
@natsukium natsukium deleted the jupyter/update branch April 20, 2024 02:54
@natsukium natsukium restored the jupyter/update branch April 20, 2024 02:54
@natsukium natsukium deleted the jupyter/update branch April 20, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant