Skip to content

Commit c606762

Browse files
committed
env: add jupyterlab-ipywidgets
1 parent f5cbba5 commit c606762

17 files changed

+149
-52
lines changed

requirements-python39-rf31.nix

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ self: super: {
1818
nativeBuildInputs = [];
1919
propagatedBuildInputs = [];
2020
};
21-
"MarkupSafe" = super.buildPythonPackage rec {
22-
pname = "MarkupSafe";
23-
version = "2.1.1";
24-
src = fetchurl {
25-
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
26-
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
27-
};
28-
format = "setuptools";
29-
doCheck = false;
30-
buildInputs = [];
31-
checkInputs = [];
32-
nativeBuildInputs = [];
33-
propagatedBuildInputs = [];
34-
};
3521
"PySocks" = super.buildPythonPackage rec {
3622
pname = "PySocks";
3723
version = "1.7.1";
@@ -813,7 +799,7 @@ self: super: {
813799
checkInputs = [];
814800
nativeBuildInputs = [];
815801
propagatedBuildInputs = [
816-
self."MarkupSafe"
802+
self."markupsafe"
817803
];
818804
};
819805
"json5" = super.buildPythonPackage rec {
@@ -1132,6 +1118,20 @@ self: super: {
11321118
self."tornado"
11331119
];
11341120
};
1121+
"jupyterlab-kernelspy" = super.buildPythonPackage rec {
1122+
pname = "jupyterlab-kernelspy";
1123+
version = "3.1.0";
1124+
src = fetchurl {
1125+
url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl";
1126+
sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd";
1127+
};
1128+
format = "wheel";
1129+
doCheck = false;
1130+
buildInputs = [];
1131+
checkInputs = [];
1132+
nativeBuildInputs = [];
1133+
propagatedBuildInputs = [];
1134+
};
11351135
"jupyterlab-pygments" = super.buildPythonPackage rec {
11361136
pname = "jupyterlab-pygments";
11371137
version = "0.2.2";
@@ -1261,6 +1261,20 @@ self: super: {
12611261
self."mdurl"
12621262
];
12631263
};
1264+
"markupsafe" = super.buildPythonPackage rec {
1265+
pname = "markupsafe";
1266+
version = "2.1.1";
1267+
src = fetchurl {
1268+
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
1269+
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
1270+
};
1271+
format = "setuptools";
1272+
doCheck = false;
1273+
buildInputs = [];
1274+
checkInputs = [];
1275+
nativeBuildInputs = [];
1276+
propagatedBuildInputs = [];
1277+
};
12641278
"matplotlib-inline" = super.buildPythonPackage rec {
12651279
pname = "matplotlib-inline";
12661280
version = "0.1.6";
@@ -1413,7 +1427,6 @@ self: super: {
14131427
checkInputs = [];
14141428
nativeBuildInputs = [];
14151429
propagatedBuildInputs = [
1416-
self."MarkupSafe"
14171430
self."beautifulsoup4"
14181431
self."bleach"
14191432
self."defusedxml"
@@ -1422,6 +1435,7 @@ self: super: {
14221435
self."jupyter-core"
14231436
self."jupyterlab-pygments"
14241437
self."lxml"
1438+
self."markupsafe"
14251439
self."mistune"
14261440
self."nbclient"
14271441
self."nbformat"

requirements-python39-rf31.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
GenSON==1.2.2
2-
MarkupSafe==2.1.1
32
PySocks==1.7.1
43
RESTinstance==1.3.0
54
Send2Trash==1.8.0
@@ -65,6 +64,7 @@ jupyter-nbextensions-configurator==0.5.0
6564
jupyter-server==1.18.1
6665
jupyter-starters==1.1.0
6766
jupyterlab==3.4.7
67+
jupyterlab-kernelspy==3.1.0
6868
jupyterlab-pygments==0.2.2
6969
jupyterlab-server==2.15.1
7070
jupyterlab-widgets==3.0.3
@@ -73,6 +73,7 @@ lazy-object-proxy==1.7.1
7373
lunr==0.6.2
7474
lxml==4.9.1
7575
markdown-it-py==2.1.0
76+
markupsafe==2.1.1
7677
matplotlib-inline==0.1.6
7778
mccabe==0.7.0
7879
mdit-py-plugins==0.3.0

requirements-python39-rf32.nix

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ self: super: {
1818
nativeBuildInputs = [];
1919
propagatedBuildInputs = [];
2020
};
21-
"MarkupSafe" = super.buildPythonPackage rec {
22-
pname = "MarkupSafe";
23-
version = "2.1.1";
24-
src = fetchurl {
25-
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
26-
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
27-
};
28-
format = "setuptools";
29-
doCheck = false;
30-
buildInputs = [];
31-
checkInputs = [];
32-
nativeBuildInputs = [];
33-
propagatedBuildInputs = [];
34-
};
3521
"PySocks" = super.buildPythonPackage rec {
3622
pname = "PySocks";
3723
version = "1.7.1";
@@ -813,7 +799,7 @@ self: super: {
813799
checkInputs = [];
814800
nativeBuildInputs = [];
815801
propagatedBuildInputs = [
816-
self."MarkupSafe"
802+
self."markupsafe"
817803
];
818804
};
819805
"json5" = super.buildPythonPackage rec {
@@ -1132,6 +1118,20 @@ self: super: {
11321118
self."tornado"
11331119
];
11341120
};
1121+
"jupyterlab-kernelspy" = super.buildPythonPackage rec {
1122+
pname = "jupyterlab-kernelspy";
1123+
version = "3.1.0";
1124+
src = fetchurl {
1125+
url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl";
1126+
sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd";
1127+
};
1128+
format = "wheel";
1129+
doCheck = false;
1130+
buildInputs = [];
1131+
checkInputs = [];
1132+
nativeBuildInputs = [];
1133+
propagatedBuildInputs = [];
1134+
};
11351135
"jupyterlab-pygments" = super.buildPythonPackage rec {
11361136
pname = "jupyterlab-pygments";
11371137
version = "0.2.2";
@@ -1261,6 +1261,20 @@ self: super: {
12611261
self."mdurl"
12621262
];
12631263
};
1264+
"markupsafe" = super.buildPythonPackage rec {
1265+
pname = "markupsafe";
1266+
version = "2.1.1";
1267+
src = fetchurl {
1268+
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
1269+
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
1270+
};
1271+
format = "setuptools";
1272+
doCheck = false;
1273+
buildInputs = [];
1274+
checkInputs = [];
1275+
nativeBuildInputs = [];
1276+
propagatedBuildInputs = [];
1277+
};
12641278
"matplotlib-inline" = super.buildPythonPackage rec {
12651279
pname = "matplotlib-inline";
12661280
version = "0.1.6";
@@ -1413,7 +1427,6 @@ self: super: {
14131427
checkInputs = [];
14141428
nativeBuildInputs = [];
14151429
propagatedBuildInputs = [
1416-
self."MarkupSafe"
14171430
self."beautifulsoup4"
14181431
self."bleach"
14191432
self."defusedxml"
@@ -1422,6 +1435,7 @@ self: super: {
14221435
self."jupyter-core"
14231436
self."jupyterlab-pygments"
14241437
self."lxml"
1438+
self."markupsafe"
14251439
self."mistune"
14261440
self."nbclient"
14271441
self."nbformat"

requirements-python39-rf32.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
GenSON==1.2.2
2-
MarkupSafe==2.1.1
32
PySocks==1.7.1
43
RESTinstance==1.3.0
54
Send2Trash==1.8.0
@@ -65,6 +64,7 @@ jupyter-nbextensions-configurator==0.5.0
6564
jupyter-server==1.18.1
6665
jupyter-starters==1.1.0
6766
jupyterlab==3.4.7
67+
jupyterlab-kernelspy==3.1.0
6868
jupyterlab-pygments==0.2.2
6969
jupyterlab-server==2.15.1
7070
jupyterlab-widgets==3.0.3
@@ -73,6 +73,7 @@ lazy-object-proxy==1.7.1
7373
lunr==0.6.2
7474
lxml==4.9.1
7575
markdown-it-py==2.1.0
76+
markupsafe==2.1.1
7677
matplotlib-inline==0.1.6
7778
mccabe==0.7.0
7879
mdit-py-plugins==0.3.0

requirements-python39-rf40.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,20 @@ self: super: {
11181118
self."tornado"
11191119
];
11201120
};
1121+
"jupyterlab-kernelspy" = super.buildPythonPackage rec {
1122+
pname = "jupyterlab-kernelspy";
1123+
version = "3.1.0";
1124+
src = fetchurl {
1125+
url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl";
1126+
sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd";
1127+
};
1128+
format = "wheel";
1129+
doCheck = false;
1130+
buildInputs = [];
1131+
checkInputs = [];
1132+
nativeBuildInputs = [];
1133+
propagatedBuildInputs = [];
1134+
};
11211135
"jupyterlab-pygments" = super.buildPythonPackage rec {
11221136
pname = "jupyterlab-pygments";
11231137
version = "0.2.2";

requirements-python39-rf40.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jupyter-nbextensions-configurator==0.5.0
6464
jupyter-server==1.18.1
6565
jupyter-starters==1.1.0
6666
jupyterlab==3.4.7
67+
jupyterlab-kernelspy==3.1.0
6768
jupyterlab-pygments==0.2.2
6869
jupyterlab-server==2.15.1
6970
jupyterlab-widgets==3.0.3

requirements-python39-rf41.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,20 @@ self: super: {
11181118
self."tornado"
11191119
];
11201120
};
1121+
"jupyterlab-kernelspy" = super.buildPythonPackage rec {
1122+
pname = "jupyterlab-kernelspy";
1123+
version = "3.1.0";
1124+
src = fetchurl {
1125+
url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl";
1126+
sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd";
1127+
};
1128+
format = "wheel";
1129+
doCheck = false;
1130+
buildInputs = [];
1131+
checkInputs = [];
1132+
nativeBuildInputs = [];
1133+
propagatedBuildInputs = [];
1134+
};
11211135
"jupyterlab-pygments" = super.buildPythonPackage rec {
11221136
pname = "jupyterlab-pygments";
11231137
version = "0.2.2";

requirements-python39-rf41.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jupyter-nbextensions-configurator==0.5.0
6464
jupyter-server==1.18.1
6565
jupyter-starters==1.1.0
6666
jupyterlab==3.4.7
67+
jupyterlab-kernelspy==3.1.0
6768
jupyterlab-pygments==0.2.2
6869
jupyterlab-server==2.15.1
6970
jupyterlab-widgets==3.0.3

requirements-python39-rf50.nix

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ self: super: {
1818
nativeBuildInputs = [];
1919
propagatedBuildInputs = [];
2020
};
21-
"MarkupSafe" = super.buildPythonPackage rec {
22-
pname = "MarkupSafe";
23-
version = "2.1.1";
24-
src = fetchurl {
25-
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
26-
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
27-
};
28-
format = "setuptools";
29-
doCheck = false;
30-
buildInputs = [];
31-
checkInputs = [];
32-
nativeBuildInputs = [];
33-
propagatedBuildInputs = [];
34-
};
3521
"PySocks" = super.buildPythonPackage rec {
3622
pname = "PySocks";
3723
version = "1.7.1";
@@ -813,7 +799,7 @@ self: super: {
813799
checkInputs = [];
814800
nativeBuildInputs = [];
815801
propagatedBuildInputs = [
816-
self."MarkupSafe"
802+
self."markupsafe"
817803
];
818804
};
819805
"json5" = super.buildPythonPackage rec {
@@ -1132,6 +1118,20 @@ self: super: {
11321118
self."tornado"
11331119
];
11341120
};
1121+
"jupyterlab-kernelspy" = super.buildPythonPackage rec {
1122+
pname = "jupyterlab-kernelspy";
1123+
version = "3.1.0";
1124+
src = fetchurl {
1125+
url = "https://files.pythonhosted.org/packages/1d/b7/6aa69688f8ed3c6438184b293930f6b5e4eb7cea11ff36c16477abd2d8c5/jupyterlab_kernelspy-3.1.0-py3-none-any.whl";
1126+
sha256 = "0vrbvibfqmssxba7cajr9b6bwcdkyqsj0bh81p9sifc15ndid7vd";
1127+
};
1128+
format = "wheel";
1129+
doCheck = false;
1130+
buildInputs = [];
1131+
checkInputs = [];
1132+
nativeBuildInputs = [];
1133+
propagatedBuildInputs = [];
1134+
};
11351135
"jupyterlab-pygments" = super.buildPythonPackage rec {
11361136
pname = "jupyterlab-pygments";
11371137
version = "0.2.2";
@@ -1261,6 +1261,20 @@ self: super: {
12611261
self."mdurl"
12621262
];
12631263
};
1264+
"markupsafe" = super.buildPythonPackage rec {
1265+
pname = "markupsafe";
1266+
version = "2.1.1";
1267+
src = fetchurl {
1268+
url = "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz";
1269+
sha256 = "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz";
1270+
};
1271+
format = "setuptools";
1272+
doCheck = false;
1273+
buildInputs = [];
1274+
checkInputs = [];
1275+
nativeBuildInputs = [];
1276+
propagatedBuildInputs = [];
1277+
};
12641278
"matplotlib-inline" = super.buildPythonPackage rec {
12651279
pname = "matplotlib-inline";
12661280
version = "0.1.6";
@@ -1413,7 +1427,6 @@ self: super: {
14131427
checkInputs = [];
14141428
nativeBuildInputs = [];
14151429
propagatedBuildInputs = [
1416-
self."MarkupSafe"
14171430
self."beautifulsoup4"
14181431
self."bleach"
14191432
self."defusedxml"
@@ -1422,6 +1435,7 @@ self: super: {
14221435
self."jupyter-core"
14231436
self."jupyterlab-pygments"
14241437
self."lxml"
1438+
self."markupsafe"
14251439
self."mistune"
14261440
self."nbclient"
14271441
self."nbformat"

requirements-python39-rf50.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
GenSON==1.2.2
2-
MarkupSafe==2.1.1
32
PySocks==1.7.1
43
RESTinstance==1.3.0
54
Send2Trash==1.8.0
@@ -65,6 +64,7 @@ jupyter-nbextensions-configurator==0.5.0
6564
jupyter-server==1.18.1
6665
jupyter-starters==1.1.0
6766
jupyterlab==3.4.7
67+
jupyterlab-kernelspy==3.1.0
6868
jupyterlab-pygments==0.2.2
6969
jupyterlab-server==2.15.1
7070
jupyterlab-widgets==3.0.3
@@ -73,6 +73,7 @@ lazy-object-proxy==1.7.1
7373
lunr==0.6.2
7474
lxml==4.9.1
7575
markdown-it-py==2.1.0
76+
markupsafe==2.1.1
7677
matplotlib-inline==0.1.6
7778
mccabe==0.7.0
7879
mdit-py-plugins==0.3.0

0 commit comments

Comments
 (0)