forked from bettermorn/IAICourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab6c52e
commit 6e068c6
Showing
1 changed file
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,117 @@ | ||
sample code notebook by YutaroOgawa | ||
# Window Env Info | ||
* Window 10 | ||
* Python == 3.9.13 | ||
* pip list | ||
Package Version | ||
-------------------- --------- | ||
anyio 3.5.0 | ||
argon2-cffi 21.3.0 | ||
argon2-cffi-bindings 21.2.0 | ||
asttokens 2.0.5 | ||
attrs 21.4.0 | ||
Babel 2.9.1 | ||
backcall 0.2.0 | ||
beautifulsoup4 4.11.1 | ||
bleach 4.1.0 | ||
brotlipy 0.7.0 | ||
certifi 2022.9.24 | ||
cffi 1.15.1 | ||
charset-normalizer 2.0.4 | ||
cloudpickle 2.2.0 | ||
colorama 0.4.5 | ||
contourpy 1.0.5 | ||
cryptography 37.0.1 | ||
cycler 0.11.0 | ||
debugpy 1.5.1 | ||
decorator 5.1.1 | ||
defusedxml 0.7.1 | ||
entrypoints 0.4 | ||
executing 0.8.3 | ||
fastjsonschema 2.16.2 | ||
fonttools 4.37.4 | ||
gym 0.26.2 | ||
gym-notices 0.0.8 | ||
idna 3.4 | ||
importlib-metadata 5.0.0 | ||
ipykernel 6.15.2 | ||
ipython 8.4.0 | ||
ipython-genutils 0.2.0 | ||
ipywidgets 7.6.5 | ||
jedi 0.18.1 | ||
Jinja2 3.0.3 | ||
JSAnimation 0.1 | ||
json5 0.9.6 | ||
jsonschema 4.16.0 | ||
jupyter 1.0.0 | ||
jupyter_client 7.3.5 | ||
jupyter-console 6.4.3 | ||
jupyter_core 4.11.1 | ||
jupyter-server 1.18.1 | ||
jupyterlab 3.4.4 | ||
jupyterlab-pygments 0.1.2 | ||
jupyterlab_server 2.15.2 | ||
jupyterlab-widgets 1.0.0 | ||
kiwisolver 1.4.4 | ||
MarkupSafe 2.1.1 | ||
matplotlib 3.6.0 | ||
matplotlib-inline 0.1.6 | ||
mistune 0.8.4 | ||
nbclassic 0.3.5 | ||
nbclient 0.5.13 | ||
nbconvert 6.4.4 | ||
nbformat 5.5.0 | ||
nest-asyncio 1.5.5 | ||
notebook 6.4.12 | ||
numpy 1.23.3 | ||
packaging 21.3 | ||
pandocfilters 1.5.0 | ||
parso 0.8.3 | ||
pickleshare 0.7.5 | ||
Pillow 9.2.0 | ||
pip 22.2.2 | ||
ply 3.11 | ||
prometheus-client 0.14.1 | ||
prompt-toolkit 3.0.20 | ||
psutil 5.9.0 | ||
pure-eval 0.2.2 | ||
pycparser 2.21 | ||
pygame 2.1.2 | ||
pyglet 1.5.27 | ||
Pygments 2.11.2 | ||
pyOpenSSL 22.0.0 | ||
pyparsing 3.0.9 | ||
PyQt5 5.15.7 | ||
PyQt5-sip 12.11.0 | ||
pyrsistent 0.18.0 | ||
PySocks 1.7.1 | ||
python-dateutil 2.8.2 | ||
pytz 2022.1 | ||
pywin32 302 | ||
pywinpty 2.0.2 | ||
pyzmq 23.2.0 | ||
qtconsole 5.3.2 | ||
QtPy 2.2.0 | ||
requests 2.28.1 | ||
Send2Trash 1.8.0 | ||
setuptools 63.4.1 | ||
sip 6.6.2 | ||
six 1.16.0 | ||
sniffio 1.2.0 | ||
soupsieve 2.3.1 | ||
stack-data 0.2.0 | ||
terminado 0.13.1 | ||
testpath 0.6.0 | ||
toml 0.10.2 | ||
tornado 6.2 | ||
traitlets 5.1.1 | ||
typing_extensions 4.3.0 | ||
urllib3 1.26.11 | ||
wcwidth 0.2.5 | ||
webencodings 0.5.1 | ||
websocket-client 0.58.0 | ||
wheel 0.37.1 | ||
widgetsnbextension 3.5.2 | ||
win-inet-pton 1.1.0 | ||
wincertstore 0.2 | ||
zipp 3.8.1 |