Documentation

Misc.

Python Environment

By default, Fennel runs on Python 3.9 and comes pre-installed with the following pip packages:

1charset-normalizer==3.0.1
2cloudpickle==2.2.0
3frozenlist==1.3.3 
4idna==3.4 
5jmespath==1.0.1 
6mpmath==1.2.1 
7multidict==6.0.4 
8nltk==3.8.1 
9numpy==1.24.1 
10pandas==1.5.2 
11pyarrow==10.0.1 
12pytz==2022.7.1 
13pyparsing==3.0.9 
14python-dateutil==2.8.2 
15pytz==2022.7.1 
16regex==2022.10.31 
17scikit-learn==1.2.0 
18scipy==1.10.0 
19six==1.16.0 
20statsmodels==0.13.5 
21sympy==1.11.1 
22typing-extensions==4.4.0 
23yarl==1.8.2
24

If you want to run on some other Python version and/or install any specific pip packages with specific versions, please talk to the Fennel team.

In the near future, Fennel will also allow you to configure your environment on your own using Fennel console without dependency on Fennel team.