Last active
March 14, 2019 12:40
-
-
Save eacousineau/ce6577ed4811a87afc988c465a2755f2 to your computer and use it in GitHub Desktop.
so_55153277
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
attrs==19.1.0 | |
backcall==0.1.0 | |
bleach==3.1.0 | |
decorator==4.3.2 | |
defusedxml==0.5.0 | |
entrypoints==0.3 | |
ipykernel==5.1.0 | |
ipython==7.3.0 | |
ipython-genutils==0.2.0 | |
ipywidgets==7.4.2 | |
jedi==0.13.3 | |
Jinja2==2.10 | |
jsonschema==3.0.1 | |
jupyter==1.0.0 | |
jupyter-client==5.2.4 | |
jupyter-console==6.0.0 | |
jupyter-core==4.4.0 | |
MarkupSafe==1.1.1 | |
mistune==0.8.4 | |
nbconvert==5.4.1 | |
nbformat==4.4.0 | |
notebook==5.7.6 | |
pandocfilters==1.4.2 | |
parso==0.3.4 | |
pexpect==4.6.0 | |
pickleshare==0.7.5 | |
pkg-resources==0.0.0 | |
prometheus-client==0.6.0 | |
prompt-toolkit==2.0.9 | |
ptyprocess==0.6.0 | |
Pygments==2.3.1 | |
pyrsistent==0.14.11 | |
python-dateutil==2.8.0 | |
pyzmq==18.0.1 | |
qtconsole==4.4.3 | |
Send2Trash==1.5.0 | |
six==1.12.0 | |
terminado==0.8.1 | |
testpath==0.4.2 | |
tornado==6.0.1 | |
traitlets==4.3.2 | |
wcwidth==0.1.7 | |
webencodings==0.5.1 | |
widgetsnbextension==3.4.2 |
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
$ cd venv | |
$ python3 -m virtualenv -p python3 . | |
$ ./bin/python --version | |
Python 3.6.7 | |
$ ./bin/pip install jupyter | |
$ ./py3/bin/pip freeze | |
# See output in `python_requirements.txt` | |
$ ./bin/jupyter notebook | |
# Add code you mentioned | |
# Output: | |
ⴰ | |
ⵣ | |
# My browswer: | |
$ firefox --version | |
Mozilla Firefox 65.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pic from Colab Jupyter notebook (https://colab.research.google.com/drive/1Ti14JTIxcQ9z-DaqBVFNj8p36gTH1Vgo):