@@ -0,0 +1,18 @@
{ pkgs ? import <nixpkgs> {} }: let
pypkgs = pkgs.python3Packages;
in
pkgs.mkShell {
buildInputs = with pypkgs; [
python
opencv4
virtualenv
pkgs.jupyter
ipython
matplotlib
scikit-image
];
shellHook = ''
jupyter notebook
'';
}
The note is not visible to the blocked user.