Hacking in the Novartis datathon 2024!
On a data science journey
-
NKD
- Nuremberg, Germany
- https://www.linkedin.com/in/johannes-schoeck/
Pinned Loading
-
talk_python_ruff-poetry
talk_python_ruff-poetry PublicIntroduction to and recommendations for using ruff and poetry to improve coding in python. Created originally for the Nürnberg Python User Group.
Jupyter Notebook
-
Basic HttpTrigger Azure Function app...
Basic HttpTrigger Azure Function app that returns python environment information and logs it to Azure Application Insights 1# When this __init__.py file is deployed to Azure Functions, send a request to it with:
2# curl -X POST -H "Content-Type: application/json" --data "{\"name\":\"Test user\"}" https://<FUNC_APP_NAME>.azurewebsites.net/api/<TRIGGER_NAME> -v
3# <FUNC_APP_NAME> = Name of the function app, i.e. my-app
4# <TRIGGER_NAME> = Name of the trigger, i.e. HttpTrigger1
5#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.