Skip to content

Commit e5f539b

Browse files
committed
new ide section + packages
1 parent fd1883b commit e5f539b

File tree

6 files changed

+41
-0
lines changed

6 files changed

+41
-0
lines changed

packages/jupyterLab.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: JupyterLab
2+
repo: jupyterlab/jupyterlab
3+
section: ides
4+
description: >-
5+
Web-based interactive development environment for notebooks, code, and data.
6+
site: https://jupyterlab.readthedocs.io/en/stable/ # optional, default repo site
7+
keywords: [ides, interactive] # optional
8+
pypi_name: jupyterlab
9+
conda_package: jupyterlab

packages/jupyterNotebook.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Jupyter Notebook
2+
repo: jupyter/notebook
3+
section: ides
4+
description: >-
5+
Web-based interactive development environment for notebooks, code, and data.
6+
site: https://jupyter-notebook.readthedocs.io/en/stable/ # optional, default repo site
7+
keywords: [ides, interactive] # optional
8+
pypi_name: notebook
9+
conda_package: notebook

packages/pycharm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: pycharm
2+
repo: https://www.jetbrains.com/pycharm/
3+
section: ides
4+
description: Python IDE for data science and web development.
5+
site: https://www.jetbrains.com/pycharm/ # optional, default repo site
6+
keywords: [ide, interactivity] # optional

packages/spyder.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: spyder
2+
repo: spyder-ide/spyder
3+
section: ides
4+
description: >-
5+
Open source, community-developed scientific environment and IDE written in Python,
6+
for Python.
7+
site: https://www.spyder-ide.org/ # optional, default repo site
8+
keywords: [ides, interactivity]

packages/vscode.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: vscode
2+
repo: microsoft/vscode
3+
section: ides
4+
description: >-
5+
Streamlined code editor with support for development operations like debugging,
6+
task running, and version control.
7+
site: https://code.visualstudio.com/
8+
keywords: [ides, interactivity]

section_names.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ section_names:
1111
domain specific libraries: Domain-specific libraries
1212
documentation: Documentation
1313
experimental: Experimental projects that may be merged upstream eventually
14+
ides: Development tools with built-in Matplotlib rendering
1415
miscellaneous: Miscellaneous

0 commit comments

Comments
 (0)