diff --git a/README.md b/README.md index 0b5baf822b83bfc03e943719ed5c47f04cdef61a..6c6765eff1c52ba9e259e8180daaab593e3799cc 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Your prompt should have if the activation of the virtual env worked. ## Installing Jupyter -If you want to use a jupyter notebook, you can install Jupyter with +If you want to use a Jupyter notebook, you can install Jupyter and all the required packages - pip install jupyter + pip install -r packages And then: diff --git a/packages b/packages new file mode 100644 index 0000000000000000000000000000000000000000..4766be1a0c100b4197d111ec2631d6ec9d3b367b --- /dev/null +++ b/packages @@ -0,0 +1,49 @@ +attrs==19.3.0 +backcall==0.1.0 +bleach==3.1.1 +decorator==4.4.2 +defusedxml==0.6.0 +entrypoints==0.3 +importlib-metadata==1.5.0 +ipykernel==5.1.4 +ipython==7.13.0 +ipython-genutils==0.2.0 +ipywidgets==7.5.1 +jedi==0.16.0 +Jinja2==2.11.1 +jsonschema==3.2.0 +jupyter==1.0.0 +jupyter-client==6.0.0 +jupyter-console==6.1.0 +jupyter-core==4.6.3 +MarkupSafe==1.1.1 +mistune==0.8.4 +nbconvert==5.6.1 +nbformat==5.0.4 +notebook==6.0.3 +numpy==1.18.1 +pandocfilters==1.4.2 +parso==0.6.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==7.0.0 +prometheus-client==0.7.1 +prompt-toolkit==3.0.4 +ptyprocess==0.6.0 +Pygments==2.6.1 +pyrsistent==0.15.7 +python-dateutil==2.8.1 +pyzmq==19.0.0 +qtconsole==4.7.1 +QtPy==1.9.0 +Send2Trash==1.5.0 +six==1.14.0 +terminado==0.8.3 +testpath==0.4.4 +torch==1.4.0 +tornado==6.0.4 +traitlets==4.3.3 +wcwidth==0.1.8 +webencodings==0.5.1 +widgetsnbextension==3.5.1 +zipp==3.1.0