Inital version
This commit is contained in:
17
Pipfile
Executable file
17
Pipfile
Executable file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
jupyterlab = "*"
|
||||
aiohttp = "*"
|
||||
aiofile = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
|
||||
[scripts]
|
||||
jupyter = "python3 -m jupyter lab --ip 0.0.0.0 --NotebookApp.token ''"
|
||||
Reference in New Issue
Block a user