File tree 4 files changed +2
-6
lines changed
4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
![ Github Actions Status] ( https://github.com/QuantStack/jupyterlab-snippets/workflows/Build/badge.svg )
4
4
[ ![ Version] ( https://img.shields.io/pypi/v/jupyterlab-snippets.svg )] ( https://pypi.python.org/project/jupyterlab-snippets )
5
5
[ ![ 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 )
7
7
8
8
Snippets Extension for JupyterLab.
9
9
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,14 +19,11 @@ npm run convert ./jupyter_boilerplate/snippets_submenus_python/h5py.js $SNIPPET_
19
19
npm run convert ./jupyter_boilerplate/snippets_submenus_python/numba.js $SNIPPET_DIR .py
20
20
npm run convert ./jupyter_boilerplate/snippets_submenus_python/sympy.js $SNIPPET_DIR .py
21
21
22
- cd ..
22
+ cd ../binder
23
23
24
24
ln -s $SNIPPET_DIR snippets_symlink
25
25
26
26
# prepare Jupyter Lab
27
27
28
- cp binder/empty.ipynb .
29
- jupyter lab workspaces import binder/default.json
30
-
31
28
jupyter lab build
32
29
You can’t perform that action at this time.
0 commit comments