-
Notifications
You must be signed in to change notification settings - Fork 34
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
6 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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.
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,33 @@ | ||
# Purdue Analysis Facility | ||
|
||
## 1. Sign-in | ||
|
||
See the [Getting Started](https://analysis-facility.physics.purdue.edu/en/latest/doc-getting-started.html) guide and the rest of the documentation for details. | ||
|
||
Point your browser to https://cms.geddes.rcac.purdue.edu/hub and log in with your CERN or FNAL account. | ||
|
||
Create an instance with the default resources. | ||
|
||
|
||
## 2. Clone this repository | ||
|
||
1. Once the session starts, open the Git sidebar menu: | ||
|
||
![git menu](git.png) | ||
|
||
2. Click "Clone a Repository". | ||
|
||
3. Copy and paste the repository URL: https://github.com/FNALLPC/machine-learning-hats.git and Clone with the default options. | ||
|
||
4. You should now see the `machine-learning-hats` directory in your file browser: | ||
|
||
![folders](folders.png) | ||
|
||
Open it and navigate to `machine-learning-hats` -> `notebooks` | ||
|
||
|
||
## 3. Notebooks | ||
|
||
Open up a notebook and use the `Python3 kernel (default)` kernel. You can now the run the notebook by pressing `Shift + Enter`, one cell at a time. | ||
|
||
|