Skip to content

Instantly share code, notes, and snippets.

@wagnerjgoncalves
Created September 6, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wagnerjgoncalves/49e6b24fa779f0608107164099d813d3 to your computer and use it in GitHub Desktop.
Save wagnerjgoncalves/49e6b24fa779f0608107164099d813d3 to your computer and use it in GitHub Desktop.
Python + pipenv + jupyter
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