5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

colaboratoryデフォルトで入っているライブラリバージョン一覧 メモ

Last updated at Posted at 2020-03-24

pythonバージョン表示

import platform
print("python " + platform.python_version())

ライブラリのバージョン表示


import pkg_resources
for dist in pkg_resources.working_set:
  print(dist)

#一覧

python 3.6.9

zmq 0.0.0
zipp 3.1.0
zict 1.0.0
yellowbrick 0.9.1
xlwt 1.3.0
xlrd 1.1.0
xgboost 0.90
xarray 0.14.1
wrapt 1.11.2
wordcloud 1.5.0
widgetsnbextension 3.5.1
wheel 0.34.2
Werkzeug 1.0.0
webencodings 0.5.1
wcwidth 0.1.8
wasabi 0.6.0
vega-datasets 0.8.0
urllib3 1.24.3
uritemplate 3.0.1
umap-learn 0.3.10
tzlocal 1.5.1
typing 3.6.6
typing-extensions 3.6.6
tweepy 3.6.0
traitlets 4.3.3
tqdm 4.28.1
tornado 4.5.3
torchvision 0.5.0
torchtext 0.3.1
torchsummary 1.5.1
torch 1.4.0
toolz 0.10.0
thinc 7.0.8
Theano 1.0.4
tflearn 0.3.2
textgenrnn 1.4.1
textblob 0.15.3
text-unidecode 1.3
testpath 0.4.4
terminado 0.8.3
termcolor 1.1.0
tensorflow 1.15.0
tensorflow-probability 0.7.0
tensorflow-privacy 0.2.2
tensorflow-metadata 0.21.1
tensorflow-hub 0.7.0
tensorflow-gan 2.0.0
tensorflow-estimator 1.15.1
tensorflow-datasets 2.0.0
tensorboardcolab 0.0.22
tensorboard 1.15.0
tensor2tensor 1.14.1
tblib 1.6.0
tabulate 0.8.6
tables 3.4.4
sympy 1.1.1
statsmodels 0.10.2
stable-baselines 2.2.1
srsly 1.0.1
sqlparse 0.3.0
SQLAlchemy 1.3.13
sphinxcontrib-websupport 1.2.0
Sphinx 1.8.5
spacy 2.1.9
sortedcontainers 2.1.0
snowballstemmer 2.0.0
smart-open 1.9.0
sklearn 0.0
sklearn-pandas 1.8.0
six 1.12.0
simplegeneric 0.8.1
Shapely 1.7.0
setuptools 45.2.0
setuptools-git 1.2
Send2Trash 1.5.0
semantic-version 2.8.4
seaborn 0.10.0
scs 2.1.1.post2
scipy 1.4.1
scikit-learn 0.22.1
scikit-image 0.16.2
s3transfer 0.3.3
s3fs 0.4.0
rsa 4.0
rpy2 2.9.5
retrying 1.3.3
resampy 0.2.2
requests 2.21.0
requests-oauthlib 1.3.0
regex 2019.12.20
QtPy 1.9.0
qtconsole 4.7.1
pyzmq 17.0.0
PyYAML 3.13
PyWavelets 1.1.1
pytz 2018.9
python-utils 2.3.0
python-slugify 4.0.0
python-rtmidi 1.4.0
python-louvain 0.13
python-dateutil 2.6.1
python-chess 0.23.11
pytest 3.6.4
pystan 2.19.1.1
PySocks 1.7.1
pysndfile 1.3.8
pyrsistent 0.15.7
pypng 0.0.20
pyparsing 2.4.6
PyOpenGL 3.1.5
pymystem3 0.2.0
pymongo 3.10.1
PyMeeus 0.3.6
pymc3 3.7
Pygments 2.1.3
pyglet 1.4.10
pyemd 0.5.1
PyDrive 1.3.1
pydotplus 2.0.2
pydot 1.3.0
pydot-ng 2.0.0
pydata-google-auth 0.3.0
pycparser 2.19
pycocotools 2.0.0
pyasn1 0.4.8
pyasn1-modules 0.2.8
pyarrow 0.14.1
py 1.8.1
ptyprocess 0.6.0
psycopg2 2.7.6.1
psutil 5.4.8
protobuf 3.10.0
prompt-toolkit 1.0.18
promise 2.3
prometheus-client 0.7.1
progressbar2 3.38.0
prettytable 0.7.2
pretty-midi 0.2.8
preshed 2.0.1
prefetch-generator 1.0.1
portpicker 1.3.1
pluggy 0.7.1
plotnine 0.6.0
plotly 4.4.1
plac 0.9.6
pip 19.3.1
pip-tools 4.2.0
Pillow 6.2.2
pickleshare 0.7.5
pexpect 4.8.0
patsy 0.5.1
pathlib 1.0.1
parso 0.6.2
pandocfilters 1.4.2
pandas 0.25.3
pandas-profiling 1.4.1
pandas-gbq 0.11.0
pandas-datareader 0.7.4
palettable 3.3.0
packaging 20.1
osqp 0.6.1
opt-einsum 3.1.0
openpyxl 2.5.9
opencv-python 4.1.2.30
opencv-contrib-python 4.1.2.30
okgrade 0.4.3
oauthlib 3.1.0
oauth2client 4.1.3
nvidia-ml-py3 7.352.0
numpy 1.17.5
numexpr 2.7.1ipp 
numba 0.47.0
np-utils 0.5.12.1
notebook 5.2.2
nltk 3.2.5
nibabel 2.3.3
networkx 2.4
nbformat 5.0.4
nbconvert 5.6.1
natsort 5.5.0
music21 5.5.0
murmurhash 1.0.2
multitasking 0.0.9
multiprocess 0.70.9
msgpack 0.5.6
mpmath 1.1.0
mpi4py 3.0.3
moviepy 0.2.3.5
more-itertools 8.2.0
mlxtend 0.14.0
mkl 2019.0
mizani 0.6.0
mistune 0.8.4
missingno 0.4.2
mir-eval 0.5
mido 1.2.6
mesh-tensorflow 0.1.9
matplotlib 3.1.3
matplotlib-venn 0.11.5
MarkupSafe 1.1.1
Markdown 3.2.1
magenta 0.3.19
lxml 4.2.6
lunardate 0.2.0
lucid 0.3.8
lmdb 0.98
llvmlite 0.31.0
lightgbm 2.2.3
librosa 0.6.3
knnimpute 0.1.0
kiwisolver 1.1.0
kfac 0.2.0
Keras 2.2.5
keras-vis 0.4.1
Keras-Preprocessing 1.1.0
Keras-Applications 1.0.8
kapre 0.1.3.1
kaggle 1.5.6
jupyter 1.0.0
jupyter-core 4.6.2
jupyter-console 5.2.0
jupyter-client 5.3.4
jsonschema 2.6.0
jpeg4py 0.1.4
joblib 0.14.1
jmespath 0.9.4
Jinja2 2.11.1
jieba 0.42.1
jedi 0.16.0
jdcal 1.4.1
jaxlib 0.1.38
jax 0.1.58
itsdangerous 1.1.0
ipywidgets 7.5.1
ipython 5.5.0
ipython-sql 0.3.9
ipython-genutils 0.2.0
ipykernel 4.6.1
intervaltree 2.1.0
intel-openmp 2020.0.133
inflect 2.1.0
imutils 0.5.3
importlib-metadata 1.5.0
imgaug 0.2.9
imblearn 0.0
imbalanced-learn 0.4.3
imagesize 1.2.0
imageio 2.4.1
image 1.5.28
idna 2.8
ideep4py 2.0.0.post3
hyperopt 0.1.2
humanize 0.5.1
httplib2shim 0.0.3
httplib2 0.11.3
httpimport 0.5.18
html5lib 1.0.1
holidays 0.9.12
HeapDict 1.0.1
h5py 2.8.0
gym 0.15.6
gunicorn 20.0.4
gspread 3.0.1
gspread-dataframe 3.0.4
grpcio 1.27.1
greenlet 0.4.15
graphviz 0.10.1
graph-nets 1.0.5
googledrivedownloader 0.4
googleapis-common-protos 1.51.0
google 2.0.3
google-resumable-media 0.4.1
google-pasta 0.1.8
google-colab 1.0.0
google-cloud-translate 1.5.0
google-cloud-storage 1.16.2
google-cloud-language 1.2.0
google-cloud-datastore 1.8.0
google-cloud-core 1.0.3
google-cloud-bigquery 1.21.0
google-auth 1.7.2
google-auth-oauthlib 0.4.1
google-auth-httplib2 0.0.3
google-api-python-client 1.7.11
google-api-core 1.16.0
glob2 0.7
gin-config 0.3.0
gevent 1.4.0
geopy 1.17.0
geographiclib 1.50
gensim 3.6.0
gdown 3.6.4
gast 0.2.2
future 0.16.0
fsspec 0.6.2
folium 0.8.3
Flask 1.1.1
fix-yahoo-finance 0.0.22
filelock 3.0.12
featuretools 0.4.1
feather-format 0.4.0
fbprophet 0.5
fastrlock 0.4
fastprogress 0.2.2
fastdtw 0.3.4
fastai 1.0.60
fancyimpute 0.4.3
fa2 0.3.5
et-xmlfile 1.0.1
entrypoints 0.3
en-core-web-sm 2.1.0
editdistance 0.5.3
ecos 2.0.7.post1
easydict 1.9
earthengine-api 0.1.213
dopamine-rl 1.0.5
docutils 0.15.2
docopt 0.6.2
dm-sonnet 1.35
dlib 19.18.0
Django 3.0.3
distributed 1.25.3
dill 0.3.1.1
descartes 1.1.0
defusedxml 0.6.0
decorator 4.4.1
datascience 0.10.6
dataclasses 0.7
dask 2.9.2
daft 0.0.4
Cython 0.29.15
cymem 2.0.3
cycler 0.10.0
cvxpy 1.0.25
cvxopt 1.2.4
cupy-cuda101 6.5.0
cufflinks 0.17.0
crcmod 1.7
coveralls 0.5
coverage 3.7.1
convertdate 2.2.0
contextlib2 0.5.5
community 1.0.0b1
colorlover 0.3.0
cmake 3.12.0
cloudpickle 1.2.2
Click 7.0
chart-studio 1.0.0
chardet 3.0.4
chainer 6.5.0
cffi 1.14.0
certifi 2019.11.28
cachetools 3.1.1
bz2file 0.98
bs4 0.0.1
branca 0.3.1
Bottleneck 1.3.1
botocore 1.14.15
boto3 1.11.15
boto 2.49.0
bokeh 1.4.0
blis 0.2.4
bleach 3.1.0
beautifulsoup4 4.6.3
backports.weakref 1.0.post1
backports.tempfile 1.0
backcall 0.1.0
Babel 2.8.0
autograd 1.3
audioread 2.1.8
attrs 19.3.0
atomicwrites 1.3.0
atari-py 0.2.6
astropy 4.0
astor 0.8.1
asgiref 3.2.3
altair 4.0.1
albumentations 0.1.12
alabaster 0.7.12
absl-py 0.9.0
xkit 0.0.0
screen-resolution-extra 0.0.0
python-apt 1.6.5+ubuntu0.2
pygobject 3.26.1
GDAL 2.2.2
5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?