diff --git a/.ipynb_checkpoints/test-checkpoint.ipynb b/.ipynb_checkpoints/test-checkpoint.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..dbdb76e9c6287dc3de27fd05ffd03adb47afac9e --- /dev/null +++ b/.ipynb_checkpoints/test-checkpoint.ipynb @@ -0,0 +1,57 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "100\n" + ] + } + ], + "source": [ + "print(123)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.10 (default, Mar 13 2023, 10:26:41) \n[GCC 9.4.0]" + }, + "orig_nbformat": 4, + "vscode": { + "interpreter": { + "hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/requirements.txt b/requirements.txt index aec561b8241a839b40eaa7ecc3b6526a1df7c63a..34ef82338254098d7fef832f00a8de7f5aec8163 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,92 @@ +anyio==3.6.2 +argon2-cffi==21.3.0 +argon2-cffi-bindings==21.2.0 +asttokens==2.2.1 +attrs==23.1.0 +Babel==2.12.1 +backcall==0.2.0 +beautifulsoup4==4.12.2 +bleach==6.0.0 certifi==2019.11.28 +cffi==1.15.1 chardet==3.0.4 +charset-normalizer==3.1.0 +comm==0.1.3 dbus-python==1.2.16 +debugpy==1.6.7 +decorator==5.1.1 +defusedxml==0.7.1 distro-info===0.23ubuntu1 docopt==0.6.2 +entrypoints==0.4 +executing==1.2.0 +fastjsonschema==2.16.3 idna==2.8 +importlib-metadata==6.6.0 +importlib-resources==5.12.0 +ipykernel==6.23.0 +ipython==8.12.2 +ipython-genutils==0.2.0 +jedi==0.18.2 +Jinja2==3.1.2 +json5==0.9.11 +jsonschema==4.17.3 +jupyter-client==7.3.4 +jupyter-server==1.24.0 +jupyter_core==5.3.0 +jupyterlab==3.2.0 +jupyterlab-pygments==0.2.2 +jupyterlab_server==2.22.1 +MarkupSafe==2.1.2 +matplotlib-inline==0.1.6 +mistune==2.0.5 +nbclassic==0.5.6 +nbclient==0.7.4 +nbconvert==7.4.0 +nbformat==5.8.0 +nest-asyncio==1.5.6 +notebook_shim==0.2.3 +numpy==1.24.3 +packaging==23.1 +pandocfilters==1.5.0 +parso==0.8.3 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==9.5.0 pipreqs==0.4.13 +pkgutil_resolve_name==1.3.10 +platformdirs==3.5.0 +prometheus-client==0.16.0 +prompt-toolkit==3.0.38 +psutil==5.9.5 +ptyprocess==0.7.0 +pure-eval==0.2.2 +pycparser==2.21 +Pygments==2.15.1 PyGObject==3.36.0 +pyrsistent==0.19.3 python-apt==2.0.1+ubuntu0.20.4.1 -requests==2.22.0 +python-dateutil==2.8.2 +pytz==2023.3 +pyzmq==25.0.2 +requests==2.30.0 requests-unixsocket==0.2.0 +Send2Trash==1.8.2 six==1.14.0 +sniffio==1.3.0 +soupsieve==2.4.1 +stack-data==0.6.2 +terminado==0.17.1 +tinycss2==1.2.1 +torch==1.10.0 +torchvision==0.11.1 +tornado==6.1 +traitlets==5.9.0 +typing_extensions==4.5.0 unattended-upgrades==0.1 urllib3==1.25.8 +wcwidth==0.2.6 +webencodings==0.5.1 +websocket-client==1.5.1 yarg==0.1.9 +zipp==3.15.0 \ No newline at end of file diff --git a/test.ipynb b/test.ipynb index dbdb76e9c6287dc3de27fd05ffd03adb47afac9e..23ee8bc4eb49674e29511e870718c6ccd54d0f59 100644 --- a/test.ipynb +++ b/test.ipynb @@ -29,7 +29,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -43,9 +43,8 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10 (default, Mar 13 2023, 10:26:41) \n[GCC 9.4.0]" + "version": "3.8.10" }, - "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1" @@ -53,5 +52,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }