Skip to content

Commit 783f9c5

Browse files
committed
Change the pip install notebook to use pypl
1 parent 73c230b commit 783f9c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

notebooks/mnist1d-pip.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 4,
5+
"execution_count": 6,
66
"id": "733c5564",
77
"metadata": {
88
"scrolled": true
99
},
1010
"outputs": [],
1111
"source": [
12-
"# !python -m pip install git+https://github.com/greydanus/mnist1d.git@master"
12+
"# !pip install mnist1d"
1313
]
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 1,
17+
"execution_count": 7,
1818
"id": "87fa18b4-7d57-46e5-aa42-694ac83ef4e6",
1919
"metadata": {},
2020
"outputs": [
@@ -24,7 +24,7 @@
2424
"((4000, 40), (4000,), (40,))"
2525
]
2626
},
27-
"execution_count": 1,
27+
"execution_count": 7,
2828
"metadata": {},
2929
"output_type": "execute_result"
3030
}
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 3,
44+
"execution_count": 8,
4545
"id": "64f2699a-9642-4b5e-92a0-a13f0460b23e",
4646
"metadata": {},
4747
"outputs": [],

pypl_notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SJG Notes for PYPL uploads:
22

33

4-
* `git tag v0.0.1`
5-
* `git push origin v0.0.1`
4+
* `git tag v0.0.2`
5+
* `git push origin v0.0.2`
66
* (commit)
77
* `python3 -m build`
88
* Upload w/`twine` (Test)

0 commit comments

Comments
 (0)