fix jupyter start + install autodocsumm

merge-requests/2/head
Vladislav Klychkov 2 years ago
parent c7a14db2d4
commit b265823b98

@ -69,6 +69,7 @@ setup(name='pyOpenRPA',
'fastapi>=0.81.0',
'uvicorn>=0.18.3',
'python-multipart>=0.0.6'
'autodocsumm>=0.2.10'
],
extras_require={
':sys_platform == "win32"': [

@ -1,3 +1,5 @@
chcp 65001
call init-python-env.cmd jupyter-notebook.exe jupyter-notebook.exe
jupyter-notebook.exe -m notebook --notebook-dir="%~dp0
jupyter-notebook.exe -m notebook
pause>nul
Loading…
Cancel
Save