Skip to content

Instantly share code, notes, and snippets.

@kaisugi
Last active November 14, 2019 07:03
Show Gist options
  • Save kaisugi/26aab62339bf7a63160cfc7e056c6589 to your computer and use it in GitHub Desktop.
Save kaisugi/26aab62339bf7a63160cfc7e056c6589 to your computer and use it in GitHub Desktop.
Jupyter 環境構築
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