Skip to content

Commit 286145d

Browse files
Merge pull request #20 from mariobuikhuizen/binder-fixes
Binder fixes
2 parents 4aaadbe + 406046d commit 286145d

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Github Actions Status](https://github.com/QuantStack/jupyterlab-snippets/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/pypi/v/jupyterlab-snippets.svg)](https://pypi.python.org/project/jupyterlab-snippets)
55
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-snippets.svg)](https://anaconda.org/conda-forge/jupyterlab-snippets)
6-
[![Binder](https://mybinder.org/badge_logo.svg.svg)](https://mybinder.org/v2/gh/QuantStack/jupyterlab-snippets/stable?urlpath=lab/workspaces/default)
6+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/jupyterlab-snippets/stable?urlpath=lab/tree/binder/notebook.ipynb)
77

88
Snippets Extension for JupyterLab.
99

binder/default.json

-1
This file was deleted.
File renamed without changes.

binder/postBuild

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ npm run convert ./jupyter_boilerplate/snippets_submenus_python/h5py.js $SNIPPET_
1919
npm run convert ./jupyter_boilerplate/snippets_submenus_python/numba.js $SNIPPET_DIR .py
2020
npm run convert ./jupyter_boilerplate/snippets_submenus_python/sympy.js $SNIPPET_DIR .py
2121

22-
cd ..
22+
cd ../binder
2323

2424
ln -s $SNIPPET_DIR snippets_symlink
2525

2626
# prepare Jupyter Lab
2727

28-
cp binder/empty.ipynb .
29-
jupyter lab workspaces import binder/default.json
30-
3128
jupyter lab build
3229

0 commit comments

Comments
 (0)