Skip to content

Commit bbd0af0

Browse files
jtpiolckr
authored andcommitted
Add Binder files (#126)
1 parent 9ee08df commit bbd0af0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jupyterlab_variableinspector
22

3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lckr/jupyterlab-variableInspector/master?urlpath=%2Flab)
4+
35
Jupyterlab extension that shows currently used variables and their values. The goal is to provide a tool similar to the variable inspector in RStudio.
46

57
This project is inspired by the [variable inspector extension for jupyter notebooks](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/varInspector) and by the [inspector extension included in jupyterlab](https://github.com/jupyterlab/jupyterlab/tree/master/packages/inspector-extension).

binder/environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: jupyterlab-variable-inspector
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- jupyterlab=1
6+
- numpy
7+
- pandas

binder/postBuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jupyter labextension install @lckr/jupyterlab_variableinspector \
2+
@jupyter-widgets/jupyterlab-manager

0 commit comments

Comments
 (0)