Merge pull request #1738 from microsoft/samruddhikhandale/jupyter-datascience-notebooks

Update Jupyter Data Science Notebooks: Migrated to a community repo
This commit is contained in:
Samruddhi Khandale 2023-06-06 10:54:49 -07:00 коммит произвёл GitHub
Родитель 5a084a93b0 1a97b5153d
Коммит fe0565b737
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 2 добавлений и 19 удалений

1
.github/workflows/test-pr.yaml поставляемый
Просмотреть файл

@ -41,7 +41,6 @@ jobs:
hugo: ./**/hugo/**
javascript-node-azurite: ./**/javascript-node-azurite/**
julia: ./**/julia/**
jupyter-datascience-notebooks: ./**/jupyter-datascience-notebooks/**
mit-scheme: ./**/mit-scheme/**
perl: ./**/perl/**
puppet: ./**/puppet/**

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

@ -1,3 +1,5 @@
**IMPORTANT NOTE: The `Jupyter Data Science Notebooks` template is now hosted by the community author in the repo [devcontainers-community/templates](https://github.com/devcontainers-community/templates).**
# Jupyter Data Science Notebooks (Community)
## Summary

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

@ -1,18 +0,0 @@
{
"id": "jupyter-datascience-notebooks",
"version": "1.0.0",
"name": "Jupyter Data Science Notebooks",
"description": "Use Jupyter Data Science Notebooks with Python, R, Julia, and more.",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/tree/main/containers/jupyter-datascience-notebooks",
"publisher": "Community",
"licenseURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE",
"platforms": [
"Python",
"R",
"Julia",
"numpy",
"pandas",
"tidyverse",
"much more"
]
}