File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Binder Badge
2+ on :
3+ pull_request_target :
4+ types : [opened]
5+
6+ jobs :
7+ binder :
8+ runs-on : ubuntu-latest
9+ permissions :
10+ pull-requests : write
11+ steps :
12+ - uses : jupyterlab/maintainer-tools/.github/actions/binder-link@v1
13+ with :
14+ github_token : ${{ secrets.github_token }}
15+ url_path : lab/tree/notebooks
Original file line number Diff line number Diff line change 11# Jupyter Renderers
22
33![ Github Actions Status] ( https://github.com/jupyterlab/jupyter-renderers/workflows/CI/badge.svg )
4- [ ![ Binder] ( https://beta. mybinder.org/badge .svg )] ( https://mybinder.org/v2/gh/jupyterlab/jupyter-renderers/master?urlpath=lab/tree/notebooks )
4+ [ ![ Binder] ( https://mybinder.org/badge_logo .svg )] ( https://mybinder.org/v2/gh/jupyterlab/jupyter-renderers/master?urlpath=lab/tree/notebooks )
55
66This is a
77[ monorepo] ( https://github.com/lerna/lerna#what-does-a-lerna-repo-look-like ) that
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- jupyter labextension install @jupyterlab/fasta-extension @jupyterlab/geojson-extension @jupyterlab/katex-extension @jupyterlab/mathjax3-extension @jupyterlab/vega2-extension @jupyterlab/vega3-extension
3+ jlpm
4+ jlpm install-py
You can’t perform that action at this time.
0 commit comments