List of pre-installed software and available commands
DataSphere already has pre-installed packages for data analysis and machine learning. If you are missing a package, you can install it right from the notebook cell.
List of pre-installed packages
- NumPy
- Pandas
- scikit-learn
- TensorFlow
- TensorFlow Datasets
- Keras
- Matplotlib
- CatBoost
- XGBoost
- LightGBM
- Pytorch
- Scipy
- NLTK
- DVC
- PyArrow
- Requests
- packaging
- cloudpickle
- pybase64
- Moto
- cfn-lint
- boto3
- botocore
- S3Fs
- YaDisk
- Google API Python Client
- oauth2client
- tqdm
- PycURL
- scp
- autograd
- torchvision
- Neural Tangents
- Dask
- Gensim
- Transformers
- fastai
- SoundFile
- librosa
- wget
- sounddevice
- psutil
- plotly
Package versions
To view the version of the installed package, in the notebook cell run the command:
%pip show <Package name>
To view the list of installed packages and their versions, in the notebook cell run the command:
%pip list