├── .github ├── ISSUE_TEMPLATE │ ├── jep-pre-proposal.md │ └── other.md ├── pull_request_template.md └── workflows │ ├── docs.yml │ └── monthly-jeps-report.yml ├── .gitignore ├── .readthedocs.yaml ├── 08-notebook-diff └── notebook-diff.md ├── 104-jep-process-v2 ├── jep-process-v2.md └── jep_status.drawio.svg ├── 105-kernelspec-spec ├── kernelspec-spec.md └── kernelspec.schema.json ├── 106-connectionfile-spec ├── connectionfile-spec.md └── connectionfile.schema.json ├── 108-jupyter-subdomain-for-schemas └── jupyter-subdomain-for-schemas.md ├── 118-restart-clarification └── restart-clarification.md ├── 12-jupyter-kernel-gateway-incorporation └── jupyter-kernel-gateway-incorporation.md ├── 122-jupyter-book-incorporation ├── jupyter-book-incorporation.md └── repositoriestoinclude.csv ├── 17-jupyter-dashboards-extension-incorporation └── jupyter-dashboards-extension-incorporation.md ├── 18-jupyter-declarativewidgets-incorporation └── jupyter-declarativewidgets-extension-incorporation.md ├── 22-jupyter-dashboards-deployment-attic └── jupyter-dashboards-deployment-attic.md ├── 25-jupyter-enterprise-gateway-incorporation ├── jupyter-enterprise-gateway-incorporation.md ├── jupyter_enterprise_gateway.gif ├── jupyter_enterprise_gateway_on_kubernetes.png └── jupyter_enterprise_gateway_on_yarn.png ├── 28-jupyter-server └── jupyter-server.md ├── 29-jep-process └── jep-process.md ├── 42-voila-incorporation └── voila-incorporation.md ├── 44-xeus-incorporation └── xeus-incorporation.md ├── 47-jupyter-debugger-protocol ├── debugger-screencast.gif └── jupyter-debugger-protocol.md ├── 62-cell-id └── cell-id.md ├── 65-jupyter-xpub └── jupyter-xpub.md ├── 66-jupyter-handshaking └── jupyter-handshaking.md ├── 72-language-server-protocol └── language-server-protocol.md ├── 79-notebook-v7 └── notebook-v7.md ├── 80-kernel-info └── kernel-info.md ├── 91-kernel-subshells └── kernel-subshells.md ├── 92-jupyter-optional-features └── jupyter-optional-features.md ├── 93-debugger-info-copy-to-globals └── debugger-info-copy-to-globals.md ├── 97-add-schema └── add-schema-to-notebook-format.md ├── LICENSE ├── README.md ├── _config.yml ├── _toc.yml ├── conf.py ├── jupyter-enhancement-proposal-guidelines ├── JEP-TEMPLATE.md └── jupyter-enhancement-proposal-guidelines.md ├── noxfile.py └── requirements.txt /.github/ISSUE_TEMPLATE/jep-pre-proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.github/ISSUE_TEMPLATE/jep-pre-proposal.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.github/ISSUE_TEMPLATE/other.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.github/workflows/docs.yml -------------------------------------------------------------------------------- /.github/workflows/monthly-jeps-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.github/workflows/monthly-jeps-report.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /08-notebook-diff/notebook-diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/08-notebook-diff/notebook-diff.md -------------------------------------------------------------------------------- /104-jep-process-v2/jep-process-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/104-jep-process-v2/jep-process-v2.md -------------------------------------------------------------------------------- /104-jep-process-v2/jep_status.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/104-jep-process-v2/jep_status.drawio.svg -------------------------------------------------------------------------------- /105-kernelspec-spec/kernelspec-spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/105-kernelspec-spec/kernelspec-spec.md -------------------------------------------------------------------------------- /105-kernelspec-spec/kernelspec.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/105-kernelspec-spec/kernelspec.schema.json -------------------------------------------------------------------------------- /106-connectionfile-spec/connectionfile-spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/106-connectionfile-spec/connectionfile-spec.md -------------------------------------------------------------------------------- /106-connectionfile-spec/connectionfile.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/106-connectionfile-spec/connectionfile.schema.json -------------------------------------------------------------------------------- /108-jupyter-subdomain-for-schemas/jupyter-subdomain-for-schemas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/108-jupyter-subdomain-for-schemas/jupyter-subdomain-for-schemas.md -------------------------------------------------------------------------------- /118-restart-clarification/restart-clarification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/118-restart-clarification/restart-clarification.md -------------------------------------------------------------------------------- /12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md -------------------------------------------------------------------------------- /122-jupyter-book-incorporation/jupyter-book-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/122-jupyter-book-incorporation/jupyter-book-incorporation.md -------------------------------------------------------------------------------- /122-jupyter-book-incorporation/repositoriestoinclude.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/122-jupyter-book-incorporation/repositoriestoinclude.csv -------------------------------------------------------------------------------- /17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md -------------------------------------------------------------------------------- /18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md -------------------------------------------------------------------------------- /22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md -------------------------------------------------------------------------------- /25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md -------------------------------------------------------------------------------- /25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif -------------------------------------------------------------------------------- /25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png -------------------------------------------------------------------------------- /25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png -------------------------------------------------------------------------------- /28-jupyter-server/jupyter-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/28-jupyter-server/jupyter-server.md -------------------------------------------------------------------------------- /29-jep-process/jep-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/29-jep-process/jep-process.md -------------------------------------------------------------------------------- /42-voila-incorporation/voila-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/42-voila-incorporation/voila-incorporation.md -------------------------------------------------------------------------------- /44-xeus-incorporation/xeus-incorporation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/44-xeus-incorporation/xeus-incorporation.md -------------------------------------------------------------------------------- /47-jupyter-debugger-protocol/debugger-screencast.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/47-jupyter-debugger-protocol/debugger-screencast.gif -------------------------------------------------------------------------------- /47-jupyter-debugger-protocol/jupyter-debugger-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/47-jupyter-debugger-protocol/jupyter-debugger-protocol.md -------------------------------------------------------------------------------- /62-cell-id/cell-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/62-cell-id/cell-id.md -------------------------------------------------------------------------------- /65-jupyter-xpub/jupyter-xpub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/65-jupyter-xpub/jupyter-xpub.md -------------------------------------------------------------------------------- /66-jupyter-handshaking/jupyter-handshaking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/66-jupyter-handshaking/jupyter-handshaking.md -------------------------------------------------------------------------------- /72-language-server-protocol/language-server-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/72-language-server-protocol/language-server-protocol.md -------------------------------------------------------------------------------- /79-notebook-v7/notebook-v7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/79-notebook-v7/notebook-v7.md -------------------------------------------------------------------------------- /80-kernel-info/kernel-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/80-kernel-info/kernel-info.md -------------------------------------------------------------------------------- /91-kernel-subshells/kernel-subshells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/91-kernel-subshells/kernel-subshells.md -------------------------------------------------------------------------------- /92-jupyter-optional-features/jupyter-optional-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/92-jupyter-optional-features/jupyter-optional-features.md -------------------------------------------------------------------------------- /93-debugger-info-copy-to-globals/debugger-info-copy-to-globals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/93-debugger-info-copy-to-globals/debugger-info-copy-to-globals.md -------------------------------------------------------------------------------- /97-add-schema/add-schema-to-notebook-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/97-add-schema/add-schema-to-notebook-format.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/_config.yml -------------------------------------------------------------------------------- /_toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/_toc.yml -------------------------------------------------------------------------------- /conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/conf.py -------------------------------------------------------------------------------- /jupyter-enhancement-proposal-guidelines/JEP-TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/jupyter-enhancement-proposal-guidelines/JEP-TEMPLATE.md -------------------------------------------------------------------------------- /jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines.md -------------------------------------------------------------------------------- /noxfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/noxfile.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jupyter/enhancement-proposals/HEAD/requirements.txt --------------------------------------------------------------------------------