add jupyter book and create folder

This commit is contained in:
koek67 2024-05-13 15:35:19 -04:00
Родитель 39aee80ff6
Коммит ee4988f8a0
2 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,10 @@
{
"name": "Azure Function",
"path": "src/jupyrest_function"
},
{
"name": "Docs",
"path": "src/jupyrest_docs"
}
]
}

Просмотреть файл

@ -0,0 +1,16 @@
[tool.poetry]
name = "jupyrest-docs"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "jupyrest_docs"}]
[tool.poetry.dependencies]
python = "^3.9"
jupyter-book = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"