File tree Expand file tree Collapse file tree 4 files changed +28
-449
lines changed Expand file tree Collapse file tree 4 files changed +28
-449
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2
2
"cells" : [
3
3
{
4
4
"cell_type" : " markdown" ,
5
- "id" : " cdf469e7-0110-4b75-97d5-69c25aa290f5 " ,
5
+ "id" : " 0 " ,
6
6
"metadata" : {},
7
7
"source" : [
8
8
" # Example\n " ,
13
13
{
14
14
"cell_type" : " code" ,
15
15
"execution_count" : null ,
16
- "id" : " 4a694f4d-ba0d-4ea4-b15e-db17a2fa8e61 " ,
16
+ "id" : " 1 " ,
17
17
"metadata" : {
18
18
"tags" : []
19
19
},
36
36
},
37
37
{
38
38
"cell_type" : " markdown" ,
39
- "id" : " a340fd27-85ef-4c3c-bfb5-f1783a9a166d " ,
39
+ "id" : " 2 " ,
40
40
"metadata" : {},
41
41
"source" : [
42
42
" ## Callbacks\n " ,
47
47
{
48
48
"cell_type" : " code" ,
49
49
"execution_count" : null ,
50
- "id" : " d6e20593-ad30-41cb-b6f7-baaf12c81c83 " ,
50
+ "id" : " 3 " ,
51
51
"metadata" : {
52
52
"tags" : []
53
53
},
61
61
},
62
62
{
63
63
"cell_type" : " markdown" ,
64
- "id" : " 08d19a3e-93da-4a4a-83c2-5e7abf1da4c6 " ,
64
+ "id" : " 4 " ,
65
65
"metadata" : {},
66
66
"source" : []
67
67
}
83
83
"nbconvert_exporter" : " python" ,
84
84
"pygments_lexer" : " ipython3" ,
85
85
"version" : " 3.9.9"
86
- },
87
- "widgets" : {
88
- "application/vnd.jupyter.widget-state+json" : {
89
- "state" : {},
90
- "version_major" : 2 ,
91
- "version_minor" : 0
92
- }
93
86
}
94
87
},
95
88
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 2
2
"cells" : [
3
3
{
4
4
"cell_type" : " markdown" ,
5
- "id" : " 1e97b3aa-03ad-4de0-9ad1-8e073e719b5d " ,
5
+ "id" : " 0 " ,
6
6
"metadata" : {},
7
7
"source" : [
8
8
" # mpl-draggable-line's Documentation\n " ,
23
23
{
24
24
"cell_type" : " code" ,
25
25
"execution_count" : null ,
26
- "id" : " 1fffca68-2e56-4025-a441-bbdfdb012465 " ,
26
+ "id" : " 1 " ,
27
27
"metadata" : {
28
28
"tags" : []
29
29
},
45
45
},
46
46
{
47
47
"cell_type" : " markdown" ,
48
- "id" : " 66919c8d-b22e-4168-ba29-01b2e6b91b8c " ,
48
+ "id" : " 2 " ,
49
49
"metadata" : {},
50
50
"source" : [
51
51
" ```{toctree}\n " ,
82
82
"nbconvert_exporter" : " python" ,
83
83
"pygments_lexer" : " ipython3" ,
84
84
"version" : " 3.9.9"
85
- },
86
- "widgets" : {
87
- "application/vnd.jupyter.widget-state+json" : {
88
- "state" : {},
89
- "version_major" : 2 ,
90
- "version_minor" : 0
91
- }
92
85
}
93
86
},
94
87
"nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-draggable-line
7
7
author = Ian Hunt-Isaak
8
8
9
9
license = BSD-3-Clause
10
- license_file = LICENSE
10
+ license_files = LICENSE
11
11
classifiers =
12
12
Development Status :: 2 - Pre-Alpha
13
13
License :: OSI Approved :: BSD License
@@ -20,7 +20,7 @@ project_urls =
20
20
21
21
[options]
22
22
packages = find:
23
- python_requires = >=3.7
23
+ python_requires = >=3.9
24
24
zip_safe = False
25
25
26
26
[options.extras_require]
You can’t perform that action at this time.
0 commit comments