Last active
November 1, 2018 21:41
-
-
Save kkew3/e1f1cf95a1c7d11d27ebb71aa9c296e2 to your computer and use it in GitHub Desktop.
A set of jupyter notebook dependency without prompt-toolkit version conflict.
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
# this set of dependencies is acquired from: | |
# https://github.com/jupyter/jupyter_console/issues/158#issue-330642313 | |
jupyter==1.0.0 | |
jupyter-client==5.2.3 | |
jupyter-console==5.2.0 | |
jupyter-core==4.4.0 | |
ipython==6.4.0 | |
prompt-toolkit==1.0.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment