Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Henrik Skov Midtiby
gitlab-assignment-handler
Commits
b0d52d1d
Commit
b0d52d1d
authored
Feb 26, 2020
by
Henrik Skov Midtiby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Started to work on the Readme.md file.
parent
9d5b689f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
Readme.md
Readme.md
+37
-0
No files found.
Readme.md
0 → 100644
View file @
b0d52d1d
# Getting started
Install requirements
```
pipenv install
```
## Securing API access to the server
In this step you should get a personal access token (PAT)
from the gitlab server and save that token in the file
`config.py`
.
To obtain a PAT do the following:
1.
Login on the gitlab server web interface
2.
Find your user settings (upper right corner)
3.
Enter the menu item "Access Tokens" (placed in the left panel)
4.
Specify name for the access token and ensure that the api scope is selected.
5.
Click create personal access token and save the access token in the file
`config.py`
The content of the file
`config.py`
should look similar to this
```
PersonalAcessToken = "asd2kl6has4ldj3lksaf"
```
## Launching the jupyter notebook
Launch the jupyter notebook server with the command
```
pipenv run jupyter notebook
```
and open the file
`Demonstration of GitlabClassHelper.ipynb`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment