Search Criteria
Package Details: evcxr_jupyter 0.18.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/evcxr_jupyter.git (read-only, click to copy) |
---|---|
Package Base: | evcxr_jupyter |
Description: | A Jupyter Kernel for the Rust programming language. |
Upstream URL: | https://github.com/google/evcxr/tree/main/evcxr_jupyter |
Licenses: | Apache |
Submitter: | Sanpi |
Maintainer: | Sanpi |
Last Packager: | Sanpi |
Votes: | 4 |
Popularity: | 0.000052 |
First Submitted: | 2020-04-05 19:23 (UTC) |
Last Updated: | 2024-10-12 07:41 (UTC) |
Dependencies (4)
- jupyter-notebook
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
Latest Comments
Sanpi commented on 2024-09-04 06:39 (UTC)
@spacemann added, thank you.
spacemann commented on 2024-09-03 21:48 (UTC)
This needs to have the following set in the PKGBUILD: options=(!lto)
manon commented on 2023-04-09 17:44 (UTC)
@Avastor_Neretal : (and all others) you just need to add ~/.cargo/bin/ to your path and that should do the trick
Avastor_Neretal commented on 2021-07-20 19:55 (UTC)
Thank you very much dude! For no reasons, when I tried the official manual - https://github.com/google/evcxr/blob/main/evcxr_jupyter/README.md and tried the last command - (evcxr_jupyter --install) I had an error that there's no such command.
Hyllios commented on 2021-06-22 23:43 (UTC)
rojo commented on 2021-02-27 18:24 (UTC)
This is awesome. Thank you Sanpi.
Sanpi commented on 2020-06-07 18:39 (UTC)
@ynakao Fixed, thank you!
ynakao commented on 2020-06-07 12:49 (UTC)
Does
cmake
need to be added as makedepends? In chroot environment, build fails while compilingzmq-sys
saying "iscmake
not installed?" in the error output below in detail. After I addedcmake
to PKGBUILD manually, installation succeeded.