+ + +About# + +More information about us and our work. + +The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability +is part of the Informatics Platform, see our aims and goals +here. + + + +
+ + +Create Azure resources# +How to create azure resources in a common VNET + +good first issue for Albert:) + + + + +
+ + +DTU Biosustain’s Data Science Platform Documentation# +Welcome to the documentation of the Data Science Platform at DTU Biosustain. This is a +place to keep general notes on how to do things, +DTU infrastructure specific trics and institute wide educational material. +The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability +is part of the Informatics Platform, see our aims and goals +here. + + + + + + + + + +
+ + +Percent Notebooks in VSCode (and other editior)# +This site is written as a jupyter notebook which is then executed and converted to html +by mystnb and sphinx. +A brief example: +# %% [markdown] +# # Heading 1 +# Some text +# +# %% +# print("Hello World") + + + +Find more information on +jupytext’s documentation + + +print("Hello World form a percent notebook") + + + + +Hello World form a percent notebook + + + + +This notebook was executed using jupytext and mystnb by sphinx. + + + +