Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
9ff7eb902e8f0358b234efe9f0500594
mooc-rr
Commits
67fd568b
Commit
67fd568b
authored
May 06, 2024
by
9ff7eb902e8f0358b234efe9f0500594
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test2
parent
10382c76
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1065 additions
and
18 deletions
+1065
-18
Test.ipynb
module3/exo1/Test.ipynb
+6
-14
test.svg
module3/exo1/test.svg
+1059
-4
No files found.
module3/exo1/Test.ipynb
View file @
67fd568b
...
...
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count":
1
,
"execution_count":
4
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count":
2
,
"execution_count":
5
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
6
,
"metadata": {},
"outputs": [
{
...
...
@@ -35,15 +35,6 @@
"needs_background": "light"
},
"output_type": "display_data"
},
{
"data": {
"text/plain": [
"<Figure size 432x288 with 0 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
...
...
@@ -65,9 +56,10 @@
" plt.text(numerical_indices[i], A[i], str(A[i]), ha='center', va='bottom')\n",
"\n",
"plt.ylim(0, 90)\n",
"plt.show()\n",
"\n",
"plt.savefig('test.svg', format='svg')"
"plt.savefig('test.svg', format='svg')\n",
"\n",
"plt.show()"
]
},
{
...
...
module3/exo1/test.svg
View file @
67fd568b
This diff is collapsed.
Click to expand it.
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