Merge pull request #124565 from nbren12/jupyterlab-backport
This commit is contained in:
commit
ff00b8c0d1
@ -77,6 +77,8 @@ buildPythonPackage rec {
|
||||
"test_delete"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
||||
homepage = "https://github.com/jupyter-server/jupyter_server";
|
||||
|
@ -41,6 +41,8 @@ buildPythonPackage rec {
|
||||
"test_get_language_pack"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "JupyterLab Server";
|
||||
homepage = "https://jupyter.org";
|
||||
|
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
||||
pytest-tornasync
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Jupyter lab environment notebook server extension.";
|
||||
license = with licenses; [ bsd3 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user