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 22 "cells" : [
33 {
44 "cell_type" : " markdown" ,
5- "id" : " cdf469e7-0110-4b75-97d5-69c25aa290f5 " ,
5+ "id" : " 0 " ,
66 "metadata" : {},
77 "source" : [
88 " # Example\n " ,
1313 {
1414 "cell_type" : " code" ,
1515 "execution_count" : null ,
16- "id" : " 4a694f4d-ba0d-4ea4-b15e-db17a2fa8e61 " ,
16+ "id" : " 1 " ,
1717 "metadata" : {
1818 "tags" : []
1919 },
3636 },
3737 {
3838 "cell_type" : " markdown" ,
39- "id" : " a340fd27-85ef-4c3c-bfb5-f1783a9a166d " ,
39+ "id" : " 2 " ,
4040 "metadata" : {},
4141 "source" : [
4242 " ## Callbacks\n " ,
4747 {
4848 "cell_type" : " code" ,
4949 "execution_count" : null ,
50- "id" : " d6e20593-ad30-41cb-b6f7-baaf12c81c83 " ,
50+ "id" : " 3 " ,
5151 "metadata" : {
5252 "tags" : []
5353 },
6161 },
6262 {
6363 "cell_type" : " markdown" ,
64- "id" : " 08d19a3e-93da-4a4a-83c2-5e7abf1da4c6 " ,
64+ "id" : " 4 " ,
6565 "metadata" : {},
6666 "source" : []
6767 }
8383 "nbconvert_exporter" : " python" ,
8484 "pygments_lexer" : " ipython3" ,
8585 "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- }
9386 }
9487 },
9588 "nbformat" : 4 ,
Original file line number Diff line number Diff line change 22 "cells" : [
33 {
44 "cell_type" : " markdown" ,
5- "id" : " 1e97b3aa-03ad-4de0-9ad1-8e073e719b5d " ,
5+ "id" : " 0 " ,
66 "metadata" : {},
77 "source" : [
88 " # mpl-draggable-line's Documentation\n " ,
2323 {
2424 "cell_type" : " code" ,
2525 "execution_count" : null ,
26- "id" : " 1fffca68-2e56-4025-a441-bbdfdb012465 " ,
26+ "id" : " 1 " ,
2727 "metadata" : {
2828 "tags" : []
2929 },
4545 },
4646 {
4747 "cell_type" : " markdown" ,
48- "id" : " 66919c8d-b22e-4168-ba29-01b2e6b91b8c " ,
48+ "id" : " 2 " ,
4949 "metadata" : {},
5050 "source" : [
5151 " ```{toctree}\n " ,
8282 "nbconvert_exporter" : " python" ,
8383 "pygments_lexer" : " ipython3" ,
8484 "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- }
9285 }
9386 },
9487 "nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-draggable-line
77author = Ian Hunt-Isaak
88author_email = ianhuntisaak@gmail.com
99license = BSD-3-Clause
10- license_file = LICENSE
10+ license_files = LICENSE
1111classifiers =
1212 Development Status :: 2 - Pre-Alpha
1313 License :: OSI Approved :: BSD License
@@ -20,7 +20,7 @@ project_urls =
2020
2121[options]
2222packages = find:
23- python_requires = >=3.7
23+ python_requires = >=3.8
2424zip_safe = False
2525
2626[options.extras_require]
You can’t perform that action at this time.
0 commit comments