Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytreat-practicals-2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Nichols
pytreat-practicals-2020
Commits
98a23a4a
Commit
98a23a4a
authored
7 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Tweaks to readme
parent
04517690
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-2
20 additions, 2 deletions
README.md
with
20 additions
and
2 deletions
README.md
+
20
−
2
View file @
98a23a4a
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
This repository contains Jupyter notebooks and data for the 2018 WIN PyTreat.
This repository contains Jupyter notebooks and data for the 2018 WIN PyTreat.
It contains two sets of practicals:
It contains the following:
-
The
`talks`
directory contains some (but not all) of the _Topyc_ talks that
will be given throughout the week.
-
The
`getting_started`
directory contains a series of practicals intended
-
The
`getting_started`
directory contains a series of practicals intended
for those of you who are new to the Python programming language, or need
for those of you who are new to the Python programming language, or need
...
@@ -14,7 +17,7 @@ It contains two sets of practicals:
...
@@ -14,7 +17,7 @@ It contains two sets of practicals:
about the language.
about the language.
The
se
practicals have been written under the assumption that FSL 5.0.10 is
The practicals have been written under the assumption that FSL 5.0.10 is
installed.
installed.
...
@@ -54,6 +57,21 @@ fsljupyter notebook
...
@@ -54,6 +57,21 @@ fsljupyter notebook
```
```
Throughout the week we might make changes to this repository. When this
happens, we will ask you to update your local clone of the repository with the
following command:
```
git reset --hard HEAD
git pull origin master
```
> Note that this will overwrite any changes that you have made to the
> files in your repository!
Have fun!
Have fun!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment