quantitative-literaturwissenschaft: some metre exploration, but does it work?
This commit is contained in:
242
quantitative-literaturwissenschaft/Untitled.ipynb
Normal file
242
quantitative-literaturwissenschaft/Untitled.ipynb
Normal file
File diff suppressed because one or more lines are too long
13
quantitative-literaturwissenschaft/shell.nix
Normal file
13
quantitative-literaturwissenschaft/shell.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
pkgs.mkShell {
|
||||||
|
packages = [
|
||||||
|
(pkgs.python3.withPackages (py: [
|
||||||
|
py.jupyter
|
||||||
|
py.numpy
|
||||||
|
py.pandas
|
||||||
|
py.matplotlib
|
||||||
|
py.scikit-learn
|
||||||
|
py.plotly
|
||||||
|
]))
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user