Skip to content

Commit

Permalink
Merge pull request #92 from jtpio/jlab-2
Browse files Browse the repository at this point in the history
Update to JupyterLab 2.0
  • Loading branch information
Steven Silvester authored Apr 21, 2020
2 parents 71b6163 + 0757be5 commit 268524d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 45 deletions.
36 changes: 0 additions & 36 deletions appveyor.yml

This file was deleted.

6 changes: 3 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ channels:
- conda-forge
dependencies:
# Jupyter
- jupyterlab=1.0
- jupyterlab=2
- nodejs=11
- nbconvert=5.5
- widgetsnbextension=3.5
# Python Kernel
- ipykernel=5.1
- ipywidgets=7.5
- ipyleaflet=0.11.1
- ipyleaflet=0.12
- altair=3.1
- bqplot=0.11.6
- bqplot=0.12
- dask=2.1
- matplotlib=3.1
- pandas=0.24
Expand Down
12 changes: 6 additions & 6 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ def build(ctx, env_name=env_name, kernel=True):
'''
ctx.run("""
{0!s} activate {1!s} &&
jupyter labextension install @jupyterlab/fasta-extension@1.0 --no-build &&
jupyter labextension install @jupyterlab/geojson-extension@1.0 --no-build &&
jupyter labextension install @jupyterlab/plotly-extension@1.0 --no-build &&
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build &&
jupyter labextension install bqplot@0.4.6 --no-build &&
jupyter labextension install jupyter-leaflet@0.11 --no-build &&
jupyter labextension install @jupyterlab/fasta-extension@2.0 --no-build &&
jupyter labextension install @jupyterlab/geojson-extension@2.0 --no-build &&
jupyter labextension install jupyterlab-plotly@4.6 --no-build &&
jupyter labextension install @jupyter-widgets/jupyterlab-manager@2.0 --no-build &&
jupyter labextension install bqplot@0.5.6 --no-build &&
jupyter labextension install jupyter-leaflet@0.12 --no-build &&
jupyter lab clean && jupyter lab build --dev-build=False
""".format(source, env_name).strip().replace('\n', ''))
if kernel:
Expand Down

0 comments on commit 268524d

Please sign in to comment.