text Coursera NG课程 - 创建Notbook要求。 Posted 2021-05-02
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Coursera NG课程 - 创建Notbook要求。相关的知识,希望对你有一定的参考价值。
import pip #needed to use the pip functions
for i in pip.get_installed_distributions(local_only=True):
print(i)
import types
def imports():
for name, val in globals().items():
if isinstance(val, types.ModuleType):
yield val.__name__
list(imports())
# fix the space
cycler 0.10.0
setuptools 23.0.0
conda-env 2.5.0a0
pycosat 0.6.1
pycrypto 2.6.1
conda 4.1.11
pip 8.1.2
requests 2.10.0
PyYAML 3.11
wheel 0.29.0
ruamel-yaml -VERSION
pygraphviz 1.3.1
protobuf 3.3.0
atari-py 0.1.1
sklearn 0.0
PyOpenGL 3.1.0
tensorflow 1.1.0
Werkzeug 0.12.2
pyglet 1.2.4
gym 0.9.1
python-dateutil 2.5.3
pyparsing 2.1.10
networkx 1.11
seaborn 0.7.1
widgetsnbextension 1.2.6
xlrd 1.0.0
Pillow 3.2.0
pandas 0.18.1
bokeh 0.11.1
statsmodels 0.6.1
scipy 0.17.1
SQLAlchemy 1.0.13
h5py 2.6.0
numexpr 2.5.2
numba 0.23.1
patsy 0.4.1
fastcache 1.0.2
ipywidgets 5.1.5
conda-build 2.0.8
Cython 0.23.5
scikit-learn 0.17.1
sympy 1.0
scikit-image 0.11.3
pytz 2016.7
llvmlite 0.8.0
mpmath 0.19
matplotlib 1.5.1
cloudpickle 0.1.1
filelock 2.0.6
numpy 1.10.4
pkginfo 1.2.1
dill 0.2.5
pamela 0.2.1
jupyterhub 0.5.0
traitlets 4.3.0
decorator 4.0.10
pyzmq 15.4.0
Jinja2 2.8
ipython 5.1.0
nbconvert 4.2.0
six 1.10.0
Pygments 2.1.3
jsonschema 2.5.1
simplegeneric 0.8.1
jupyter-client 4.4.0
ipykernel 4.5.0
prompt-toolkit 1.0.7
terminado 0.6
ipython-genutils 0.1.0
pexpect 4.2.1
notebook 4.2.3
jupyter-core 4.2.0
tornado 4.4.2
MarkupSafe 0.23
ptyprocess 0.5.1
mistune 0.7.3
backports.shutil-get-terminal-size 1.0.0
wcwidth 0.1.7
nbformat 4.1.0
pickleshare 0.7.3
以上是关于text Coursera NG课程 - 创建Notbook要求。的主要内容,如果未能解决你的问题,请参考以下文章