Added pipenv, updates etc
This commit is contained in:
parent
1c35aeca30
commit
061cdb6aed
3 changed files with 1363 additions and 221 deletions
17
PythonAI/JupyterLab/Pipfile
Normal file
17
PythonAI/JupyterLab/Pipfile
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
name = "pypi"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
jupyterlab = "*"
|
||||||
|
pandas = "*"
|
||||||
|
numpy = "*"
|
||||||
|
scikit-learn = "*"
|
||||||
|
sklearn-pandas = "*"
|
||||||
|
matplotlib = "*"
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.13"
|
||||||
File diff suppressed because one or more lines are too long
2
PythonAI/JupyterLab/README.md
Normal file
2
PythonAI/JupyterLab/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
pipenv shell
|
||||||
|
jupyter lab
|
||||||
Loading…
Reference in a new issue