summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortalleyhoe2022-08-04 17:49:09 -0400
committertalleyhoe2022-08-04 17:49:09 -0400
commit98408ff9256861e6cecf6e2043d0d7be72035429 (patch)
tree19270a6e747c026f218b0600ead7c8be80e6bcde
parent693e8240ae5f6f40910f9fffb6cd5437a001e1db (diff)
downloadaur-98408ff9256861e6cecf6e2043d0d7be72035429.tar.gz
Added the ipykernel as a dependency for jupyter notebooks
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a615fd508c8..60bd4ce51437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ depends=(
'jsoncpp'
'mathjax'
'pcre'
+ 'python-ipykernel'
'python-matplotlib'
'python-sympy'
'texlive-latexextra'