Skip to content

Commit 1f8c7cd

Browse files
authored
Clean up references to Gitpod (#7767)
1 parent 9c6ee5d commit 1f8c7cd

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed

.gitpod.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,5 @@ Alternatively you can also contribute to Jupyter Notebook without setting up a l
243243
- Run `pixi shell` in a terminal to activate the development environment
244244
- Use the commands above for building the extension and running the tests, for example: `jlpm build`
245245
- To start the application: `pixi run start`. A popup should appear with a button to open the Jupyter Notebook in a new browser tab. If the popup does not appear, you can navigate to the "Forwarded ports" panel to find the URL to the application.
246-
- [Gitpod](https://gitpod.io/#https://github.com/jupyter/notebook) integration is enabled. The Gitpod config automatically builds the Jupyter Notebook application and the documentation.
247-
- GitHub’s [built-in editor](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files) is suitable for contributing small fixes.
246+
- GitHub's [built-in editor](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files) is suitable for contributing small fixes.
248247
- A more advanced [github.dev](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor) editor can be accessed by pressing the dot (.) key while in the Jupyter Notebook GitHub repository

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
![Github Actions Status](https://github.com/jupyter/notebook/workflows/Build/badge.svg)
44
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter/notebook/main?urlpath=tree)
6-
[![Gitpod](https://img.shields.io/badge/gitpod_editor-open-blue.svg)](https://gitpod.io/#https://github.com/jupyter/notebook)
76

87
The Jupyter notebook is a web-based notebook environment for interactive
98
computing.

0 commit comments

Comments
 (0)