Revert "Run jupyter automatically in python datasci"
This reverts commit b5abb09507
.
This commit is contained in:
parent
6fbe501f9a
commit
5fd053f4c4
|
@ -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
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue