Useful Tips
Python Environment
By default, Fennel server runs on Python 3.11 and comes pre-installed with the following pip packages:
1charset-normalizer==3.0.1
2cloudpickle==2.2.0
3frozenlist==1.3.3
4great_expectations"[pandas,postgresql]"==0.15.49
5idna==3.4
6jmespath==1.0.1
7mpmath==1.2.1
8multidict==6.0.4
9nltk==3.8.1
10numpy==1.24.4
11pandas[performance]==2.2.2
12pyarrow==14.0.0
13pyparsing==3.0.9
14pyspark==3.4.0
15python-dateutil==2.8.2
16pytz==2022.7.1
17regex==2022.10.31
18requests==2.28.2
19scikit-learn==1.2.0
20scipy==1.10.0
21six==1.16.0
22statsmodels==0.13.5
23sympy==1.11.1
24typing-extensions==4.4.0
25urllib3==1.26.14
26xgboost==1.7.3
27yarl==1.8.2
python
If you want to run on some other Python version and/or install any specific pip packages with specific versions, please contact Fennel support.
In the near future, Fennel will also allow you to configure your environment on your own using Fennel console without dependency on Fennel support..