Created
June 4, 2019 11:40
-
-
Save keithrozario/53ec7504f680a13b614dcede974cbb17 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ python -m venv projectname | |
$ source projectname/bin/activate | |
(venv) $ pip install ipykernel | |
(venv) $ ipython kernel install --user --name=projectname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dmlc/xgboost#1715