diff --git a/Sources/setup.py b/Sources/setup.py index fca6d516..7451a3b0 100755 --- a/Sources/setup.py +++ b/Sources/setup.py @@ -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"': [ diff --git a/Tools/Jupyter-notebooks/start.cmd b/Tools/Jupyter-notebooks/start.cmd index 84e86ddf..8484e1de 100755 --- a/Tools/Jupyter-notebooks/start.cmd +++ b/Tools/Jupyter-notebooks/start.cmd @@ -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 \ No newline at end of file + +jupyter-notebook.exe -m notebook +pause>nul \ No newline at end of file