Skip to content

Commit

Permalink
Merge pull request #124565 from nbren12/jupyterlab-backport
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored May 27, 2021
2 parents 17293cc + c8a75cc commit ff00b8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/jupyter_server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/jupyterlab_server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ buildPythonPackage rec {
"test_get_language_pack"
];

__darwinAllowLocalNetworking = true;

meta = with lib; {
description = "JupyterLab Server";
homepage = "https://jupyter.org";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/nbclassic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ buildPythonPackage rec {
pytest-tornasync
];

__darwinAllowLocalNetworking = true;

meta = with lib; {
description = "Jupyter lab environment notebook server extension.";
license = with licenses; [ bsd3 ];
Expand Down

0 comments on commit ff00b8c

Please sign in to comment.