Created
September 6, 2018 15:54
-
-
Save wagnerjgoncalves/49e6b24fa779f0608107164099d813d3 to your computer and use it in GitHub Desktop.
Python + pipenv + 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
mkdir python_pipenv_jupyter | |
cd python_pipenv_jupyter/ | |
pipenv --three | |
pipenv install pandas numpy | |
pipenv install jupyter | |
pipenv run python -m ipykernel install --user --name python_pipenv_jupyter_env --display-name "python_pipenv_jupyter_env" | |
pipenv run jupyter notebook --ip=192.168.1.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment