Revert "Run jupyter automatically in python datasci"
This reverts commit b5abb09507.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
mkShell {
|
{
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
python3Packages.jupyter
|
python3Packages.jupyter
|
||||||
@@ -12,8 +12,4 @@ mkShell {
|
|||||||
python3Packages.matplotlib
|
python3Packages.matplotlib
|
||||||
python3Packages.seaborn
|
python3Packages.seaborn
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
|
||||||
jupyter notebook
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user