Last active
November 14, 2019 07:03
-
-
Save kaisugi/26aab62339bf7a63160cfc7e056c6589 to your computer and use it in GitHub Desktop.
Jupyter 環境構築
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
pipenv install jupyter jupyter_contrib_nbextensions | |
pipenv install matplotlib numpy scipy | |
pipenv run jupyter notebook --ip=127.0.0.1 --allow-root | |
# pdf にする | |
jupyter nbconvert hoge.ipynb --to pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment