Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Merge requests
!942
You need to sign in or sign up before continuing.
Resolve
L2SS-1837
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Resolve
L2SS-1837
L2SS-1837
into
master
Overview
2
Commits
9
Pipelines
0
Changes
44
Merged
Corné Lukken
requested to merge
L2SS-1837
into
master
11 months ago
Overview
2
Commits
9
Pipelines
0
Changes
44
Expand
Closes
L2SS-1837
0
0
Merge request reports
Compare
master
version 17
bff02ec8
11 months ago
version 16
bd58d8d0
11 months ago
version 15
176d12d1
11 months ago
version 14
ad8c8951
11 months ago
version 13
a9f134f5
11 months ago
version 12
ea832bb3
11 months ago
version 11
78459aca
11 months ago
version 10
fbfa58fa
11 months ago
version 9
75e2ba03
11 months ago
version 8
30c055e6
11 months ago
version 7
23c97e96
11 months ago
version 6
e362dac5
11 months ago
version 5
572954b7
11 months ago
version 4
6fd33e54
11 months ago
version 3
f79c5089
11 months ago
version 2
4a9d41d0
11 months ago
version 1
c6b3181c
11 months ago
master (base)
and
latest version
latest version
83ff041b
9 commits,
11 months ago
version 17
bff02ec8
8 commits,
11 months ago
version 16
bd58d8d0
8 commits,
11 months ago
version 15
176d12d1
7 commits,
11 months ago
version 14
ad8c8951
7 commits,
11 months ago
version 13
a9f134f5
8 commits,
11 months ago
version 12
ea832bb3
7 commits,
11 months ago
version 11
78459aca
7 commits,
11 months ago
version 10
fbfa58fa
6 commits,
11 months ago
version 9
75e2ba03
12 commits,
11 months ago
version 8
30c055e6
12 commits,
11 months ago
version 7
23c97e96
11 commits,
11 months ago
version 6
e362dac5
10 commits,
11 months ago
version 5
572954b7
10 commits,
11 months ago
version 4
6fd33e54
10 commits,
11 months ago
version 3
f79c5089
9 commits,
11 months ago
version 2
4a9d41d0
9 commits,
11 months ago
version 1
c6b3181c
10 commits,
11 months ago
44 files
+
322
−
283
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
44
Search (e.g. *.vue) (Ctrl+P)
docker/jupyter-lab/ipython-profiles/stationcontrol-jupyter/startup/99-help.py
+
1
−
1
Options
@@ -3,7 +3,7 @@ from IPython.display import display, Markdown
LOFAR_HELP_TEXT
=
"""
# Welcome to this LOFAR station!
The `devices` list contains all devices known. They are in read-only mode by default. To write to attributes or call commands on them, please
The `devices` list contains all devices known. They are in read-only mode by default. To write to attributes or call commands on them, please
call `write_access.enable()` or `with write_access: ...` in your notebook.
For each device, the following functions may prove useful:
Loading