Package Details: jupyter_contrib_nbextensions 0.7.0-1

Git Clone URL: https://aur.archlinux.org/jupyter_contrib_nbextensions.git (read-only, click to copy)
Package Base: jupyter_contrib_nbextensions
Description: A collection of Jupyter nbextensions
Upstream URL: https://github.com/ipython-contrib/jupyter_contrib_nbextensions
Licenses: BSD
Conflicts: jupyter-nbextensions, python-jupyter-nbextensions
Replaces: jupyter-nbextensions, jupyter-nbextensions-git
Submitter: flying-sheep
Maintainer: None
Last Packager: getzze
Votes: 10
Popularity: 0.000000
First Submitted: 2016-09-07 19:59 (UTC)
Last Updated: 2023-07-12 22:52 (UTC)

Latest Comments

1 2 Next › Last »

carlosal1015 commented on 2024-01-15 23:00 (UTC)

Hi, I have the following message error

==> Making package: jupyter_contrib_nbextensions 0.7.0-1 (Mon Jan 15 17:57:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found jupyter_contrib_nbextensions-0.7.0.tar.gz
  -> Found jupyter_contrib_nbextensions.install
==> Validating source files with sha256sums...
    jupyter_contrib_nbextensions-0.7.0.tar.gz ... Passed
    jupyter_contrib_nbextensions.install ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting jupyter_contrib_nbextensions-0.7.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: jupyter_contrib_nbextensions 0.7.0-1 (Mon Jan 15 17:57:16 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
  -> installing python package
Processing ./jupyter_contrib_nbextensions-0.7.0.tar.gz
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: jupyter_contrib_nbextensions
  Building wheel for jupyter_contrib_nbextensions (setup.py) ... done
  Created wheel for jupyter_contrib_nbextensions: filename=jupyter_contrib_nbextensions-0.7.0-py2.py3-none-any.whl size=23428778 sha256=f3627ef2541f223ec822bfcaab7c4acbd48976b35b3396a8fc268e85e500fe38
  Stored in directory: /home/aur/.cache/pip/wheels/e9/94/b6/d96f4794af2b77865fcdd0bfe2472819927a80bd528e67951f
Successfully built jupyter_contrib_nbextensions
Installing collected packages: jupyter_contrib_nbextensions
Successfully installed jupyter_contrib_nbextensions-0.7.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  -> installing extensions
usage: jupyter-contrib [-h] [--debug] [--show-config] [--show-config-json] [--generate-config] [-y] [--log-level JupyterContribApp.log_level]
                       [--config JupyterContribApp.config_file]
                       [extra_args ...]
jupyter-contrib: error: argument --user: expected one argument
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: jupyter_contrib_nbextensions-exit status 4

lllf commented on 2023-10-17 13:51 (UTC)

Successfully built jupyter-contrib-nbextensions
Installing collected packages: jupyter-contrib-nbextensions
Successfully installed jupyter-contrib-nbextensions-0.7.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  -> installing extensions
usage: jupyter-contrib [-h] [--debug] [--show-config] [--show-config-json] [--generate-config] [-y] [--log-level JupyterContribApp.log_level] [--config JupyterContribApp.config_file] [extra_args ...]
jupyter-contrib: error: argument --user: expected one argument
==> ERROR: A failure occurred in package().
    Aborting...

winnie_o0 commented on 2023-01-10 08:37 (UTC)

In the current version 0.5.1-1 is missing some dependencies, at least:

  • aur/jupyter-server-terminals
  • community/python-webcolors
  • community/python-uri-template
  • rfc3986-validoator (not packaged in Community/AUR)

However, the v0.7 is out since November. From the look at the requirements.txt this might not be needed after package was updated.

denisalevi commented on 2022-10-19 21:07 (UTC) (edited on 2022-10-19 21:08 (UTC) by denisalevi)

Hi, I'm getting Jupyter command `jupyter-contrib` not found. in the jupyter contrib nbextension install. Any idea how to resolve this?

helasraizam commented on 2022-04-21 03:12 (UTC)

Yes, I believe jupyterlab-pygments is listed as a dependency for jupyter-nbconvert, which is in turn listed as a dependency for this package.

archmkr commented on 2021-01-02 04:17 (UTC)

Hi, I think jupyterlab_pygments should be added as a dependency:

Successfully installed jupyter-contrib-nbextensions-0.5.1
  -> installing extensions
Traceback (most recent call last):
  File "/home/joaoantoniocardoso/.local/bin/jupyter-contrib", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/jupyter_core/application.py", line 270, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "/usr/lib/python3.9/site-packages/traitlets/config/application.py", line 843, in launch_instance
    app = cls.instance(**kwargs)
  File "/usr/lib/python3.9/site-packages/traitlets/config/configurable.py", line 537, in instance
    inst = cls(*args, **kwargs)
  File "/home/joaoantoniocardoso/.local/lib/python3.9/site-packages/jupyter_contrib_core/application.py", line 27, in __init__
    self._refresh_subcommands()
  File "/home/joaoantoniocardoso/.local/lib/python3.9/site-packages/jupyter_contrib_core/application.py", line 43, in _refresh_subcommands
    get_subcommands_dict = entrypoint.load()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2446, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 2469, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 770, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'jupyterlab_pygments' distribution was not found and is required by nbconvert
==> ERROR: A failure occurred in package().
    Aborting...
removing untracked AUR files from cache...
:: Cleaning (1/1): 

flying-sheep commented on 2017-11-02 09:43 (UTC)

that would belong into a jupyter_contrib_nbextensions-git package. and yeah, it would be good to have.

denspirit commented on 2017-11-01 22:03 (UTC)

As current version of jupyter in Arch is 4.3.0, should we use contrib_nbextensions from master branch?

flying-sheep commented on 2017-03-29 08:36 (UTC)

done