We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0abc8 commit 1133801Copy full SHA for 1133801
env_python.sh
@@ -4,10 +4,9 @@ file=/workdir/${1:-env_python}.tar.gz
4
5
/opt/python/bin/python3 -m pip install \
6
pylint black pytype \
7
- IPython "jupyterlab<2.3.0" nbconvert nbformat \
+ IPython "jupyterlab<4.0" nbconvert nbformat \
8
pandas ydata-profiling pyarrow findspark \
9
- git+https://github.com/dclong/xinstall@main \
10
- git+https://github.com/dclong/dsutil@main
+ aiutil
11
12
if [[ $? -eq 0 ]]; then
13
cd /opt/python/
0 commit comments