Skip to content

Commit 5193d9d

Browse files
committed
https
1 parent ee1e98a commit 5193d9d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/ComputationalMethods/Evaluacion2020-1
44
[submodule "Evaluacion_2020-2"]
55
path = Evaluacion_2020-2
6-
url = git@github.com:ComputationalMethods/Evaluacion_2020-2.git
6+
url = https://github.com/ComputationalMethods/Evaluacion_2020-2.git

material/overview-python.ipynb

+9
Original file line numberDiff line numberDiff line change
@@ -3588,6 +3588,15 @@
35883588
"input('What was the Google query that you ask?:\\n')"
35893589
]
35903590
},
3591+
{
3592+
"cell_type": "code",
3593+
"execution_count": null,
3594+
"metadata": {},
3595+
"outputs": [],
3596+
"source": [
3597+
"np.sin(θ)"
3598+
]
3599+
},
35913600
{
35923601
"cell_type": "markdown",
35933602
"metadata": {},

0 commit comments

Comments
 (0)