Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
remote_notebook_tests
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Germán Eizaguirre
remote_notebook_tests
Commits
1156b06c
Commit
1156b06c
authored
Sep 15, 2020
by
German Telmo Eizaguirre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
0 deletions
+52
-0
.gitignore
.gitignore
+3
-0
execution_testbook-checkpoint.ipynb
.ipynb_checkpoints/execution_testbook-checkpoint.ipynb
+6
-0
README.md
README.md
+1
-0
execution_testbook.ipynb
execution_testbook.ipynb
+42
-0
No files found.
.gitignore
0 → 100644
View file @
1156b06c
bin/
include/
lib/
.ipynb_checkpoints/execution_testbook-checkpoint.ipynb
0 → 100644
View file @
1156b06c
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
README.md
0 → 100644
View file @
1156b06c
## Tests for remotely executable notebooks on gitlab repositories.
execution_testbook.ipynb
0 → 100644
View file @
1156b06c
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello\n"
]
}
],
"source": [
"print(\"Hello\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "remote_notebook_tests",
"language": "python",
"name": "remote_notebook_tests"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
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