Skip to content

Commit

Permalink
fix (binder): removing broken github plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Apr 26, 2022
1 parent aa72c4a commit 128a8f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build


# Git Jupyter/Lab extension
jupyter labextension install @jupyterlab/git --no-build
# jupyter labextension install @jupyterlab/git --no-build
# jupyter serverextension enable --py jupyterlab_git

# Github Jupyter Lab extension
jupyter labextension install @jupyterlab/github --no-build
# jupyter labextension install @jupyterlab/github --no-build

# Rise Jupyter extension (presentation mode)
# <error>
Expand Down
26 changes: 18 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,30 @@ Details about how to clone this environment in your machine can is presented [he
#### Via [MyBinder.org](http://mybinder.org/) (instance of the project jupyterhub/[binderhub](https://github.com/jupyterhub/binderhub))

* Última versão testada e estável:
[![launch @ mybinder.org][badge-jupyterlab-mybinder-org]](https://mybinder.org/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

* Jupyter:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/lab2learn/v00.70_SQL?urlpath=lab)
- [![launch @ gke.mybinder.org][badge-jupyter-gke-mybinder-org]](https://gke.mybinder.org/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

* Jupyter Lab:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/lab2learn/v00.70_SQL?urlpath=lab)
- [![launch @ ovh.mybinder.org][badge-jupyter-ovh-mybinder-org]](https://ovh.mybinder.org/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

- [![launch @ gesis.org][badge-jupyter-gesis-org]](https://notebooks.gesis.org/binder/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

- [![launch @ pangeo.org][badge-jupyter-pangeo-io]](https://binder.pangeo.io/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

[AWS Pangeo Binder](https://aws-uswest2-binder.pangeo.io/v2/gh/santanche/lab2learn/v00.80_SQL?urlpath=tree)

* Última versão disponível:
[![launch @ mybinder.org][badge-jupyterlab-mybinder-org]](https://mybinder.org/v2/gh/santanche/lab2learn/master?urlpath=tree)

- [![launch @ gke.mybinder.org][badge-jupyter-gke-mybinder-org]](https://gke.mybinder.org/v2/gh/santanche/lab2learn/master?urlpath=tree)

- [![launch @ ovh.mybinder.org][badge-jupyter-ovh-mybinder-org]](https://ovh.mybinder.org/v2/gh/santanche/lab2learn/master?urlpath=tree)

- [![launch @ gesis.org][badge-jupyter-gesis-org]](https://notebooks.gesis.org/binder/v2/gh/santanche/lab2learn/master?urlpath=tree)

* Jupyter:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/lab2learn/HEAD)
- [![launch @ pangeo.org][badge-jupyter-pangeo-io]](https://binder.pangeo.io/v2/gh/santanche/lab2learn/master?urlpath=tree)

* Jupyter Lab:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/lab2learn/HEAD?urlpath=lab)
[AWS Pangeo Binder](https://aws-uswest2-binder.pangeo.io/v2/gh/santanche/lab2learn/master?urlpath=tree)

#### Via [Google Colaboratory](https://colab.research.google.com)

Expand Down

0 comments on commit 128a8f5

Please sign in to comment.