forked from maxhumber/BRE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
67,267 additions
and
24,615 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
,Old Fashion,Manhattan,Negroni,Margarita,Martini,Whiskey Sour,Beer,Water,Soda Water,Screw Driver | ||
Finn,2,5,,1,5,4,5,5,2, | ||
Marina,2,2,,2,4,,4,5,,1 | ||
Aman,5,2,3,3,5,4,3,5,3, | ||
Anita,5,3,3,1,5,3,1,5,,5 | ||
Jordan,4,3,,4,4,4,4,4,1, | ||
Ashley,2,2,1,3,2,5,5,5,,2 | ||
Michael,2,2,3,3,2,1,5,5,5, | ||
Rittik,5,5,4,3,4,2,4,5,4, | ||
Brandon,5,5,5,5,5,5,1,,,4 | ||
Max,4,3,1,4,2,4,4,1,5, |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
####Spotlight | ||
|
||
Install conda kernels (in your main environment) | ||
|
||
``` | ||
conda install nb_conda_kernels | ||
``` | ||
|
||
Create a 3.6 environment with Anaconda: | ||
|
||
``` | ||
conda create -n spot python=3.6 | ||
conda activate spot | ||
conda install -c anaconda jupyter ipykernel pandas nb_conda_kernels | ||
conda install -c maciejkula -c pytorch spotlight | ||
``` | ||
|
||
To get out: | ||
|
||
``` | ||
conda deactivate | ||
``` |