Loading pkgs/development/python-modules/notebook/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,10 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; env = { JUPYTER_PLATFORM_DIRS = 1; }; Loading Loading
pkgs/development/python-modules/notebook/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,10 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; env = { JUPYTER_PLATFORM_DIRS = 1; }; Loading