1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
jupyterlab_ynh/scripts/_common.sh

25 lines
635 B
Bash
Raw Normal View History

2019-08-14 00:07:10 +02:00
#!/bin/bash
2018-12-28 21:59:37 +01:00
2018-12-29 11:24:56 +01:00
#=================================================
2019-08-14 00:07:10 +02:00
# COMMON VARIABLES
2018-12-29 11:24:56 +01:00
#=================================================
2019-08-14 00:07:10 +02:00
# dependencies used by the app
2022-08-23 07:04:26 +02:00
pkg_dependencies="python3-dev python3-pip"
2018-12-28 21:59:37 +01:00
2022-03-13 11:52:37 +01:00
nodejs_version="16"
2022-09-18 18:15:03 +02:00
jupyterlab_version="3.4.7"
2020-04-24 11:15:29 +02:00
2018-12-28 21:59:37 +01:00
#=================================================
2019-08-14 00:07:10 +02:00
# PERSONAL HELPERS
2018-12-28 21:59:37 +01:00
#=================================================
2018-12-30 16:00:54 +01:00
#=================================================
2019-08-14 00:07:10 +02:00
# EXPERIMENTAL HELPERS
2018-12-30 16:00:54 +01:00
#=================================================
2018-12-28 21:59:37 +01:00
#=================================================
2019-08-14 00:07:10 +02:00
# FUTURE OFFICIAL HELPERS
2018-12-28 21:59:37 +01:00
#=================================================