mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
Follow-up to the move to the jupyterlab
organization (#137)
* Update repo links to the jupyterlab org * Fix permissions for the binder workflow * Project Jupyter Contributors * Add community guidelines to the README
This commit is contained in:
parent
1ec00dedd1
commit
fd73915a59
4
.github/workflows/binder.yml
vendored
4
.github/workflows/binder.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
pull-requests:
|
||||
write
|
||||
|
||||
jobs:
|
||||
binder:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2020, RetroLab Contributors
|
||||
Copyright (c) 2020, Project Jupyter
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -6,9 +6,9 @@
|
||||
/>
|
||||
</h1>
|
||||
|
||||

|
||||

|
||||
[](https://mybinder.org/v2/gist/jtpio/77c82c512f6779a1a05ab59d915dfc36/master?urlpath=/retro/notebooks/tour.ipynb)
|
||||
[](https://mybinder.org/v2/gh/jtpio/retrolab/main?urlpath=retro/tree)
|
||||
[](https://mybinder.org/v2/gh/jupyterlab/retrolab/main?urlpath=retro/tree)
|
||||
[](https://pypi.org/project/retrolab)
|
||||
[](https://anaconda.org/conda-forge/retrolab)
|
||||
|
||||
@ -154,3 +154,8 @@ These projects really expressed the need for a stripped down, minimal version of
|
||||
- Repo structure, similar to JupyterLab
|
||||
- Reusing as much as possible from upstream JupyterLab
|
||||
- Serve as a template and reference implementation for other alternative JupyterLab distributions
|
||||
|
||||
## Community Guidelines and Code of Conduct
|
||||
|
||||
This repository is a Jupyter project and follows the Jupyter
|
||||
[Community Guides and Code of Conduct](https://jupyter.readthedocs.io/en/latest/community/content-community.html).
|
||||
|
@ -311,7 +311,7 @@
|
||||
"\n",
|
||||
"Hope you enjoyed the tour. If you have more question or any other issues, don't hesitate to go to the repository on GitHub!\n",
|
||||
"\n",
|
||||
"https://github.com/jtpio/retrolab"
|
||||
"https://github.com/jupyterlab/retrolab"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -3,13 +3,13 @@
|
||||
"version": "0.3.0-alpha.1",
|
||||
"private": true,
|
||||
"description": "RetroLab - Build Utilities",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
1
logo.svg
1
logo.svg
@ -15,7 +15,6 @@
|
||||
id="svg319"
|
||||
inkscape:version="1.0.2 (1.0.2+r75+1)"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:export-filename="/home/jtp/git/jtpio/retrolab/logo.png"
|
||||
inkscape:export-xdpi="24.000002"
|
||||
inkscape:export-ydpi="24.000002">
|
||||
<defs
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
@ -1,15 +1,15 @@
|
||||
{
|
||||
"private": true,
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab"
|
||||
"url": "https://github.com/jupyterlab/retrolab"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "RetroLab Contributors",
|
||||
"author": "Project Jupyter",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"app",
|
||||
|
@ -3,16 +3,16 @@
|
||||
"private": true,
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Metapackage",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "RetroLab Contributors",
|
||||
"author": "Project Jupyter",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/application-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Application Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/application",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Application",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/docmanager-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Document Manager Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/help-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Help Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -116,7 +116,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
||||
</>
|
||||
);
|
||||
|
||||
const retroNotebookURL = 'https://github.com/jtpio/retrolab';
|
||||
const retroNotebookURL = 'https://github.com/jupyterlab/retrolab';
|
||||
const externalLinks = (
|
||||
<span>
|
||||
<a
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/lab-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Lab Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/notebook-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Notebook Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/terminal-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Terminal Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/tree-extension",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - Tree Extension",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"name": "@retrolab/ui-components",
|
||||
"version": "0.3.0-alpha.1",
|
||||
"description": "RetroLab - UI components",
|
||||
"homepage": "https://github.com/jtpio/retrolab",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jtpio/retrolab/issues"
|
||||
"url": "https://github.com/jupyterlab/retrolab/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jtpio/retrolab.git"
|
||||
"url": "https://github.com/jupyterlab/retrolab.git"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Project Jupyter",
|
||||
|
4
setup.py
4
setup.py
@ -76,8 +76,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||
setup_args = dict(
|
||||
name=NAME,
|
||||
version=version,
|
||||
url="https://github.com/jtpio/retrolab",
|
||||
author="RetroLab Contributors",
|
||||
url="https://github.com/jupyterlab/retrolab",
|
||||
author="Project Jupyter",
|
||||
description="JupyterLab Distribution with a retro look and feel",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
x
Reference in New Issue
Block a user