Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
ENH(binder): binder from GH-ankostis (rewritten frquently)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Apr 17, 2020
1 parent 37bdf72 commit 2b0b898
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ print([i.table_name for i in crsr.tables(tableType='TABLE')]
print([i.column_name for i in crsr.columns('gearshift_table_all')]
```

[1]: https://mybinder.org/v2/gh/JRCSTU/wltp/master?urlpath=lab/tree/Notebooks/README.md
[1]: https://mybinder.org/v2/gh/ankostis/wltp/master?urlpath=lab/tree/Notebooks/README.md
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ See also :ref:`architecture:Architecture`.
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/

.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/JRCSTU/wltp/master?urlpath=lab/tree/Notebooks/README.md
:target: https://mybinder.org/v2/gh/ankostis/wltp/master?urlpath=lab/tree/Notebooks/README.md
:alt: JupyterLab for WLTP

.. |pypi| replace:: *PyPi* repo
Expand Down
14 changes: 12 additions & 2 deletions binder/environment-pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ channels:
- defaults
dependencies:
- boltons
- coveralls
- docopt
- docutils
- graphviz
- ipympl
- jsonschema
Expand All @@ -22,16 +25,23 @@ dependencies:
- nb_black
- numpy
- octave
- openpyxl
- pandas
- papermill
- pip
- pytest
- pytest-cov
- ruamel.yaml
- scipy
- sphinx
- toolz
- wheel
- pip:
- graphtik
- columnize
- graphtik[sphinx]
- pandalone
- pytest-sphinx
- qgrid
- columnize
- readme-renderer
- tables
- git+https://github.com/ankostis/oct2py.git@patch-1#egg=oct2py

0 comments on commit 2b0b898

Please sign in to comment.