Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
3fad223a
Commit
3fad223a
authored
Apr 03, 2019
by
Jan Groenewald
Browse files
add macaulay2 jupyter kernel
parent
df55bd21
Changes
4
Show whitespace changes
Inline
Side-by-side
2018.1/aims-desktop-2017/bin/aims-install-macaulay2
View file @
3fad223a
...
@@ -4,3 +4,5 @@ apt-key adv --keyserver hkp://keys.gnupg.net --recv-key CD9C0E09B0C780943A1AD855
...
@@ -4,3 +4,5 @@ apt-key adv --keyserver hkp://keys.gnupg.net --recv-key CD9C0E09B0C780943A1AD855
echo
'deb http://www.math.uiuc.edu/Macaulay2/Repositories/Debian stretch main'
>
/etc/apt/sources.list.d/macaulay2.list
echo
'deb http://www.math.uiuc.edu/Macaulay2/Repositories/Debian stretch main'
>
/etc/apt/sources.list.d/macaulay2.list
apt-get
-qq
update
apt-get
-qq
update
apt-get
-y
install
macaulay2
apt-get
-y
install
macaulay2
pip3
install
-t
/usr/local/lib/python3.5/dist-packages/ macaulay2-jupyter-kernel
python3
-m
m2_kernel.install
2018.1/aims-desktop-2017/debian/changelog
View file @
3fad223a
aims-desktop (1:2019.03.10) stretch; urgency=medium
* Add macaulay2 kernel for jupyter
-- Jan Groenewald <jan@aims.ac.za> Wed, 03 Apr 2019 13:10:43 +0000
aims-desktop (1:2019.03.09) stretch; urgency=medium
aims-desktop (1:2019.03.09) stretch; urgency=medium
* Add macaulay2 to install file
* Add macaulay2 to install file
...
...
2020.1/aims-desktop/aims-desktop-2020/bin/aims-install-macaulay2
View file @
3fad223a
...
@@ -4,3 +4,6 @@ apt-key adv --keyserver hkp://keys.gnupg.net --recv-key CD9C0E09B0C780943A1AD855
...
@@ -4,3 +4,6 @@ apt-key adv --keyserver hkp://keys.gnupg.net --recv-key CD9C0E09B0C780943A1AD855
echo
'deb http://www.math.uiuc.edu/Macaulay2/Repositories/Debian buster main'
>
/etc/apt/sources.list.d/macaulay2.list
echo
'deb http://www.math.uiuc.edu/Macaulay2/Repositories/Debian buster main'
>
/etc/apt/sources.list.d/macaulay2.list
apt-get
-qq
update
apt-get
-qq
update
apt-get
-y
install
macaulay2
apt-get
-y
install
macaulay2
# Test first!
#pip3 install -t /usr/local/lib/python3.7/ macaulay2-jupyter-kernel
#python3 -m m2_kernel.install
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
3fad223a
aims-desktop (2020.25) buster; urgency=medium
* Add commented out lines for macauly2 jupyter kernel
-- Jan Groenewald <jan@aims.ac.za> Wed, 03 Apr 2019 13:12:34 +0000
aims-desktop (2020.24) buster; urgency=medium
aims-desktop (2020.24) buster; urgency=medium
* Add macaulay2 to install file
* Add macaulay2 to install file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment