Skip to content

Commit

Permalink
environment.yml for nglview-jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Mar 24, 2018
1 parent 5469405 commit 4a5e86b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
69 changes: 69 additions & 0 deletions docs/nglview-jupyterlab/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: lab
channels:
- defaults
- bioconda
- conda-forge
dependencies:
- appnope=0.1.0=py36_0
- bleach=2.1.3=py_0
- ca-certificates=2018.1.18=0
- certifi=2018.1.18=py36_0
- decorator=4.2.1=py36_0
- entrypoints=0.2.3=py36_1
- html5lib=1.0.1=py_0
- ipykernel=4.8.2=py36_0
- ipython=6.2.1=py36_1
- ipython_genutils=0.2.0=py36_0
- ipywidgets=7.1.2=py36_0
- jedi=0.11.1=py36_0
- jinja2=2.10=py36_0
- jsonschema=2.6.0=py36_1
- jupyter_client=5.2.3=py36_0
- jupyter_core=4.4.0=py_0
- jupyterlab=0.31.12=py36_1
- jupyterlab_launcher=0.10.5=py36_0
- libsodium=1.0.15=1
- markupsafe=1.0=py36_0
- mistune=0.8.3=py_0
- nbconvert=5.3.1=py_1
- nbformat=4.4.0=py36_0
- notebook=5.4.1=py36_0
- openssl=1.0.2n=0
- pandoc=2.1.3=0
- pandocfilters=1.4.1=py36_0
- parso=0.1.1=py_0
- pexpect=4.4.0=py36_0
- pickleshare=0.7.4=py36_0
- prompt_toolkit=1.0.15=py36_0
- ptyprocess=0.5.2=py36_0
- pygments=2.2.0=py36_0
- python-dateutil=2.7.0=py_0
- pyzmq=17.0.0=py36_3
- send2trash=1.5.0=py_0
- simplegeneric=0.8.1=py36_0
- six=1.11.0=py36_1
- terminado=0.8.1=py36_0
- testpath=0.3.1=py36_0
- tornado=5.0.1=py36_1
- traitlets=4.3.2=py36_0
- wcwidth=0.1.7=py36_0
- webencodings=0.5=py36_0
- widgetsnbextension=3.1.4=py36_0
- zeromq=4.2.3=2
- libcxx=4.0.1=h579ed51_0
- libcxxabi=4.0.1=hebd6815_0
- libedit=3.1=hb4e282d_0
- libffi=3.2.1=h475c297_4
- ncurses=6.0=hd04f020_2
- pip=9.0.1=py36_5
- python=3.6.4=hc167b69_3
- readline=7.0=hc1231fa_4
- setuptools=38.5.1=py36_0
- sqlite=3.22.0=h3efe00b_0
- tk=8.6.7=h35a86e2_3
- wheel=0.30.0=py36h5eb2c71_1
- xz=5.2.3=h0278029_2
- zlib=1.2.11=hf3cbc9b_2
- pip:
- nglview==1.1.2
- numpy==1.14.2
13 changes: 13 additions & 0 deletions docs/nglview-jupyterlab/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Recipe
======

```bash
conda create -n lab python=3.6 -y
source activate lab
conda install ipywidgets=7.1.2 -c conda-forge -y
pip install nglview==1.1.2
nglview enable # might need this to enable nglview-js-widgets extension for notebook
conda install jupyterlab=0.31.12 -y -c conda-forge
jupyter-labextension install @jupyter-widgets/jupyterlab-manager@0.33.2
jupyter-labextension install nglview-js-widgets@1.1.2
```

0 comments on commit 4a5e86b

Please sign in to comment.