installing (in a python 3.11+ environment):
pip install "uvicorn[standard]"
pip install -e .
running:
uvicorn sciwyrm.main:app --reload
access:
navigate browser to:
http://localhost:8000/docs
Stand-alone service to serve a jupyter notebook template based on Scitacean correctly prepopulated in order to use the datasets listed in input
PythonBSD-3-Clause